diff --git a/iptables-1.4.12.1+16.tar.xz b/iptables-1.4.12.1+16.tar.xz new file mode 100644 index 0000000..8d4ad8e --- /dev/null +++ b/iptables-1.4.12.1+16.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:635d4839988b8f130a330e1f4d45dd20cd630e4561bb451c3cb2edac28211863 +size 415028 diff --git a/iptables-1.4.12.1.tar.xz b/iptables-1.4.12.1.tar.xz deleted file mode 100644 index 5550533..0000000 --- a/iptables-1.4.12.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:201dc6cda40930cb072f7888401bb761a2e6b50d653ee28690cd61b226b64bd5 -size 412892 diff --git a/iptables-batch.patch b/iptables-batch.patch index f402a62..c3f5c5e 100644 --- a/iptables-batch.patch +++ b/iptables-batch.patch @@ -3,13 +3,13 @@ iptables/iptables-batch.c | 468 ++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 477 insertions(+), 1 deletion(-) -Index: iptables/iptables/Makefile.am +Index: iptables-1.4.12.1+16/iptables/Makefile.am =================================================================== ---- iptables.orig/iptables/Makefile.am -+++ iptables/iptables/Makefile.am -@@ -36,7 +36,15 @@ endif +--- iptables-1.4.12.1+16.orig/iptables/Makefile.am ++++ iptables-1.4.12.1+16/iptables/Makefile.am +@@ -24,7 +24,15 @@ endif xtables_multi_SOURCES += xshared.c - xtables_multi_LDADD += libxtables.la -lm + xtables_multi_LDADD += ../libxtables/libxtables.la -lm -sbin_PROGRAMS = xtables-multi +iptables_batch_SOURCES = iptables-batch.c iptables.c xshared.c @@ -24,10 +24,10 @@ Index: iptables/iptables/Makefile.am man_MANS = iptables.8 iptables-restore.8 iptables-save.8 \ iptables-xml.1 ip6tables.8 ip6tables-restore.8 \ ip6tables-save.8 -Index: iptables/iptables/iptables-batch.c +Index: iptables-1.4.12.1+16/iptables/iptables-batch.c =================================================================== --- /dev/null -+++ iptables/iptables/iptables-batch.c ++++ iptables-1.4.12.1+16/iptables/iptables-batch.c @@ -0,0 +1,468 @@ +/* + * Author: Ludwig Nussel diff --git a/iptables.changes b/iptables.changes index 16b7e85..d2e0cf5 100644 --- a/iptables.changes +++ b/iptables.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Tue Oct 4 23:01:57 UTC 2011 - jengelh@medozas.de + +- Update to a newer git snapshot of the stable branch + (to v1.4.12.1-16-gd2b0eaa) +* resolve failure to load extensions that depend on libm.so +- rediff of iptables-batch due to fuzz +- relax runtime requires + ------------------------------------------------------------------- Thu Sep 1 17:09:05 UTC 2011 - jengelh@medozas.de diff --git a/iptables.spec b/iptables.spec index 76e73da..c47764e 100644 --- a/iptables.spec +++ b/iptables.spec @@ -15,13 +15,12 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild Name: iptables License: GPLv2+ Group: Productivity/Networking/Security -Version: 1.4.12.1 +Version: 1.4.12.1+16 Release: 1 %define xt_sover 7 Summary: IP Packet Filter Administration @@ -31,7 +30,7 @@ Summary: IP Packet Filter Administration #Git-Clone: git://git.netfilter.org/iptables Source: %name-%version.tar.xz Patch1: iptables-batch.patch -Url: http://netfilter.org/ +URL: http://netfilter.org/ BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?suse_version} BuildRequires: sgmltool @@ -49,11 +48,10 @@ packet filter rules in the Linux kernel. This version requires kernel 2.4.0 or newer. %package devel - Summary: Libraries, Headers and Development Man Pages for iptables Group: Development/Libraries/C and C++ -Requires: %name = %version-%release -Requires: libxtables%xt_sover = %version-%release +Requires: %name = %version +Requires: libxtables%xt_sover = %version %description devel These libraries are needed to compile @@ -61,7 +59,6 @@ These libraries are needed to compile - programs using libipq %package -n libxtables%xt_sover - Summary: Library for functions shared between iptables Group: System/Libraries