forked from pool/xtables-addons
Try updating to 1.29
OBS-URL: https://build.opensuse.org/package/show/security:netfilter/xtables-addons?expand=0&rev=14
This commit is contained in:
parent
dcf136d0ab
commit
029e504486
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:3d06d6d1d8b8adeae7c9edee20ffd3f2a754eb0b187e8b9f397666e26a7dbbcc
|
|
||||||
size 333440
|
|
3
xtables-addons-1.29.tar.xz
Normal file
3
xtables-addons-1.29.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:db3714bef7f95724701483596b6367e6b4c89c9fee2dddb9de7faa8284a80a07
|
||||||
|
size 336748
|
7
xtables-addons-1.29.tar.xz.asc
Normal file
7
xtables-addons-1.29.tar.xz.asc
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
Version: GnuPG v2.0.15 (GNU/Linux)
|
||||||
|
|
||||||
|
iEYEABECAAYFAkyijrAACgkQ92gFgoRMQ2BitgCeMlH0XT3hL95mYoJFMMgdK+3e
|
||||||
|
bMUAnjpR7rapSrTgO2bJgIT98gVScGj3
|
||||||
|
=WN9R
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -18,13 +18,14 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: xtables-addons
|
Name: xtables-addons
|
||||||
Version: 1.28
|
Version: 1.29
|
||||||
Release: 1
|
Release: 1
|
||||||
Group: Productivity/Networking/Security
|
Group: Productivity/Networking/Security
|
||||||
Summary: IP Packet Filter Administration Extensions
|
Summary: IP Packet Filter Administration Extensions
|
||||||
License: GPL
|
License: GPL
|
||||||
Url: http://xtables-addons.sf.net/
|
Url: http://xtables-addons.sf.net/
|
||||||
Source: %name-%version.tar.xz
|
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-Clone: git://xtables-addons.git.sf.net/gitroot/xtables-addons/xtables-addons
|
||||||
#Git-Web: http://xtables-addons.git.sf.net/
|
#Git-Web: http://xtables-addons.git.sf.net/
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -33,7 +34,7 @@ BuildRequires: iptables-devel >= 1.4.3
|
|||||||
BuildRequires: pkg-config >= 0.23, xz
|
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!
|
||||||
Provides: ipset = 4.2
|
Provides: ipset = 4.3
|
||||||
Recommends: xtables-geoip
|
Recommends: xtables-geoip
|
||||||
%kernel_module_package
|
%kernel_module_package
|
||||||
|
|
||||||
@ -64,6 +65,16 @@ if [ ! -e configure ]; then
|
|||||||
./autogen.sh;
|
./autogen.sh;
|
||||||
fi;
|
fi;
|
||||||
|
|
||||||
|
# No easy way to detect whether they are already shipped by iptables or linux.
|
||||||
|
# Better remove than overlapping modules.
|
||||||
|
|
||||||
|
%if 0%{?suse_version} > 1130
|
||||||
|
# xt_TEE included since 2.6.35
|
||||||
|
perl -i -pe 's{^build_TEE=.*}{build_TEE=}' mconfig;
|
||||||
|
# xt_CHECKSUM included since 2.6.36
|
||||||
|
perl -i -pe 's{^build_CHECKSUM=.*}{build_CHECKSUM=}' mconfig;
|
||||||
|
%endif
|
||||||
|
|
||||||
%build
|
%build
|
||||||
pushd ../;
|
pushd ../;
|
||||||
for flavor in %flavors_to_build; do
|
for flavor in %flavors_to_build; do
|
||||||
|
Loading…
Reference in New Issue
Block a user