forked from pool/iptables
iptables-1.6.1
OBS-URL: https://build.opensuse.org/package/show/security:netfilter/iptables?expand=0&rev=91
This commit is contained in:
parent
a75463398f
commit
75e1a0da24
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4bb72a0a0b18b5a9e79e87631ddc4084528e5df236bc7624472dcaa8480f1c60
|
||||
size 608288
|
Binary file not shown.
3
iptables-1.6.1.tar.bz2
Normal file
3
iptables-1.6.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0fc2d7bd5d7be11311726466789d4c65fb4c8e096c9182b56ce97440864f0cf5
|
||||
size 620890
|
BIN
iptables-1.6.1.tar.bz2.sig
Normal file
BIN
iptables-1.6.1.tar.bz2.sig
Normal file
Binary file not shown.
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 27 22:53:14 UTC 2017 - jengelh@inai.de
|
||||
|
||||
- Update to new upstream release 1.6.1
|
||||
* add support for hashlimit rev 2 for higher pps rates
|
||||
* add support for cgroup2 path matching
|
||||
* translation program for nft
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 18 20:06:41 UTC 2015 - jengelh@inai.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package iptables
|
||||
#
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,16 +17,12 @@
|
||||
|
||||
|
||||
Name: iptables
|
||||
Version: 1.6.0
|
||||
Version: 1.6.1
|
||||
Release: 0
|
||||
Summary: IP Packet Filter Administration utilities
|
||||
License: GPL-2.0 and Artistic-2.0
|
||||
Group: Productivity/Networking/Security
|
||||
Url: http://netfilter.org/projects/iptables/
|
||||
|
||||
#Git-Web: http://git.netfilter.org/
|
||||
#Git-Clone: git://git.netfilter.org/iptables
|
||||
#DL-URL: http://netfilter.org/projects/iptables/files/
|
||||
Source: http://netfilter.org/projects/iptables/files/%name-%version.tar.bz2
|
||||
Source2: http://netfilter.org/projects/iptables/files/%name-%version.tar.bz2.sig
|
||||
Source3: %name.keyring
|
||||
@ -121,11 +117,11 @@ Requires: libiptc0 = %version
|
||||
libiptc ("iptables cache") is used to retrieve from the kernel, parse,
|
||||
construct, and load new rulesets into the kernel.
|
||||
|
||||
%package -n libxtables11
|
||||
%package -n libxtables12
|
||||
Summary: iptables extension interface
|
||||
Group: System/Libraries
|
||||
|
||||
%description -n libxtables11
|
||||
%description -n libxtables12
|
||||
This library contains all the iptables code shared between iptables,
|
||||
ip6tables, their extensions, and for external integration for e.g.
|
||||
iproute2's m_xt.
|
||||
@ -133,7 +129,7 @@ iproute2's m_xt.
|
||||
%package -n libxtables-devel
|
||||
Summary: Libraries, Headers and Development Man Pages for iptables
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: libxtables11 = %version
|
||||
Requires: libxtables12 = %version
|
||||
|
||||
%description -n libxtables-devel
|
||||
This library contains all the iptables code shared between iptables,
|
||||
@ -173,8 +169,8 @@ rm -f "%buildroot/%_libdir"/*.la;
|
||||
%postun -n libipq0 -p /sbin/ldconfig
|
||||
%post -n libiptc0 -p /sbin/ldconfig
|
||||
%postun -n libiptc0 -p /sbin/ldconfig
|
||||
%post -n libxtables11 -p /sbin/ldconfig
|
||||
%postun -n libxtables11 -p /sbin/ldconfig
|
||||
%post -n libxtables12 -p /sbin/ldconfig
|
||||
%postun -n libxtables12 -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
@ -197,6 +193,7 @@ rm -f "%buildroot/%_libdir"/*.la;
|
||||
%defattr(-,root,root)
|
||||
%_sysconfdir/ethertypes
|
||||
%_sbindir/*-compat*
|
||||
%_sbindir/*-translate*
|
||||
|
||||
%files -n xtables-plugins
|
||||
%defattr(-,root,root)
|
||||
@ -230,9 +227,9 @@ rm -f "%buildroot/%_libdir"/*.la;
|
||||
%_libdir/libip*tc.so
|
||||
%_libdir/pkgconfig/libip*tc.pc
|
||||
|
||||
%files -n libxtables11
|
||||
%files -n libxtables12
|
||||
%defattr(-,root,root)
|
||||
%_libdir/libxtables.so.11*
|
||||
%_libdir/libxtables.so.12*
|
||||
|
||||
%files -n libxtables-devel
|
||||
%defattr(-,root,root)
|
||||
|
Loading…
Reference in New Issue
Block a user