From fc25f820013eecd8c183de268be036715f574af9d6d9446eb9833c6e649408b9 Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Sun, 3 Oct 2010 20:35:31 +0000 Subject: [PATCH] Updating link to change in openSUSE:Factory/xtables-addons revision 12.0 OBS-URL: https://build.opensuse.org/package/show/security:netfilter/xtables-addons?expand=0&rev=3420749138d66ecbf71d1fbbe3f4bd8c --- xtables-addons-1.27.tar.xz | 3 --- xtables-addons-1.30.tar.xz | 3 +++ xtables-addons-1.30.tar.xz.asc | 7 +++++++ xtables-addons.changes | 20 ++++++++++++++++++++ xtables-addons.spec | 17 +++++++++++++---- 5 files changed, 43 insertions(+), 7 deletions(-) delete mode 100644 xtables-addons-1.27.tar.xz create mode 100644 xtables-addons-1.30.tar.xz create mode 100644 xtables-addons-1.30.tar.xz.asc diff --git a/xtables-addons-1.27.tar.xz b/xtables-addons-1.27.tar.xz deleted file mode 100644 index ba0be20..0000000 --- a/xtables-addons-1.27.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -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 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 b4458f4..04dbba9 100644 --- a/xtables-addons.changes +++ b/xtables-addons.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +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 4bec361..ffcda31 100644 --- a/xtables-addons.spec +++ b/xtables-addons.spec @@ -1,5 +1,5 @@ # -# spec file for package xtables-addons (Version 1.27) +# spec file for package xtables-addons (Version 1.30) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -18,13 +18,14 @@ Name: xtables-addons -Version: 1.27 +Version: 1.30 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 @@ -33,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.2 +Provides: ipset = 4.4 Recommends: xtables-geoip %kernel_module_package @@ -64,6 +65,13 @@ 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 @@ -97,9 +105,10 @@ rm -Rf "%buildroot"; %files %defattr(-,root,root) -%_mandir/*/* +%doc %_mandir/*/* %_sbindir/* %_libdir/*.so.* %_libexecdir/xtables +%_libexecdir/xtables-addons %changelog