forked from pool/xtables-addons
Updating link to change in openSUSE:Factory/xtables-addons revision 12.0
OBS-URL: https://build.opensuse.org/package/show/security:netfilter/xtables-addons?expand=0&rev=3420749138d66ecbf71d1fbbe3f4bd8c
This commit is contained in:
parent
717f1fa91b
commit
fc25f82001
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e3215df244a97175d8fe5a7d473978ba8a0026478eaac6daeb2f44a3f47fca7c
|
||||
size 331224
|
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,23 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
- new upstream release 1.28
|
||||
* RAWNAT: IPv6 variants erroneously rejected masks /33-/128
|
||||
* new target xt_CHECKSUM
|
||||
* xt_length2: add support for IPv6 jumbograms
|
||||
* xt_geoip: fix possible out-of-bounds access
|
||||
* import xt_geoip database scripts
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 29 11:51:47 UTC 2010 - lnussel@suse.de
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package xtables-addons (Version 1.27)
|
||||
# spec file for package xtables-addons (Version 1.30)
|
||||
#
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -18,13 +18,14 @@
|
||||
|
||||
|
||||
Name: xtables-addons
|
||||
Version: 1.27
|
||||
Version: 1.30
|
||||
Release: 1
|
||||
Group: Productivity/Networking/Security
|
||||
Summary: IP Packet Filter Administration Extensions
|
||||
License: GPL
|
||||
Url: http://xtables-addons.sf.net/
|
||||
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-Web: http://xtables-addons.git.sf.net/
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -33,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.2
|
||||
Provides: ipset = 4.4
|
||||
Recommends: xtables-geoip
|
||||
%kernel_module_package
|
||||
|
||||
@ -64,6 +65,13 @@ if [ ! -e configure ]; then
|
||||
./autogen.sh;
|
||||
fi;
|
||||
|
||||
%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
|
||||
pushd ../;
|
||||
for flavor in %flavors_to_build; do
|
||||
@ -97,9 +105,10 @@ rm -Rf "%buildroot";
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%_mandir/*/*
|
||||
%doc %_mandir/*/*
|
||||
%_sbindir/*
|
||||
%_libdir/*.so.*
|
||||
%_libexecdir/xtables
|
||||
%_libexecdir/xtables-addons
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user