forked from pool/xtables-addons
Update to 1.30
OBS-URL: https://build.opensuse.org/package/show/security:netfilter/xtables-addons?expand=0&rev=15
This commit is contained in:
parent
029e504486
commit
b58bf5923f
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:db3714bef7f95724701483596b6367e6b4c89c9fee2dddb9de7faa8284a80a07
|
||||
size 336748
|
@ -1,7 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v2.0.15 (GNU/Linux)
|
||||
|
||||
iEYEABECAAYFAkyijrAACgkQ92gFgoRMQ2BitgCeMlH0XT3hL95mYoJFMMgdK+3e
|
||||
bMUAnjpR7rapSrTgO2bJgIT98gVScGj3
|
||||
=WN9R
|
||||
-----END PGP SIGNATURE-----
|
3
xtables-addons-1.30.tar.xz
Normal file
3
xtables-addons-1.30.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:51ff5fda46acb3da55f338343fde53258b3604df6878e3da86506a58e5f8c831
|
||||
size 337148
|
7
xtables-addons-1.30.tar.xz.asc
Normal file
7
xtables-addons-1.30.tar.xz.asc
Normal file
@ -0,0 +1,7 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v2.0.15 (GNU/Linux)
|
||||
|
||||
iEYEABECAAYFAkymkcYACgkQ92gFgoRMQ2DoHgCePKegxbBmeN/b7tQ7eacgcZ5H
|
||||
5jIAn0TRqlHARft+hapbyPPr59DjDOls
|
||||
=Zx4F
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 3 08:17:43 UTC 2010 - jengelh@medozas.de
|
||||
|
||||
- new upstream release 1.30
|
||||
* support for Linux 2.6.36
|
||||
* update to ipset 4.4
|
||||
- ipport{,ip,net}hash did not work with mixed "src" and "dst"
|
||||
destination parameters
|
||||
* do ship ip_set_ipport{ip,net}hash
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 24 09:47:54 UTC 2010 - jengelh@medozas.de
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
Name: xtables-addons
|
||||
Version: 1.29
|
||||
Version: 1.30
|
||||
Release: 1
|
||||
Group: Productivity/Networking/Security
|
||||
Summary: IP Packet Filter Administration Extensions
|
||||
@ -34,7 +34,7 @@ BuildRequires: iptables-devel >= 1.4.3
|
||||
BuildRequires: pkg-config >= 0.23, xz
|
||||
Recommends: %name-kmp
|
||||
# Yes, we've got a lot of good stuff!
|
||||
Provides: ipset = 4.3
|
||||
Provides: ipset = 4.4
|
||||
Recommends: xtables-geoip
|
||||
%kernel_module_package
|
||||
|
||||
@ -65,14 +65,11 @@ if [ ! -e configure ]; then
|
||||
./autogen.sh;
|
||||
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;
|
||||
%if 0%{?suse_version} <= 1130
|
||||
# xt_TEE not included prior to 2.6.35
|
||||
perl -i -pe 's{^build_TEE=.*}{build_TEE=m}' mconfig;
|
||||
# xt_CHECKSUM not included prior to 2.6.36
|
||||
perl -i -pe 's{^build_CHECKSUM=.*}{build_CHECKSUM=m}' mconfig;
|
||||
%endif
|
||||
|
||||
%build
|
||||
|
Loading…
Reference in New Issue
Block a user