diff --git a/iptables-1.6.0.tar.bz2 b/iptables-1.6.0.tar.bz2 deleted file mode 100644 index 01eeb91..0000000 --- a/iptables-1.6.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4bb72a0a0b18b5a9e79e87631ddc4084528e5df236bc7624472dcaa8480f1c60 -size 608288 diff --git a/iptables-1.6.0.tar.bz2.sig b/iptables-1.6.0.tar.bz2.sig deleted file mode 100644 index d66f846..0000000 Binary files a/iptables-1.6.0.tar.bz2.sig and /dev/null differ diff --git a/iptables-1.6.1.tar.bz2 b/iptables-1.6.1.tar.bz2 new file mode 100644 index 0000000..7a5ad4c --- /dev/null +++ b/iptables-1.6.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fc2d7bd5d7be11311726466789d4c65fb4c8e096c9182b56ce97440864f0cf5 +size 620890 diff --git a/iptables-1.6.1.tar.bz2.sig b/iptables-1.6.1.tar.bz2.sig new file mode 100644 index 0000000..4fd5598 Binary files /dev/null and b/iptables-1.6.1.tar.bz2.sig differ diff --git a/iptables.changes b/iptables.changes index 7a10658..9ea32a1 100644 --- a/iptables.changes +++ b/iptables.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Jan 27 22:53:14 UTC 2017 - jengelh@inai.de + +- Update to new upstream release 1.6.1 +* add support for hashlimit rev 2 for higher pps rates +* add support for cgroup2 path matching +* translation program for nft + ------------------------------------------------------------------- Fri Dec 18 20:06:41 UTC 2015 - jengelh@inai.de diff --git a/iptables.spec b/iptables.spec index b1694d7..106955b 100644 --- a/iptables.spec +++ b/iptables.spec @@ -1,7 +1,7 @@ # # spec file for package iptables # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,16 +17,12 @@ Name: iptables -Version: 1.6.0 +Version: 1.6.1 Release: 0 Summary: IP Packet Filter Administration utilities License: GPL-2.0 and Artistic-2.0 Group: Productivity/Networking/Security Url: http://netfilter.org/projects/iptables/ - -#Git-Web: http://git.netfilter.org/ -#Git-Clone: git://git.netfilter.org/iptables -#DL-URL: http://netfilter.org/projects/iptables/files/ Source: http://netfilter.org/projects/iptables/files/%name-%version.tar.bz2 Source2: http://netfilter.org/projects/iptables/files/%name-%version.tar.bz2.sig Source3: %name.keyring @@ -121,11 +117,11 @@ Requires: libiptc0 = %version libiptc ("iptables cache") is used to retrieve from the kernel, parse, construct, and load new rulesets into the kernel. -%package -n libxtables11 +%package -n libxtables12 Summary: iptables extension interface Group: System/Libraries -%description -n libxtables11 +%description -n libxtables12 This library contains all the iptables code shared between iptables, ip6tables, their extensions, and for external integration for e.g. iproute2's m_xt. @@ -133,7 +129,7 @@ iproute2's m_xt. %package -n libxtables-devel Summary: Libraries, Headers and Development Man Pages for iptables Group: Development/Libraries/C and C++ -Requires: libxtables11 = %version +Requires: libxtables12 = %version %description -n libxtables-devel This library contains all the iptables code shared between iptables, @@ -173,8 +169,8 @@ rm -f "%buildroot/%_libdir"/*.la; %postun -n libipq0 -p /sbin/ldconfig %post -n libiptc0 -p /sbin/ldconfig %postun -n libiptc0 -p /sbin/ldconfig -%post -n libxtables11 -p /sbin/ldconfig -%postun -n libxtables11 -p /sbin/ldconfig +%post -n libxtables12 -p /sbin/ldconfig +%postun -n libxtables12 -p /sbin/ldconfig %files %defattr(-,root,root) @@ -197,6 +193,7 @@ rm -f "%buildroot/%_libdir"/*.la; %defattr(-,root,root) %_sysconfdir/ethertypes %_sbindir/*-compat* +%_sbindir/*-translate* %files -n xtables-plugins %defattr(-,root,root) @@ -230,9 +227,9 @@ rm -f "%buildroot/%_libdir"/*.la; %_libdir/libip*tc.so %_libdir/pkgconfig/libip*tc.pc -%files -n libxtables11 +%files -n libxtables12 %defattr(-,root,root) -%_libdir/libxtables.so.11* +%_libdir/libxtables.so.12* %files -n libxtables-devel %defattr(-,root,root)