forked from pool/iptables
1.4.12
OBS-URL: https://build.opensuse.org/package/show/security:netfilter/iptables?expand=0&rev=20
This commit is contained in:
parent
3ffef0f144
commit
b4706f12c9
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ecbecd716eb4ed200fe9caf9c8fb7d8366b284169f02095f464b40b7c6422b3c
|
||||
size 220968
|
3
iptables-1.4.12.tar.xz
Normal file
3
iptables-1.4.12.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b9a98a026e2f9d6795fcb209e61b938adecac05d002dd094b3ed7bf930a2047d
|
||||
size 411544
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 22 13:12:50 UTC 2011 - jengelh@medozas.de
|
||||
|
||||
- Update to new upstream release 1.4.12
|
||||
* Include lost match/target descriptions in manpage again
|
||||
* libxt_LOG: fix ignorance of all but the last flag
|
||||
* libxt_HL: restore hl-* option names
|
||||
* libxt_hashlimit: use a more obvious expiry value by default
|
||||
* libxt_RATEEST: fix find-and-delete of rules with -j RATEEST
|
||||
* ipv4: restore negation for the -f option
|
||||
* Reject empty host specifications (e.g. -s "")
|
||||
* libxt_conntrack: restore network byteordering for ABI v1 & v2
|
||||
* Documentation updates
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 8 10:20:57 UTC 2011 - jengelh@medozas.de
|
||||
|
||||
|
@ -21,10 +21,11 @@
|
||||
Name: iptables
|
||||
License: GPLv2+
|
||||
Group: Productivity/Networking/Security
|
||||
Version: 1.4.11+
|
||||
Version: 1.4.12
|
||||
Release: 1
|
||||
Summary: IP Packet Filter Administration
|
||||
|
||||
#DL-URL: ftp://ftp.netfilter.org/pub/iptables/
|
||||
#Git-Web: http://git.netfilter.org/
|
||||
#Git-Clone: git://git.netfilter.org/iptables
|
||||
Source: %name-%version.tar.xz
|
||||
@ -51,7 +52,7 @@ These libraries are needed to compile
|
||||
- programs using libipq
|
||||
|
||||
%prep
|
||||
%setup -qn %name
|
||||
%setup -q
|
||||
%patch -P 1 -p1
|
||||
|
||||
%build
|
||||
@ -84,8 +85,7 @@ find "%buildroot" -iname "*.la" -delete
|
||||
%_sbindir/iptables*
|
||||
%_sbindir/ip6tables*
|
||||
%_sbindir/xtables*
|
||||
%dir %_libexecdir/xtables
|
||||
%_libexecdir/xtables/*
|
||||
%_libdir/xtables
|
||||
%_libdir/*.so.*
|
||||
|
||||
%files devel
|
||||
|
Loading…
Reference in New Issue
Block a user