forked from pool/xtables-addons
Accepting request 79430 from security:netfilter
- update to new upstream release 1.38 * Restore UDP functionality for xt_psd * UDPLITE support for xt_SYSRQ, xt_ipp2p, xt_pknock, xt_psd * Provides ipset 6.8 OBS-URL: https://build.opensuse.org/request/show/79430 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xtables-addons?expand=0&rev=24
This commit is contained in:
commit
8630170bae
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2b60a3ae1c71a5b802625b595edceb14ea0be1fb5517e98a9542c5a1157fb7b6
|
||||
size 423784
|
@ -1,7 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v2.0.16 (GNU/Linux)
|
||||
|
||||
iF4EABEIAAYFAk4FqVwACgkQkb3j62iiDkUKgAEAlhOJz+NiH+zvihZBLPvVBY/l
|
||||
Bm6WM3cxoHbK5tEoCBoA/2xgrgUIJqfwNXTt3nCNq9tDxweeuD3Y1IFyNWG2JzF9
|
||||
=S7W0
|
||||
-----END PGP SIGNATURE-----
|
3
xtables-addons-1.38.tar.xz
Normal file
3
xtables-addons-1.38.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c4365028fd9778184dcd1e10b6a591fbb1bfb6dcdd891fda467346b5920a6017
|
||||
size 424488
|
7
xtables-addons-1.38.tar.xz.asc
Normal file
7
xtables-addons-1.38.tar.xz.asc
Normal file
@ -0,0 +1,7 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v2.0.16 (GNU/Linux)
|
||||
|
||||
iF4EABEIAAYFAk5PzPwACgkQkb3j62iiDkXjEQD8DetLeCyGMWZnV9qKu8KIEvuq
|
||||
0NGQUW7nT5nxgQz5mHkA/RF9YLz8EFE/0/ydzLrQA1XlrCXHeUvV3NfrH6zNUt+N
|
||||
=zkHH
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 20 15:03:31 UTC 2011 - jengelh@medozas.de
|
||||
|
||||
- update to new upstream release 1.38
|
||||
* Restore UDP functionality for xt_psd
|
||||
* UDPLITE support for xt_SYSRQ, xt_ipp2p, xt_pknock, xt_psd
|
||||
* Provides ipset 6.8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 25 09:25:25 UTC 2011 - jengelh@medozas.de
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
Name: xtables-addons
|
||||
Version: 1.37
|
||||
Version: 1.38
|
||||
Release: 1
|
||||
Group: Productivity/Networking/Security
|
||||
Summary: IP Packet Filter Administration Extensions
|
||||
@ -30,17 +30,21 @@ Source3: %name-preamble
|
||||
#Git-Clone: git://xtables-addons.git.sf.net/gitroot/xtables-addons/xtables-addons
|
||||
#Git-Web: http://xtables-addons.git.sf.net/
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: %kernel_module_package_buildreqs
|
||||
BuildRequires: iptables-devel >= 1.4.3 libmnl-devel >= 1
|
||||
BuildRequires: pkg-config >= 0.23 xz
|
||||
Recommends: %name-kmp
|
||||
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
|
||||
%endif
|
||||
%if 0%{?suse_version}
|
||||
BuildRequires: %kernel_module_package_buildreqs
|
||||
Recommends: %name-kmp
|
||||
Recommends: xtables-geoip
|
||||
%else
|
||||
Requires: xtables-geoip
|
||||
%endif
|
||||
|
||||
%define xtlibdir %(pkg-config xtables --variable=xtlibdir)
|
||||
|
||||
@ -90,8 +94,6 @@ done;
|
||||
|
||||
%install
|
||||
b="%buildroot";
|
||||
#rm -Rf "$b";
|
||||
#mkdir "$b";
|
||||
pushd ../;
|
||||
for flavor in %flavors_to_build; do
|
||||
pushd "%name-$flavor-%version/";
|
||||
|
Loading…
Reference in New Issue
Block a user