diff --git a/xtables-addons-1.27.tar.xz b/xtables-addons-1.27.tar.xz new file mode 100644 index 0000000..ba0be20 --- /dev/null +++ b/xtables-addons-1.27.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3215df244a97175d8fe5a7d473978ba8a0026478eaac6daeb2f44a3f47fca7c +size 331224 diff --git a/xtables-addons-1.30.tar.xz b/xtables-addons-1.30.tar.xz deleted file mode 100644 index 02fa20f..0000000 --- a/xtables-addons-1.30.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 33234c5..0000000 --- a/xtables-addons-1.30.tar.xz.asc +++ /dev/null @@ -1,7 +0,0 @@ ------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 04dbba9..b4458f4 100644 --- a/xtables-addons.changes +++ b/xtables-addons.changes @@ -1,23 +1,3 @@ -------------------------------------------------------------------- -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 - -- new upstream release 1.28 - * RAWNAT: IPv6 variants erroneously rejected masks /33-/128 - * new target xt_CHECKSUM - * xt_length2: add support for IPv6 jumbograms - * xt_geoip: fix possible out-of-bounds access - * import xt_geoip database scripts - ------------------------------------------------------------------- Tue Jun 29 11:51:47 UTC 2010 - lnussel@suse.de diff --git a/xtables-addons.spec b/xtables-addons.spec index facab84..4bec361 100644 --- a/xtables-addons.spec +++ b/xtables-addons.spec @@ -18,23 +18,22 @@ Name: xtables-addons -Version: 1.30 +Version: 1.27 Release: 1 Group: Productivity/Networking/Security Summary: IP Packet Filter Administration Extensions License: GPL Url: http://xtables-addons.sf.net/ Source: %name-%version.tar.xz -Source2: %name-%version.tar.xz.asc #Git-Clone: git://xtables-addons.git.sf.net/gitroot/xtables-addons/xtables-addons #Git-Web: http://xtables-addons.git.sf.net/ BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: %kernel_module_package_buildreqs BuildRequires: iptables-devel >= 1.4.3 -BuildRequires: pkg-config >= 0.23, xz +BuildRequires: pkg-config >= 0.23 xz Recommends: %name-kmp # Yes, we've got a lot of good stuff! -Provides: ipset = 4.4 +Provides: ipset = 4.2 Recommends: xtables-geoip %kernel_module_package @@ -65,13 +64,6 @@ if [ ! -e configure ]; then ./autogen.sh; fi; -%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 pushd ../; for flavor in %flavors_to_build; do @@ -105,10 +97,9 @@ rm -Rf "%buildroot"; %files %defattr(-,root,root) -%doc %_mandir/*/* +%_mandir/*/* %_sbindir/* %_libdir/*.so.* %_libexecdir/xtables -%_libexecdir/xtables-addons %changelog