SHA256
1
0
forked from pool/iptables

Accepting request 129443 from security:netfilter

- Update to new upstream release 1.4.15
* libxt_recent: add --mask netmask
* libxt_hashlimit: add support for byte-based operation

OBS-URL: https://build.opensuse.org/request/show/129443
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/iptables?expand=0&rev=44
This commit is contained in:
Stephan Kulow 2012-08-04 07:16:54 +00:00 committed by Git OBS Bridge
commit 160a932427
6 changed files with 17 additions and 5 deletions

View File

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

Binary file not shown.

3
iptables-1.4.15.tar.bz2 Normal file
View File

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

BIN
iptables-1.4.15.tar.bz2.sig Normal file

Binary file not shown.

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Jul 31 12:08:07 UTC 2012 - jengelh@inai.de
- Update to new upstream release 1.4.15
* libxt_recent: add --mask netmask
* libxt_hashlimit: add support for byte-based operation
-------------------------------------------------------------------
Sat May 26 19:35:38 UTC 2012 - jengelh@inai.de

View File

@ -20,7 +20,7 @@ Name: iptables
%define lname_ipq libipq0
%define lname_iptc libiptc0
%define lname_xt libxtables7
Version: 1.4.14
Version: 1.4.15
Release: 0
Summary: IP Packet Filter Administration utilities
License: GPL-2.0+
@ -46,9 +46,14 @@ BuildRequires: libtool
BuildRequires: pkgconfig >= 0.21
%if 0%{?suse_version}
BuildRequires: fdupes
%endif
%if 0%{?suse_version} >= 1140
BuildRequires: pkgconfig(libnfnetlink) >= 1.0.0
%endif
%if 0%{?fedora} || 0%{?rhel}
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
BuildRequires: libnfnetlink-devel >= 1.0.0
%endif
%if 0%{?fedora_version} || 0%{?centos_version} || 0%{?rhel_version}
BuildRequires: libnfnetlink-devel >= 1.0.0
%endif