]> git.ipfire.org Git - thirdparty/ipset.git/commitdiff
ipset 7.5 released v7.5
authorJozsef Kadlecsik <kadlec@netfilter.org>
Thu, 9 Jan 2020 19:28:32 +0000 (20:28 +0100)
committerJozsef Kadlecsik <kadlec@netfilter.org>
Thu, 9 Jan 2020 19:28:32 +0000 (20:28 +0100)
Signed-off-by: Jozsef Kadlecsik <kadlec@netfilter.org>
ChangeLog
configure.ac
kernel/ChangeLog

index 60d6accbc6cdc5b928968a273c2e3a346e44b4a2..9a4bbf2b4d66ddd490f1f7bbfcd7986a0459db6b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+7.5
+  - configure.ac: Support building with old autoconf 2.63
+    (Serhey Popovych)
+  - configure.ac: Build on kernels without skb->vlan_proto correctly
+    (Serhey Popovych)
+  - configure.ac: Add cond_resched_rcu() checks (Serhey Popovych)
+  - configure.ac: Better match for ipv6_skip_exthdr() frag_offp
+    arg presence (Serhey Popovych)
+  - Document explicitly that protocol is not stored in bitmap:port
+
 7.4
   - Fix compatibility support for netlink extended ACK and add
     synchronize_rcu_bh() checking
index e3ddcce08e8aeddfc228bcedcedd5c236097c127..a2694bbf0cf15c89b74f76639d60c4f3505ec66a 100644 (file)
@@ -1,5 +1,5 @@
 dnl Boilerplate
-AC_INIT([ipset], [7.4], [kadlec@netfilter.org])
+AC_INIT([ipset], [7.5], [kadlec@netfilter.org])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CANONICAL_HOST
 AC_CONFIG_MACRO_DIR([m4])
index 79e736eb608f4c6eec627c7a9db4997261db577b..ec1eca570ad50f7f852adf40f6e5f969ae2cd480 100644 (file)
@@ -1,3 +1,14 @@
+7.5
+  - netfilter: ipset: avoid null deref when IPSET_ATTR_LINENO is present
+    (Florian Westphal)
+  - ip_set: Pass init_net when @net is missing in match check params
+    data structure (Serhey Popovych)
+  - netfilter: xt_set: Do not restrict --map-set to the mangle table
+    (Serhey Popovych)
+  - compat: em_ipset: Build on old kernels (Serhey Popovych)
+  - compat: Use skb_vlan_tag_present() instead of vlan_tx_tag_present()
+    (Serhey Popovych)
+
 7.4
   - Fix nla_policies to fully support NL_VALIDATE_STRICT
   - treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500