diff --git a/nftables-0.4.tar.bz2 b/nftables-0.4.tar.bz2 deleted file mode 100644 index 6e07155..0000000 --- a/nftables-0.4.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f6ca69b75c68915f9f3a3972274ec68354dfbbcfc0b9fc55c813a0525c351d3c -size 362120 diff --git a/nftables-0.4.tar.bz2.sig b/nftables-0.4.tar.bz2.sig deleted file mode 100644 index 916d14b..0000000 Binary files a/nftables-0.4.tar.bz2.sig and /dev/null differ diff --git a/nftables-0.5.tar.bz2 b/nftables-0.5.tar.bz2 new file mode 100644 index 0000000..ce42e8a --- /dev/null +++ b/nftables-0.5.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fb6dff333d8a4fc347cbbe273bf905a2634b27a8c39df0d3a45d5a3fde10ad6 +size 388790 diff --git a/nftables-0.5.tar.bz2.sig b/nftables-0.5.tar.bz2.sig new file mode 100644 index 0000000..5103698 Binary files /dev/null and b/nftables-0.5.tar.bz2.sig differ diff --git a/nftables.changes b/nftables.changes index d33a767..d0e05b1 100644 --- a/nftables.changes +++ b/nftables.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Sep 17 21:16:31 UTC 2015 - jengelh@inai.de + +- Update to new upstream release 0.5 +* Support combinations of two or more selectors to build a tuple +* Timeout support for sets +* Dormant flag for tables +* Default chain policy specifiable on creation + ------------------------------------------------------------------- Sat May 23 23:06:12 UTC 2015 - mrueckert@suse.de diff --git a/nftables.spec b/nftables.spec index 5d940ae..4342b47 100644 --- a/nftables.spec +++ b/nftables.spec @@ -1,7 +1,7 @@ # # spec file for package nftables # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 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,13 +17,14 @@ Name: nftables -Version: 0.4 +Version: 0.5 Release: 0 Summary: Userspace utility to access the nf_tables packet filter License: GPL-2.0 Group: Productivity/Networking/Security Url: http://netfilter.org/projects/nftables/ #Git-Clone: git://git.netfilter.org/nftables + Source: http://ftp.netfilter.org/pub/nftables/nftables-%version.tar.bz2 Source2: http://ftp.netfilter.org/pub/nftables/nftables-%version.tar.bz2.sig BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -36,7 +37,7 @@ BuildRequires: pkgconfig >= 0.21 BuildRequires: readline-devel BuildRequires: xsltproc BuildRequires: pkgconfig(libmnl) >= 1.0.3 -BuildRequires: pkgconfig(libnftnl) >= 1.0.2 +BuildRequires: pkgconfig(libnftnl) >= 1.0.5 Obsoletes: nftables-plus < %version-%release Provides: nftables-plus = %version-%release