diff --git a/iptables-1.4.11+.tar.xz b/iptables-1.4.11+.tar.xz deleted file mode 100644 index eccf712..0000000 --- a/iptables-1.4.11+.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ecbecd716eb4ed200fe9caf9c8fb7d8366b284169f02095f464b40b7c6422b3c -size 220968 diff --git a/iptables-1.4.12.tar.xz b/iptables-1.4.12.tar.xz new file mode 100644 index 0000000..781dea0 --- /dev/null +++ b/iptables-1.4.12.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9a98a026e2f9d6795fcb209e61b938adecac05d002dd094b3ed7bf930a2047d +size 411544 diff --git a/iptables.changes b/iptables.changes index 3ba1129..5b8b300 100644 --- a/iptables.changes +++ b/iptables.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Fri Jul 22 13:12:50 UTC 2011 - jengelh@medozas.de + +- Update to new upstream release 1.4.12 +* Include lost match/target descriptions in manpage again +* libxt_LOG: fix ignorance of all but the last flag +* libxt_HL: restore hl-* option names +* libxt_hashlimit: use a more obvious expiry value by default +* libxt_RATEEST: fix find-and-delete of rules with -j RATEEST +* ipv4: restore negation for the -f option +* Reject empty host specifications (e.g. -s "") +* libxt_conntrack: restore network byteordering for ABI v1 & v2 +* Documentation updates + ------------------------------------------------------------------- Wed Jun 8 10:20:57 UTC 2011 - jengelh@medozas.de diff --git a/iptables.spec b/iptables.spec index bd77da3..247aae8 100644 --- a/iptables.spec +++ b/iptables.spec @@ -21,10 +21,11 @@ Name: iptables License: GPLv2+ Group: Productivity/Networking/Security -Version: 1.4.11+ +Version: 1.4.12 Release: 1 Summary: IP Packet Filter Administration +#DL-URL: ftp://ftp.netfilter.org/pub/iptables/ #Git-Web: http://git.netfilter.org/ #Git-Clone: git://git.netfilter.org/iptables Source: %name-%version.tar.xz @@ -51,7 +52,7 @@ These libraries are needed to compile - programs using libipq %prep -%setup -qn %name +%setup -q %patch -P 1 -p1 %build @@ -84,8 +85,7 @@ find "%buildroot" -iname "*.la" -delete %_sbindir/iptables* %_sbindir/ip6tables* %_sbindir/xtables* -%dir %_libexecdir/xtables -%_libexecdir/xtables/* +%_libdir/xtables %_libdir/*.so.* %files devel