Jan Engelhardt 2016-12-20 23:38:39 +00:00 committed by Git OBS Bridge
parent 0e402b46ec
commit 64e9ed0240
6 changed files with 36 additions and 7 deletions

View File

@ -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
View 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

Binary file not shown.

View File

@ -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

View File

@ -17,7 +17,7 @@
Name: nftables
Version: 0.6
Version: 0.7
Release: 0
Summary: Userspace utility to access the nf_tables packet filter
License: GPL-2.0
@ -37,7 +37,8 @@ BuildRequires: pkgconfig >= 0.21
BuildRequires: readline-devel
BuildRequires: xsltproc
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
Provides: nftables-plus = %version-%release
@ -69,13 +70,12 @@ popd
%install
b="%buildroot"
%make_install -C obj
cp -a COPYING "$b/%_docdir/%name/"
%files
%defattr(-,root,root)
%config %_sysconfdir/nftables
%_sbindir/nft
%doc %_docdir/%name/
%_mandir/man8/nft*
%doc COPYING
%changelog