forked from pool/xtables-addons
Accepting request 49678 from security:netfilter
checked in (request 49678) OBS-URL: https://build.opensuse.org/request/show/49678 OBS-URL: https://build.opensuse.org/package/show/security:netfilter/xtables-addons?expand=0&rev=16
This commit is contained in:
parent
b58bf5923f
commit
717f1fa91b
3
xtables-addons-1.27.tar.xz
Normal file
3
xtables-addons-1.27.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e3215df244a97175d8fe5a7d473978ba8a0026478eaac6daeb2f44a3f47fca7c
|
||||||
|
size 331224
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:51ff5fda46acb3da55f338343fde53258b3604df6878e3da86506a58e5f8c831
|
|
||||||
size 337148
|
|
@ -1,7 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
Version: GnuPG v2.0.15 (GNU/Linux)
|
|
||||||
|
|
||||||
iEYEABECAAYFAkymkcYACgkQ92gFgoRMQ2DoHgCePKegxbBmeN/b7tQ7eacgcZ5H
|
|
||||||
5jIAn0TRqlHARft+hapbyPPr59DjDOls
|
|
||||||
=Zx4F
|
|
||||||
-----END PGP SIGNATURE-----
|
|
@ -1,23 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
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
|
Tue Jun 29 11:51:47 UTC 2010 - lnussel@suse.de
|
||||||
|
|
||||||
|
@ -18,23 +18,22 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: xtables-addons
|
Name: xtables-addons
|
||||||
Version: 1.30
|
Version: 1.27
|
||||||
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
|
||||||
BuildRequires: %kernel_module_package_buildreqs
|
BuildRequires: %kernel_module_package_buildreqs
|
||||||
BuildRequires: iptables-devel >= 1.4.3
|
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.4
|
Provides: ipset = 4.2
|
||||||
Recommends: xtables-geoip
|
Recommends: xtables-geoip
|
||||||
%kernel_module_package
|
%kernel_module_package
|
||||||
|
|
||||||
@ -65,13 +64,6 @@ if [ ! -e configure ]; then
|
|||||||
./autogen.sh;
|
./autogen.sh;
|
||||||
fi;
|
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
|
%build
|
||||||
pushd ../;
|
pushd ../;
|
||||||
for flavor in %flavors_to_build; do
|
for flavor in %flavors_to_build; do
|
||||||
@ -105,10 +97,9 @@ rm -Rf "%buildroot";
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc %_mandir/*/*
|
%_mandir/*/*
|
||||||
%_sbindir/*
|
%_sbindir/*
|
||||||
%_libdir/*.so.*
|
%_libdir/*.so.*
|
||||||
%_libexecdir/xtables
|
%_libexecdir/xtables
|
||||||
%_libexecdir/xtables-addons
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user