From 64e9ed024037cb7e5021ffdf06ca7f3928430a4de7f46b11dbff7e0f7397485e Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Tue, 20 Dec 2016 23:38:39 +0000 Subject: [PATCH] nftables-0.7 OBS-URL: https://build.opensuse.org/package/show/security:netfilter/nftables?expand=0&rev=20 --- nftables-0.6.tar.bz2 | 3 --- nftables-0.6.tar.bz2.sig | Bin 543 -> 0 bytes nftables-0.7.tar.bz2 | 3 +++ nftables-0.7.tar.bz2.sig | Bin 0 -> 543 bytes nftables.changes | 29 +++++++++++++++++++++++++++++ nftables.spec | 8 ++++---- 6 files changed, 36 insertions(+), 7 deletions(-) delete mode 100644 nftables-0.6.tar.bz2 delete mode 100644 nftables-0.6.tar.bz2.sig create mode 100644 nftables-0.7.tar.bz2 create mode 100644 nftables-0.7.tar.bz2.sig 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 9854fd94da782ebfa4eeeeda23cd5da3927e458d88fd792c623d87e969653157..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 543 zcmV+)0^t3L0vrSY0RjL91p-%4A7}sy2@tDBRiP%*lH{(T5CEev!qOBmjwvg>WOSxa}$+^i^Q+4Q|c{pd{E5Czrk=`^%|`oYnD^3-#;SrTbK zC!zulybUpS*rA`mf`0*VU${J=V+0v1)8oaP*&l$AJleu*XYM)=rNwFDBL{+1NAkC~ zk%$Bw?y+HI>|#_~(3#~}2tE(lKia@o*=871ivNcFcoodjjb3XQFog*GC>*ZQqrL(* z$kXo*YV!0abJP-Edxayq!)rvHC}2m1`OiJ8liEE2E{4U~;}R>x6Wko{IKScr?>Jv> z<&Oc8FGgv?ir`^yDbGZ`Qo1bWXI8rw9oQh`AJ0yH$e4Ax_XYDMtQ>W0F37uUZifYd zH!?rfGNXAUhP(-d;UyrTBpkhLSwEu+M_oxkjz$GrRToF;17xBIVQZoQHJGF6Hehe5hHmqj` zt*(;Kv7^puWOCd@{3R5Z&gXH9OVdaT)mZQ66ELe5PzG@4{mnkEW~9>`UU`EvjUoYk zN5lovfDF+}?oPsk1&`({bs{mX1J+3HOeJp)LyrJ;Q48cc-W9uD0WeQjW1Tp{s literal 0 HcmV?d00001 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