diff --git a/nftables-0.6.tar.bz2 b/nftables-0.6.tar.bz2 deleted file mode 100644 index 042fe1d..0000000 --- a/nftables-0.6.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dede62655f1c56f2bc9f9be12d103d930dcef6d5f9e0855854ad9c6f93cd6c2d -size 400629 diff --git a/nftables-0.6.tar.bz2.sig b/nftables-0.6.tar.bz2.sig deleted file mode 100644 index 9854fd9..0000000 Binary files a/nftables-0.6.tar.bz2.sig and /dev/null differ diff --git a/nftables-0.7.tar.bz2 b/nftables-0.7.tar.bz2 new file mode 100644 index 0000000..50f1247 --- /dev/null +++ b/nftables-0.7.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe639239d801ce5890397f6f4391c58a934bfc27d8b7d5ef922692de5ec4ed43 +size 451728 diff --git a/nftables-0.7.tar.bz2.sig b/nftables-0.7.tar.bz2.sig new file mode 100644 index 0000000..f1c7e34 Binary files /dev/null and b/nftables-0.7.tar.bz2.sig differ diff --git a/nftables.changes b/nftables.changes index 5e49104..b3140a9 100644 --- a/nftables.changes +++ b/nftables.changes @@ -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 diff --git a/nftables.spec b/nftables.spec index 830fc50..4022578 100644 --- a/nftables.spec +++ b/nftables.spec @@ -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