1
0

Accepting request 67676 from security:netfilter

Accepted submit request 67676 from user coolo

OBS-URL: https://build.opensuse.org/request/show/67676
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xtables-addons?expand=0&rev=20
This commit is contained in:
Sascha Peilicke 2011-04-18 08:49:23 +00:00 committed by Git OBS Bridge
commit f5e83954ec
6 changed files with 23 additions and 15 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e258efc2da84d3254869d18035b7a3436fcde824cae938571733293ec1f43933
size 418684

View File

@ -1,7 +0,0 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.16 (GNU/Linux)
iEYEABECAAYFAk2dzeEACgkQ92gFgoRMQ2CBjQCfVXcoAIuTwdgSCEyYgtsbQzCs
qvgAmwSnpyWbz9//530DQ1cqA0Qk5tXM
=kieI
-----END PGP SIGNATURE-----

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d57b40178e994e4c0e5d9eea16f3d387c253673011a7535f5b1c4abe9e2564be
size 420500

View File

@ -0,0 +1,7 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.16 (GNU/Linux)
iEYEABECAAYFAk2jaOEACgkQ92gFgoRMQ2APZwCdEz2qJF6qUBhXxuv4rofQ7DaW
y6oAnAmdzwFsImfYY6lkpRICkbz4jN7N
=AJVd
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Apr 11 21:59:02 UTC 2011 - jengelh@medozas.de
- Update to new upstream release 1.35
* update to ipset 6.3
* ipset-genl: handle EAGAIN return value emitted from autoloader
* ipset-genl: resolve nfgenmsg remains and fix spurious protocol abort
-------------------------------------------------------------------
Thu Apr 7 15:11:31 UTC 2011 - jengelh@medozas.de

View File

@ -18,7 +18,7 @@
Name: xtables-addons
Version: 1.34
Version: 1.35
Release: 1
Group: Productivity/Networking/Security
Summary: IP Packet Filter Administration Extensions
@ -36,7 +36,7 @@ BuildRequires: pkg-config >= 0.23 xz
Recommends: %name-kmp
# Yes, we've got a lot of good stuff!
%if 0%{?suse_version} > 1130
Provides: ipset = 5.4
Provides: ipset = 6.3
%else
Provides: ipset = 4.5
%endif
@ -75,9 +75,9 @@ if [ ! -e configure ]; then
./autogen.sh;
fi;
%if 0%{?suse_version} >= 1140
# Has 2.6.37
perl -i -pe 's{^build_ipset4=.*}{build_ipset4=}' mconfig;
perl -i -pe 's{^build_ipset5=.*}{build_ipset5=m}' mconfig;
# ipset6-genl needs >=2.6.35
echo "build_ipset4=" >>mconfig;
echo "build_ipset6=m" >>mconfig;
%endif
pushd ../;
for flavor in %flavors_to_build; do