diff --git a/iptables-1.4.3.2.tar.bz2 b/iptables-1.4.3.2.tar.bz2 deleted file mode 100644 index 44d15ee..0000000 --- a/iptables-1.4.3.2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dec9b2248ba6824825011b73034bb43ca97d9c2d02e4024dc01549afd09ed3b1 -size 432131 diff --git a/iptables-1.4.4.tar.bz2 b/iptables-1.4.4.tar.bz2 new file mode 100644 index 0000000..fb86afa --- /dev/null +++ b/iptables-1.4.4.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f38274d992d16220373422c33ba39247b154cd1f4fe5245950596b1602185b6f +size 452656 diff --git a/iptables.changes b/iptables.changes index b6e5db0..98e9bab 100644 --- a/iptables.changes +++ b/iptables.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed Jun 17 12:15:58 CEST 2009 - puzel@suse.cz + +- update to iptables-1.4.4 + * support for the new features in the 2.6.30 kernel, namely the + cluster match and persistent multi-range NAT mappings + * support for the ipset set match and target + * various minor fixes and cleanups + * documentation updates + ------------------------------------------------------------------- Mon May 11 17:12:57 CEST 2009 - puzel@suse.cz diff --git a/iptables.spec b/iptables.spec index da9bc9b..c1f404c 100644 --- a/iptables.spec +++ b/iptables.spec @@ -1,5 +1,5 @@ # -# spec file for package iptables (Version 1.4.3.2) +# spec file for package iptables (Version 1.4.4) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -21,8 +21,8 @@ Name: iptables License: GPL v2 or later Group: Productivity/Networking/Security -Version: 1.4.3.2 -Release: 2 +Version: 1.4.4 +Release: 1 Summary: IP Packet Filter Administration Source0: %{name}-%{version}.tar.bz2 # http://netfilter.org/documentation/index.html#documentation-howto @@ -105,6 +105,13 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/pkgconfig/libiptc.pc %changelog +* Wed Jun 17 2009 puzel@suse.cz +- update to iptables-1.4.4 + * support for the new features in the 2.6.30 kernel, namely the + cluster match and persistent multi-range NAT mappings + * support for the ipset set match and target + * various minor fixes and cleanups + * documentation updates * Mon May 11 2009 puzel@suse.cz - make explicit 'commit' in iptables-batch do nothing (bnc#500990) * Tue Apr 21 2009 puzel@suse.cz