From d616d655f302fa9691c04dc12581d76be637ab1c13e4a12e577122d5d432bb32 Mon Sep 17 00:00:00 2001 From: OBS User autobuild Date: Fri, 19 Mar 2010 08:56:39 +0000 Subject: [PATCH] Accepting request 35122 from security:netfilter Copy from security:netfilter/xtables-addons based on submit request 35122 from user coolo OBS-URL: https://build.opensuse.org/request/show/35122 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xtables-addons?expand=0&rev=5 --- xtables-addons-1.22.tar.bz2 | 3 --- xtables-addons-1.23.tar.bz2 | 3 +++ xtables-addons.changes | 9 +++++++++ xtables-addons.spec | 14 +++++++------- 4 files changed, 19 insertions(+), 10 deletions(-) delete mode 100644 xtables-addons-1.22.tar.bz2 create mode 100644 xtables-addons-1.23.tar.bz2 diff --git a/xtables-addons-1.22.tar.bz2 b/xtables-addons-1.22.tar.bz2 deleted file mode 100644 index bc9e6d8..0000000 --- a/xtables-addons-1.22.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:32916dee3da608b554d71e89a9cba74d2078d2be78684ccb6184b2afc8688719 -size 366217 diff --git a/xtables-addons-1.23.tar.bz2 b/xtables-addons-1.23.tar.bz2 new file mode 100644 index 0000000..4f7803b --- /dev/null +++ b/xtables-addons-1.23.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3914c221cdcedc7fb2497d7b6c3c568f101271c7073b0114997a728a224bb75 +size 366416 diff --git a/xtables-addons.changes b/xtables-addons.changes index 1528a6c..2b95265 100644 --- a/xtables-addons.changes +++ b/xtables-addons.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Feb 25 00:07:24 UTC 2010 - jengelh@medozas.de + +- new upstream release 1.23 + * ipset updated to 4.2 + * removal of obsoleted configure options; + compile fixes for IPV6=n and 2.6.32's skb_dst + * support for Linux 2.6.33 and the projected 2.6.34 net tree + ------------------------------------------------------------------- Fri Feb 12 00:46:09 CET 2010 - ro@suse.de diff --git a/xtables-addons.spec b/xtables-addons.spec index e34410e..1a82e15 100644 --- a/xtables-addons.spec +++ b/xtables-addons.spec @@ -1,5 +1,5 @@ # -# spec file for package xtables-addons (Version 1.22) +# spec file for package xtables-addons (Version 1.23) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -18,8 +18,8 @@ Name: xtables-addons -Version: 1.22 -Release: 2 +Version: 1.23 +Release: 1 Group: Productivity/Networking/Security Summary: IP Packet Filter Administration Extensions License: GPL @@ -33,7 +33,7 @@ BuildRequires: iptables-devel >= 1.4.3 BuildRequires: pkg-config >= 0.23 Requires: %name-kmp # Yes, we've got a lot of good stuff! -Provides: ipset = 4.1 +Provides: ipset = 4.2 Recommends: xtables-geoip %kernel_module_package @@ -46,7 +46,7 @@ contains extensions that were not, or are not yet, accepted in the main kernel/iptables packages. %package KMP -Group: Hardware/Other +Group: System/Kernel License: GPL Summary: IP Packet Filter Administration Extensions @@ -85,8 +85,8 @@ for flavor in %flavors_to_build; do popd; done; # There is no -devel package. So no need for these files. -find "$b/%_prefix" -iname "*.la" -print0 | xargs -0r rm -f; -find "$b/%_libdir" -maxdepth 1 -type l -iname "*.so" -print0 | xargs -0r rm -f; +find "$b/%_prefix" -iname "*.la" -delete; +find "$b/%_libdir" -maxdepth 1 -type l -iname "*.so" -delete; %clean rm -Rf "%buildroot";