1
0

Accepting request 131431 from security:netfilter

- Update to new upstream release 1.46
* Support for Linux 3.4--3.6

OBS-URL: https://build.opensuse.org/request/show/131431
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xtables-addons?expand=0&rev=34
This commit is contained in:
Ismail Dönmez 2012-08-24 11:53:16 +00:00 committed by Git OBS Bridge
commit c063eb928d
6 changed files with 45 additions and 12 deletions

View File

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

View File

@ -1,7 +0,0 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.18 (GNU/Linux)
iF4EABEIAAYFAk99Jr0ACgkQkb3j62iiDkVEqgD9EGzxGC0rPr5e6wHJ6d7dPEBN
QFHRU5FGtOSuVK4aiQQBAKpY0+WKTAIdeq19fyAd7HDJXSy92hJAs3/h+hmCzqfm
=jRT2
-----END PGP SIGNATURE-----

View File

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

View File

@ -0,0 +1,7 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.18 (GNU/Linux)
iF4EABEIAAYFAlA2NlEACgkQkb3j62iiDkWROgD9GkPfNdkb5e4Cqoy/1iwR1pIi
LX3Rjk35aSlcYg5mItoA+QFDQdFy5v6nPoS+VGGgUK5VQi57ZWPMs0RVh7eyGQoZ
=4wfF
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,28 @@
-------------------------------------------------------------------
Thu Aug 23 13:53:48 UTC 2012 - jengelh@inai.de
- Update to new upstream release 1.46
* length2, SYSRQ, RAWNAT: preinitialize values for ipv6_find_hdr
* TARPIT: fix memory leak when tarpit_generic() fails
* Support for Linux 3.6
-------------------------------------------------------------------
Sun Jul 15 12:00:03 UTC 2012 - jengelh@inai.de
- Update to new upstream release 1.45
* SYSRQ: fix double target initialization at module load
* TARPIT: IPv6 support
-------------------------------------------------------------------
Sat Jun 30 17:45:42 UTC 2012 - jengelh@inai.de
- Update to new upstream release 1.43
* xt_psd: avoid crash due to curr->next corruption
* xt_psd: reject invalid match options
* DNETMAP: new type: static binding
* DNETMAP: new persistent flag option for prefix
* DNETMAP: add write support to procfs interface
-------------------------------------------------------------------
Thu Apr 5 03:04:48 UTC 2012 - jengelh@medozas.de

View File

@ -17,7 +17,7 @@
Name: xtables-addons
Version: 1.42
Version: 1.46
Release: 0
Summary: IP Packet Filter Administration Extensions
License: GPL-2.0 ; GPL-2.0+
@ -37,9 +37,17 @@ BuildRequires: autoconf
BuildRequires: automake >= 1.10b
BuildRequires: libtool
%endif
BuildRequires: pkgconfig >= 0.23
BuildRequires: pkgconfig >= 0.21
BuildRequires: xz
%if 0%{?suse_version} >= 1140 || 0%{?fedora_version}
BuildRequires: pkgconfig(xtables) >= 1.4.5
%endif
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
BuildRequires: libxtables-devel >= 1.4.5
%endif
%if 0%{?redhat_version} || 0%{?centos_version}
BuildRequires: libxtables-devel >= 1.4.5
%endif
%if 0%{?suse_version}
BuildRequires: %kernel_module_package_buildreqs
Recommends: %name-kmp