1
0

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:
OBS User autobuild 2010-10-03 20:35:30 +00:00 committed by Git OBS Bridge
parent b58bf5923f
commit 717f1fa91b
5 changed files with 7 additions and 43 deletions

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e3215df244a97175d8fe5a7d473978ba8a0026478eaac6daeb2f44a3f47fca7c
size 331224

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:51ff5fda46acb3da55f338343fde53258b3604df6878e3da86506a58e5f8c831
size 337148

View File

@ -1,7 +0,0 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.15 (GNU/Linux)
iEYEABECAAYFAkymkcYACgkQ92gFgoRMQ2DoHgCePKegxbBmeN/b7tQ7eacgcZ5H
5jIAn0TRqlHARft+hapbyPPr59DjDOls
=Zx4F
-----END PGP SIGNATURE-----

View File

@ -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

View File

@ -18,23 +18,22 @@
Name: xtables-addons
Version: 1.30
Version: 1.27
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
BuildRequires: %kernel_module_package_buildreqs
BuildRequires: iptables-devel >= 1.4.3
BuildRequires: pkg-config >= 0.23, xz
BuildRequires: pkg-config >= 0.23 xz
Recommends: %name-kmp
# Yes, we've got a lot of good stuff!
Provides: ipset = 4.4
Provides: ipset = 4.2
Recommends: xtables-geoip
%kernel_module_package
@ -65,13 +64,6 @@ 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
@ -105,10 +97,9 @@ rm -Rf "%buildroot";
%files
%defattr(-,root,root)
%doc %_mandir/*/*
%_mandir/*/*
%_sbindir/*
%_libdir/*.so.*
%_libexecdir/xtables
%_libexecdir/xtables-addons
%changelog