diff --git a/nftables-0.8.5.tar.bz2 b/nftables-0.8.5.tar.bz2 deleted file mode 100644 index c61ab56..0000000 --- a/nftables-0.8.5.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8e9baf80a1c7f0e19e5b50e469bda4487793d839da45c75e8a20fadcbaeae323 -size 663561 diff --git a/nftables-0.8.5.tar.bz2.sig b/nftables-0.8.5.tar.bz2.sig deleted file mode 100644 index ad9eb99..0000000 Binary files a/nftables-0.8.5.tar.bz2.sig and /dev/null differ diff --git a/nftables-0.9.0.tar.bz2 b/nftables-0.9.0.tar.bz2 new file mode 100644 index 0000000..2621ef9 --- /dev/null +++ b/nftables-0.9.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad8181b5fcb9ca572f444bed54018749588522ee97e4c21922648bb78d7e7e91 +size 711108 diff --git a/nftables-0.9.0.tar.bz2.sig b/nftables-0.9.0.tar.bz2.sig new file mode 100644 index 0000000..91a74d5 Binary files /dev/null and b/nftables-0.9.0.tar.bz2.sig differ diff --git a/nftables.changes b/nftables.changes index 197fd34..5b93b8f 100644 --- a/nftables.changes +++ b/nftables.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sat Jun 9 07:28:57 UTC 2018 - jengelh@inai.de + +- Update to new upstream release 0.9.0 + * Support to check if packet matches an existing socket. + * Support to limit number of active connections by arbitrary + criteria, such as ip addresses, networks, conntrack zones or + any combination thereof. + * Added support for "audit" logging. + ------------------------------------------------------------------- Fri May 11 07:30:10 UTC 2018 - jengelh@inai.de diff --git a/nftables.spec b/nftables.spec index 18ced21..4dfc70f 100644 --- a/nftables.spec +++ b/nftables.spec @@ -17,7 +17,7 @@ Name: nftables -Version: 0.8.5 +Version: 0.9.0 Release: 0 Summary: Userspace utility to access the nf_tables packet filter License: GPL-2.0-only @@ -37,8 +37,8 @@ BuildRequires: pkg-config >= 0.21 BuildRequires: readline-devel BuildRequires: xsltproc BuildRequires: pkgconfig(libmnl) >= 1.0.3 -BuildRequires: pkgconfig(libnftnl) >= 1.1.0 -BuildRequires: pkgconfig(xtables) >= 1.6.0 +BuildRequires: pkgconfig(libnftnl) >= 1.1.1 +BuildRequires: pkgconfig(xtables) >= 1.6.1 %description nf_tables is a firewalling mechanism in the Linux kernel, running