forked from pool/xtables-addons
Accepting request 84301 from security:netfilter
- update to new upstream release 1.39 * update to ipset 6.9.1 * resolve compilation errors due to missing libxtables_CFLAGS OBS-URL: https://build.opensuse.org/request/show/84301 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xtables-addons?expand=0&rev=26
This commit is contained in:
commit
e8c43e61e1
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c4365028fd9778184dcd1e10b6a591fbb1bfb6dcdd891fda467346b5920a6017
|
||||
size 424488
|
@ -1,7 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v2.0.16 (GNU/Linux)
|
||||
|
||||
iF4EABEIAAYFAk5PzPwACgkQkb3j62iiDkXjEQD8DetLeCyGMWZnV9qKu8KIEvuq
|
||||
0NGQUW7nT5nxgQz5mHkA/RF9YLz8EFE/0/ydzLrQA1XlrCXHeUvV3NfrH6zNUt+N
|
||||
=zkHH
|
||||
-----END PGP SIGNATURE-----
|
3
xtables-addons-1.39.tar.xz
Normal file
3
xtables-addons-1.39.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ef7a89405c97879efee9944237373c3ecff36e9512aba948e7b40ae005a8946b
|
||||
size 379928
|
7
xtables-addons-1.39.tar.xz.asc
Normal file
7
xtables-addons-1.39.tar.xz.asc
Normal file
@ -0,0 +1,7 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v2.0.16 (GNU/Linux)
|
||||
|
||||
iF4EABEIAAYFAk56Ji4ACgkQkb3j62iiDkWjGQD/dxlK5Tl5hK+pBE21A3ooD2BB
|
||||
yw8lL14Skapi0fC+6M0A/jn1w9pp6nYdXwYS8erBAl6qwMx0Hf88JtQCrlZqz+kx
|
||||
=yLw2
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 21 18:01:56 UTC 2011 - jengelh@medozas.de
|
||||
|
||||
- update to new upstream release 1.39
|
||||
* update to ipset 6.9.1
|
||||
* resolve compilation errors due to missing libxtables_CFLAGS
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 20 15:03:31 UTC 2011 - jengelh@medozas.de
|
||||
|
||||
|
@ -18,12 +18,12 @@
|
||||
|
||||
|
||||
Name: xtables-addons
|
||||
Version: 1.38
|
||||
Version: 1.39
|
||||
Release: 1
|
||||
Group: Productivity/Networking/Security
|
||||
Summary: IP Packet Filter Administration Extensions
|
||||
License: GPL
|
||||
Url: http://xtables-addons.sf.net/
|
||||
URL: http://xtables-addons.sf.net/
|
||||
Source: %name-%version.tar.xz
|
||||
Source2: %name-%version.tar.xz.asc
|
||||
Source3: %name-preamble
|
||||
@ -34,9 +34,7 @@ BuildRequires: iptables-devel >= 1.4.3 libmnl-devel >= 1
|
||||
BuildRequires: pkgconfig >= 0.23 xz
|
||||
# Yes, we've got a lot of good stuff!
|
||||
%if 0%{?suse_version} >= 1140
|
||||
Provides: ipset = 6.7
|
||||
%else
|
||||
Provides: ipset = 4.5
|
||||
Provides: ipset = 6.9.1
|
||||
%endif
|
||||
%if 0%{?suse_version}
|
||||
BuildRequires: %kernel_module_package_buildreqs
|
||||
@ -78,10 +76,9 @@ main kernel/iptables packages.
|
||||
if [ ! -e configure ]; then
|
||||
./autogen.sh;
|
||||
fi;
|
||||
%if 0%{?suse_version} >= 1140
|
||||
# ipset6-genl needs >=2.6.35
|
||||
echo "build_ipset4=" >>mconfig;
|
||||
echo "build_ipset6=m" >>mconfig;
|
||||
%if 0%{?suse_version} < 1140
|
||||
# ipset6-genl needs >=2.6.35, which is usually not present before 11.4
|
||||
echo "build_ipset6=" >>mconfig;
|
||||
%endif
|
||||
pushd ../;
|
||||
for flavor in %flavors_to_build; do
|
||||
|
Loading…
Reference in New Issue
Block a user