]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
ipset: Update to version 7.15
authorAdolf Belka <adolf.belka@ipfire.org>
Tue, 12 Apr 2022 10:33:58 +0000 (12:33 +0200)
committerPeter Müller <peter.mueller@ipfire.org>
Sun, 24 Apr 2022 14:17:14 +0000 (14:17 +0000)
- 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
lfs/ipset

index 84703391fb8e145c34a8e6ac60d3acaca488d45c..5cea7ad229973a1384ae2586ae17582b7f43e133 100644 (file)
@@ -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
index 7b7612875bf7393c3ec1fd0d7582425682a7572e..1dae6f9369afa4f8eb48cbfe685640984d862760 100644 (file)
--- 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)