forked from pool/xtables-addons
Accepting request 95346 from security:netfilter
- update to new upstream release 1.40 * xt_ECHO: fix kernel warning about RTAX_HOPLIMIT being used * xt_ipv4options: fix an infinite loop * Provides ipset 6.10: ICMP/ICMPv6 type/code parser bug fixed; fix lookup of tcp port names OBS-URL: https://build.opensuse.org/request/show/95346 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xtables-addons?expand=0&rev=28
This commit is contained in:
commit
7a0c80ae79
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ef7a89405c97879efee9944237373c3ecff36e9512aba948e7b40ae005a8946b
|
|
||||||
size 379928
|
|
@ -1,7 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
Version: GnuPG v2.0.16 (GNU/Linux)
|
|
||||||
|
|
||||||
iF4EABEIAAYFAk56Ji4ACgkQkb3j62iiDkWjGQD/dxlK5Tl5hK+pBE21A3ooD2BB
|
|
||||||
yw8lL14Skapi0fC+6M0A/jn1w9pp6nYdXwYS8erBAl6qwMx0Hf88JtQCrlZqz+kx
|
|
||||||
=yLw2
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
xtables-addons-1.40.tar.xz
Normal file
3
xtables-addons-1.40.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c57cd71e936c1bcd14492b49a5a24ef6ab5b6e8698cf301a08b5a4b158e6efbe
|
||||||
|
size 380488
|
7
xtables-addons-1.40.tar.xz.asc
Normal file
7
xtables-addons-1.40.tar.xz.asc
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
Version: GnuPG v2.0.16 (GNU/Linux)
|
||||||
|
|
||||||
|
iF4EABEIAAYFAk7WCKkACgkQkb3j62iiDkWC2AD+IGuKhNEGL+xj3wpOok3Q3rWn
|
||||||
|
h3FkvzqP22P1A1mp12UBAJFxBCGbbrtlMPWCVFtmYU3x82liNvqKbiNVUapD9k4v
|
||||||
|
=6AgM
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 30 10:43:07 UTC 2011 - jengelh@medozas.de
|
||||||
|
|
||||||
|
- update to new upstream release 1.40
|
||||||
|
* xt_ECHO: fix kernel warning about RTAX_HOPLIMIT being used
|
||||||
|
* xt_ipv4options: fix an infinite loop
|
||||||
|
* Provides ipset 6.10: ICMP/ICMPv6 type/code parser bug fixed;
|
||||||
|
fix lookup of tcp port names
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Sep 21 18:01:56 UTC 2011 - jengelh@medozas.de
|
Wed Sep 21 18:01:56 UTC 2011 - jengelh@medozas.de
|
||||||
|
|
||||||
|
@ -18,11 +18,11 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: xtables-addons
|
Name: xtables-addons
|
||||||
Version: 1.39
|
Version: 1.40
|
||||||
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-2.0, GPL-2.0+
|
||||||
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
|
Source2: %name-%version.tar.xz.asc
|
||||||
@ -30,11 +30,11 @@ Source3: %name-preamble
|
|||||||
#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: iptables-devel >= 1.4.3 libmnl-devel >= 1
|
BuildRequires: iptables-devel >= 1.4.5 libmnl-devel >= 1
|
||||||
BuildRequires: pkgconfig >= 0.23 xz
|
BuildRequires: pkgconfig >= 0.23 xz
|
||||||
# Yes, we've got a lot of good stuff!
|
# Yes, we've got a lot of good stuff!
|
||||||
%if 0%{?suse_version} >= 1140
|
%if 0%{?suse_version} >= 1140
|
||||||
Provides: ipset = 6.9.1
|
Provides: ipset = 6.10
|
||||||
%endif
|
%endif
|
||||||
%if 0%{?suse_version}
|
%if 0%{?suse_version}
|
||||||
BuildRequires: %kernel_module_package_buildreqs
|
BuildRequires: %kernel_module_package_buildreqs
|
||||||
@ -58,7 +58,6 @@ main kernel/iptables packages.
|
|||||||
|
|
||||||
%package KMP
|
%package KMP
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
License: GPL
|
|
||||||
Summary: IP Packet Filter Administration Extensions
|
Summary: IP Packet Filter Administration Extensions
|
||||||
|
|
||||||
%description KMP
|
%description KMP
|
||||||
|
Loading…
Reference in New Issue
Block a user