forked from pool/nftables
Accepting request 447945 from security:netfilter
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/447945 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nftables?expand=0&rev=7
This commit is contained in:
commit
5bda5c011d
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:dede62655f1c56f2bc9f9be12d103d930dcef6d5f9e0855854ad9c6f93cd6c2d
|
|
||||||
size 400629
|
|
Binary file not shown.
3
nftables-0.7.tar.bz2
Normal file
3
nftables-0.7.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:fe639239d801ce5890397f6f4391c58a934bfc27d8b7d5ef922692de5ec4ed43
|
||||||
|
size 451728
|
BIN
nftables-0.7.tar.bz2.sig
Normal file
BIN
nftables-0.7.tar.bz2.sig
Normal file
Binary file not shown.
@ -1,3 +1,32 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 20 22:35:41 UTC 2016 - jengelh@inai.de
|
||||||
|
|
||||||
|
- Update to new upstream release 0.7
|
||||||
|
* Add new fib expression, which can be used to obtain the
|
||||||
|
output interface from the route table based on either source
|
||||||
|
or destination address of a packet.
|
||||||
|
* Support hashing of any arbitrary key combination, eg.
|
||||||
|
* Add number generation support. Useful for round-robin packet
|
||||||
|
mark setting.
|
||||||
|
* Add quota support, eg.
|
||||||
|
* Introduce routing expression, for routing related data with
|
||||||
|
support for nexthop
|
||||||
|
* Notrack support, to explicitly skip connection tracking for
|
||||||
|
matching packets.
|
||||||
|
* Support to set non-byte bound packet header fields, including
|
||||||
|
checksum adjustment.
|
||||||
|
* Add 'create set' and 'create element' commands.
|
||||||
|
* Allow to use variable reference for set element definitions.
|
||||||
|
* Allow to use variable definitions from element commands.
|
||||||
|
* Add support to flush set. You can use this new command to
|
||||||
|
remove all existing elements in a set.
|
||||||
|
* Inverted set lookups.
|
||||||
|
* Honor absolute and relative paths via include file, where:
|
||||||
|
* Support log flags, to enable logging TCP sequence and options.
|
||||||
|
* tc classid parser support, eg.
|
||||||
|
* Allow numeric connlabels, so if connlabel still works with
|
||||||
|
undefined labels.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jun 2 18:31:23 UTC 2016 - jengelh@inai.de
|
Thu Jun 2 18:31:23 UTC 2016 - jengelh@inai.de
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: nftables
|
Name: nftables
|
||||||
Version: 0.6
|
Version: 0.7
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Userspace utility to access the nf_tables packet filter
|
Summary: Userspace utility to access the nf_tables packet filter
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
@ -37,7 +37,8 @@ BuildRequires: pkgconfig >= 0.21
|
|||||||
BuildRequires: readline-devel
|
BuildRequires: readline-devel
|
||||||
BuildRequires: xsltproc
|
BuildRequires: xsltproc
|
||||||
BuildRequires: pkgconfig(libmnl) >= 1.0.3
|
BuildRequires: pkgconfig(libmnl) >= 1.0.3
|
||||||
BuildRequires: pkgconfig(libnftnl) >= 1.0.6
|
BuildRequires: pkgconfig(libnftnl) >= 1.0.7
|
||||||
|
BuildRequires: pkgconfig(xtables) >= 1.6.0
|
||||||
Obsoletes: nftables-plus < %version-%release
|
Obsoletes: nftables-plus < %version-%release
|
||||||
Provides: nftables-plus = %version-%release
|
Provides: nftables-plus = %version-%release
|
||||||
|
|
||||||
@ -69,13 +70,12 @@ popd
|
|||||||
%install
|
%install
|
||||||
b="%buildroot"
|
b="%buildroot"
|
||||||
%make_install -C obj
|
%make_install -C obj
|
||||||
cp -a COPYING "$b/%_docdir/%name/"
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%config %_sysconfdir/nftables
|
%config %_sysconfdir/nftables
|
||||||
%_sbindir/nft
|
%_sbindir/nft
|
||||||
%doc %_docdir/%name/
|
|
||||||
%_mandir/man8/nft*
|
%_mandir/man8/nft*
|
||||||
|
%doc COPYING
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user