forked from pool/xtables-addons
1.36
OBS-URL: https://build.opensuse.org/package/show/security:netfilter/xtables-addons?expand=0&rev=29
This commit is contained in:
parent
3e90d30205
commit
f346af100e
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d57b40178e994e4c0e5d9eea16f3d387c253673011a7535f5b1c4abe9e2564be
|
||||
size 420500
|
@ -1,7 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v2.0.16 (GNU/Linux)
|
||||
|
||||
iEYEABECAAYFAk2jaOEACgkQ92gFgoRMQ2APZwCdEz2qJF6qUBhXxuv4rofQ7DaW
|
||||
y6oAnAmdzwFsImfYY6lkpRICkbz4jN7N
|
||||
=AJVd
|
||||
-----END PGP SIGNATURE-----
|
3
xtables-addons-1.36.tar.xz
Normal file
3
xtables-addons-1.36.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cfa2109c332f1c8b91cf64973e79a20dae6643da0c35b9d80c16ad2687bc21c4
|
||||
size 423580
|
7
xtables-addons-1.36.tar.xz.asc
Normal file
7
xtables-addons-1.36.tar.xz.asc
Normal file
@ -0,0 +1,7 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v2.0.16 (GNU/Linux)
|
||||
|
||||
iF4EABEIAAYFAk3o+WEACgkQkb3j62iiDkXfSgD9EI7oJW1B0cbzYdnc+NRaNkVC
|
||||
kFGok2Jwf99xE04SfTgA/1FxbmdL9anJQCBZBMQ1vqM8d630Se/Cm0Kyy3Hgf8+i
|
||||
=cNRi
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 3 15:11:54 UTC 2011 - jengelh@medozas.de
|
||||
|
||||
- update to new upstream release 1.36
|
||||
* update to ipset 6.7
|
||||
* xt_TARPIT has gained the "honeypot" and "reset" modes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 11 21:59:02 UTC 2011 - jengelh@medozas.de
|
||||
|
||||
|
@ -18,25 +18,25 @@
|
||||
|
||||
|
||||
Name: xtables-addons
|
||||
Version: 1.35
|
||||
Version: 1.36
|
||||
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
|
||||
#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
|
||||
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
|
||||
BuildRequires: iptables-devel >= 1.4.3, libmnl-devel >= 1
|
||||
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 = 6.3
|
||||
%if 0%{?suse_version} >= 1140
|
||||
Provides: ipset = 6.7
|
||||
%else
|
||||
Provides: ipset = 4.5
|
||||
%endif
|
||||
@ -90,8 +90,8 @@ done;
|
||||
|
||||
%install
|
||||
b="%buildroot";
|
||||
rm -Rf "$b";
|
||||
mkdir "$b";
|
||||
#rm -Rf "$b";
|
||||
#mkdir "$b";
|
||||
pushd ../;
|
||||
for flavor in %flavors_to_build; do
|
||||
pushd "%name-$flavor-%version/";
|
||||
@ -102,9 +102,6 @@ done;
|
||||
find "$b/%_prefix" -iname "*.la" -delete;
|
||||
find "$b/%_libdir" -maxdepth 1 -type l -iname "*.so" -delete;
|
||||
|
||||
%clean
|
||||
rm -Rf "%buildroot";
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
|
||||
%postun -p /sbin/ldconfig
|
||||
|
Loading…
Reference in New Issue
Block a user