- Update from 7.11 to 7.15 - Update of rootfile - Changelog 7.15 Kernel part changes netfilter: ipset: Fix maximal range check in hash_ipportnet4_uadt() 7.14 Userspace changes Add missing function to libipset.map and bump library version Kernel part changes 64bit division isn't allowed on 32bit, replace it with shift 7.13 Userspace changes When parsing protocols by number, do not check it in /etc/protocols. Add missing hunk to patch "Allow specifying protocols by number" Kernel part changes Limit the maximal range of consecutive elements to add/delete fix 7.12 Userspace changes Allow specifying protocols by number Fix example in ipset.8 manpage tests: add tests ipset to nftables add ipset to nftables translation infrastructur lib: Detach restore routine from parser lib: split parser from command execution Fix patch "Parse port before trying by service name" Kernel part changes Limit the maximal range of consecutive elements to add/delete Backport "netfilter: use nfnetlink_unicast()" Backport "netfilter: nfnetlink: consolidate callback type" Backport "netfilter: nfnetlink: add struct nfnl_info and pass it to callbacks" Backport "netfilter: add helper function to set up the nfnetlink header and use it"
Signed-off-by: Adolf Belka adolf.belka@ipfire.org --- config/rootfiles/common/ipset | 5 ++++- lfs/ipset | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/config/rootfiles/common/ipset b/config/rootfiles/common/ipset index 84703391f..5cea7ad22 100644 --- a/config/rootfiles/common/ipset +++ b/config/rootfiles/common/ipset @@ -18,11 +18,14 @@ etc/ipset #usr/include/libipset/transport.h #usr/include/libipset/types.h #usr/include/libipset/utils.h +#usr/include/libipset/xlate.h #usr/lib/libipset.la #usr/lib/libipset.so usr/lib/libipset.so.13 -usr/lib/libipset.so.13.2.0 +usr/lib/libipset.so.13.3.0 #usr/lib/pkgconfig/libipset.pc usr/sbin/ipset +#usr/sbin/ipset-translate #usr/share/man/man3/libipset.3 +#usr/share/man/man8/ipset-translate.8 #usr/share/man/man8/ipset.8 diff --git a/lfs/ipset b/lfs/ipset index 7b7612875..1dae6f936 100644 --- a/lfs/ipset +++ b/lfs/ipset @@ -24,7 +24,7 @@
include Config
-VER = 7.11 +VER = 7.15
THISAPP = ipset-$(VER) DL_FILE = $(THISAPP).tar.bz2 @@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = 97f2e3372e963654ece511960e8c22d0dd9e29376d087a3767d89544dfbd85f9f9e75e0cc6c4eb9e1d813d1a472a410033a76feef3319b1d87fd51b0c3fd97cd +$(DL_FILE)_BLAKE2 = 10acff9741370ad80a2845605be1be4f691e987b271f4dcf1fab3abfe158c63c7d39e6b3453ba7cd361dee3df92f85419cfb70806a71b6806555f6571c70b1ed
install : $(TARGET)