From 7b7c4739881fd4813a082cebaa88314108e12e95cae97591c6aeb07ad841abfa Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Fri, 29 Oct 2010 17:58:43 +0000 Subject: [PATCH] Update to 1.4.10 OBS-URL: https://build.opensuse.org/package/show/security:netfilter/iptables?expand=0&rev=14 --- iptables-1.4.10.tar.bz2 | 3 +++ iptables-1.4.9.1.tar.bz2 | 3 --- iptables.changes | 13 +++++++++++++ iptables.spec | 8 ++++---- 4 files changed, 20 insertions(+), 7 deletions(-) create mode 100644 iptables-1.4.10.tar.bz2 delete mode 100644 iptables-1.4.9.1.tar.bz2 diff --git a/iptables-1.4.10.tar.bz2 b/iptables-1.4.10.tar.bz2 new file mode 100644 index 0000000..22b006d --- /dev/null +++ b/iptables-1.4.10.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7544e437d2222078b15e6cd063b521c6f1ec4dac49e6af9ba3bfece2a6a93445 +size 478007 diff --git a/iptables-1.4.9.1.tar.bz2 b/iptables-1.4.9.1.tar.bz2 deleted file mode 100644 index 908b245..0000000 --- a/iptables-1.4.9.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0550f7ba7a170811dcf9b2df65036999786d84040b767238effc40232f617839 -size 475380 diff --git a/iptables.changes b/iptables.changes index 9c5610a..6fbe5f3 100644 --- a/iptables.changes +++ b/iptables.changes @@ -1,4 +1,17 @@ ------------------------------------------------------------------- +Fri Oct 29 17:56:48 UTC 2010 - jengelh@medozas.de + +- Update to new upstream release 1.4.10 +* this is the release for the Linux 2.6.36 kernel +* support for the cpu match, which can be used to improve cache + locality when running multiple server instances +* support for the IDLETIMER target, which can be used to notify + userspace of interfaces being idle +* support for the CHECKSUM target +* support for the ipvs match +* a fix for deletion of rules using the quota match + +------------------------------------------------------------------- Mon Aug 9 07:21:28 UTC 2010 - puzel@novell.com - update to new upstream release 1.4.9.1 diff --git a/iptables.spec b/iptables.spec index ecd0650..26a82c9 100644 --- a/iptables.spec +++ b/iptables.spec @@ -21,14 +21,14 @@ Name: iptables License: GPLv2+ Group: Productivity/Networking/Security -Version: 1.4.9.1 +Version: 1.4.10 Release: 1 Summary: IP Packet Filter Administration #Git-Web: http://git.netfilter.org/ #Git-Clone: git://git.netfilter.org/iptables -Source: http://netfilter.org/projects/iptables/files/iptables-1.4.9.1.tar.bz2 -Patch0: %{name}-batch.patch +Source: http://netfilter.org/projects/%name/files/%name-%version.tar.bz2 +Patch0: iptables-batch.patch Url: http://netfilter.org/ BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: pkg-config sgmltool @@ -57,7 +57,7 @@ if [ ! -e configure ]; then ./autogen.sh; fi # bnc#561793 - do not include unclean module in iptables manpage -rm -rf extensions/libipt_unclean.man +rm -f extensions/libipt_unclean.man %configure \ --enable-libipq make %{?_smp_mflags}