diff --git a/xtables-addons-1.29.tar.xz b/xtables-addons-1.29.tar.xz deleted file mode 100644 index 10d9840..0000000 --- a/xtables-addons-1.29.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:db3714bef7f95724701483596b6367e6b4c89c9fee2dddb9de7faa8284a80a07 -size 336748 diff --git a/xtables-addons-1.29.tar.xz.asc b/xtables-addons-1.29.tar.xz.asc deleted file mode 100644 index 1644167..0000000 --- a/xtables-addons-1.29.tar.xz.asc +++ /dev/null @@ -1,7 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.15 (GNU/Linux) - -iEYEABECAAYFAkyijrAACgkQ92gFgoRMQ2BitgCeMlH0XT3hL95mYoJFMMgdK+3e -bMUAnjpR7rapSrTgO2bJgIT98gVScGj3 -=WN9R ------END PGP SIGNATURE----- diff --git a/xtables-addons-1.30.tar.xz b/xtables-addons-1.30.tar.xz new file mode 100644 index 0000000..02fa20f --- /dev/null +++ b/xtables-addons-1.30.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51ff5fda46acb3da55f338343fde53258b3604df6878e3da86506a58e5f8c831 +size 337148 diff --git a/xtables-addons-1.30.tar.xz.asc b/xtables-addons-1.30.tar.xz.asc new file mode 100644 index 0000000..33234c5 --- /dev/null +++ b/xtables-addons-1.30.tar.xz.asc @@ -0,0 +1,7 @@ +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2.0.15 (GNU/Linux) + +iEYEABECAAYFAkymkcYACgkQ92gFgoRMQ2DoHgCePKegxbBmeN/b7tQ7eacgcZ5H +5jIAn0TRqlHARft+hapbyPPr59DjDOls +=Zx4F +-----END PGP SIGNATURE----- diff --git a/xtables-addons.changes b/xtables-addons.changes index 34a9ecf..04dbba9 100644 --- a/xtables-addons.changes +++ b/xtables-addons.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sun Oct 3 08:17:43 UTC 2010 - jengelh@medozas.de + +- new upstream release 1.30 +* support for Linux 2.6.36 +* update to ipset 4.4 + - ipport{,ip,net}hash did not work with mixed "src" and "dst" + destination parameters +* do ship ip_set_ipport{ip,net}hash + ------------------------------------------------------------------- Sat Jul 24 09:47:54 UTC 2010 - jengelh@medozas.de diff --git a/xtables-addons.spec b/xtables-addons.spec index 7b26113..facab84 100644 --- a/xtables-addons.spec +++ b/xtables-addons.spec @@ -18,7 +18,7 @@ Name: xtables-addons -Version: 1.29 +Version: 1.30 Release: 1 Group: Productivity/Networking/Security Summary: IP Packet Filter Administration Extensions @@ -34,7 +34,7 @@ BuildRequires: iptables-devel >= 1.4.3 BuildRequires: pkg-config >= 0.23, xz Recommends: %name-kmp # Yes, we've got a lot of good stuff! -Provides: ipset = 4.3 +Provides: ipset = 4.4 Recommends: xtables-geoip %kernel_module_package @@ -65,14 +65,11 @@ if [ ! -e configure ]; then ./autogen.sh; fi; -# No easy way to detect whether they are already shipped by iptables or linux. -# Better remove than overlapping modules. - -%if 0%{?suse_version} > 1130 -# xt_TEE included since 2.6.35 -perl -i -pe 's{^build_TEE=.*}{build_TEE=}' mconfig; -# xt_CHECKSUM included since 2.6.36 -perl -i -pe 's{^build_CHECKSUM=.*}{build_CHECKSUM=}' mconfig; +%if 0%{?suse_version} <= 1130 +# xt_TEE not included prior to 2.6.35 +perl -i -pe 's{^build_TEE=.*}{build_TEE=m}' mconfig; +# xt_CHECKSUM not included prior to 2.6.36 +perl -i -pe 's{^build_CHECKSUM=.*}{build_CHECKSUM=m}' mconfig; %endif %build