forked from pool/xtables-addons
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:
commit
f5e83954ec
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e258efc2da84d3254869d18035b7a3436fcde824cae938571733293ec1f43933
|
|
||||||
size 418684
|
|
@ -1,7 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
Version: GnuPG v2.0.16 (GNU/Linux)
|
|
||||||
|
|
||||||
iEYEABECAAYFAk2dzeEACgkQ92gFgoRMQ2CBjQCfVXcoAIuTwdgSCEyYgtsbQzCs
|
|
||||||
qvgAmwSnpyWbz9//530DQ1cqA0Qk5tXM
|
|
||||||
=kieI
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
xtables-addons-1.35.tar.xz
Normal file
3
xtables-addons-1.35.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d57b40178e994e4c0e5d9eea16f3d387c253673011a7535f5b1c4abe9e2564be
|
||||||
|
size 420500
|
7
xtables-addons-1.35.tar.xz.asc
Normal file
7
xtables-addons-1.35.tar.xz.asc
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
Version: GnuPG v2.0.16 (GNU/Linux)
|
||||||
|
|
||||||
|
iEYEABECAAYFAk2jaOEACgkQ92gFgoRMQ2APZwCdEz2qJF6qUBhXxuv4rofQ7DaW
|
||||||
|
y6oAnAmdzwFsImfYY6lkpRICkbz4jN7N
|
||||||
|
=AJVd
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -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
|
Thu Apr 7 15:11:31 UTC 2011 - jengelh@medozas.de
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: xtables-addons
|
Name: xtables-addons
|
||||||
Version: 1.34
|
Version: 1.35
|
||||||
Release: 1
|
Release: 1
|
||||||
Group: Productivity/Networking/Security
|
Group: Productivity/Networking/Security
|
||||||
Summary: IP Packet Filter Administration Extensions
|
Summary: IP Packet Filter Administration Extensions
|
||||||
@ -36,7 +36,7 @@ BuildRequires: pkg-config >= 0.23 xz
|
|||||||
Recommends: %name-kmp
|
Recommends: %name-kmp
|
||||||
# Yes, we've got a lot of good stuff!
|
# Yes, we've got a lot of good stuff!
|
||||||
%if 0%{?suse_version} > 1130
|
%if 0%{?suse_version} > 1130
|
||||||
Provides: ipset = 5.4
|
Provides: ipset = 6.3
|
||||||
%else
|
%else
|
||||||
Provides: ipset = 4.5
|
Provides: ipset = 4.5
|
||||||
%endif
|
%endif
|
||||||
@ -75,9 +75,9 @@ if [ ! -e configure ]; then
|
|||||||
./autogen.sh;
|
./autogen.sh;
|
||||||
fi;
|
fi;
|
||||||
%if 0%{?suse_version} >= 1140
|
%if 0%{?suse_version} >= 1140
|
||||||
# Has 2.6.37
|
# ipset6-genl needs >=2.6.35
|
||||||
perl -i -pe 's{^build_ipset4=.*}{build_ipset4=}' mconfig;
|
echo "build_ipset4=" >>mconfig;
|
||||||
perl -i -pe 's{^build_ipset5=.*}{build_ipset5=m}' mconfig;
|
echo "build_ipset6=m" >>mconfig;
|
||||||
%endif
|
%endif
|
||||||
pushd ../;
|
pushd ../;
|
||||||
for flavor in %flavors_to_build; do
|
for flavor in %flavors_to_build; do
|
||||||
|
Loading…
Reference in New Issue
Block a user