From 7d1261234c2a21af4e2aa616ec10ae235c5aee9fc40a88ea8cfc0b2be4d364a2 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Mon, 13 Mar 2023 20:49:03 +0000 Subject: [PATCH] - Update to release 1.0.7 OBS-URL: https://build.opensuse.org/package/show/security:netfilter/nftables?expand=0&rev=74 --- nftables-1.0.6.tar.xz | 3 --- nftables-1.0.6.tar.xz.sig | Bin 566 -> 0 bytes nftables-1.0.7.tar.xz | 3 +++ nftables-1.0.7.tar.xz.sig | Bin 0 -> 566 bytes nftables.changes | 9 +++++++++ nftables.spec | 6 +++--- 6 files changed, 15 insertions(+), 6 deletions(-) delete mode 100644 nftables-1.0.6.tar.xz delete mode 100644 nftables-1.0.6.tar.xz.sig create mode 100644 nftables-1.0.7.tar.xz create mode 100644 nftables-1.0.7.tar.xz.sig diff --git a/nftables-1.0.6.tar.xz b/nftables-1.0.6.tar.xz deleted file mode 100644 index 4731bda..0000000 --- a/nftables-1.0.6.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2407430ddd82987670e48dc2fda9e280baa8307abec04ab18d609df3db005e4c -size 834584 diff --git a/nftables-1.0.6.tar.xz.sig b/nftables-1.0.6.tar.xz.sig deleted file mode 100644 index 1a5c742adc1a08e7469575e8cf8e2e671cf154c3df8d4c37255bb3c78421c3fc..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 566 zcmV-60?GY}0y6{v0SW*e79j*T*<`H1NrA^z0Q;NOU6+cA6d>dU0%M~{l>iC}5Y=6m zii#8<KJRia8m zQ5ZzI8u^f2=@M$%!rQ)sJACR1Vb5vqoH0J z->pmCs8Z|n(Ij?=h90Vd#+xR@Vn2#$q`q_?_d#-wpk4@W4D(d5&LK=1LL@R#_Nis> z_eYeV4=OiDNWahS(;p0!L5p6(6Xv}_67{`=Id@olpAuQcM;Jd+8E6+rK3ATPaK6dH zvG>q-pfL3J1l0igUOCQPEEh!h(wi9rk;Y(Fmc%hy6+Fe`r{7ZdeH9;Vx=o%J=Ct0R zCnW}*XR$&N*V)RxMJDTy8fMEqFhxrEVdX&<-HWXWW;%`RMtm|h{6o(dW?VdU0%Q+Pt^f)N5Y=6m zii#8<ALh>Wjb-`OSet`L=kdlckhBmhB9 z*Aqae4RFccE@(Njuj)+UZWXO0^??+Yc8mPY^OR(kh$1tO0v38cJ;kDMkI;!B9Vj#h z&SBG_jfVZl*+(A;eUsEzaN8OsWyF}S!E=)>~qBrczeUF#}(|1+afQVIXC`v&fEH2aid3UT;N zGo~0M-B7d$olBfVKV&q}*fDaQ>vqhdr3+nM5@a-tfB~&kH&lD$_MSM=Vo#Ke)p%>n z6PD>Cf`+NMzCajz93a%mOkhpgHW1^|{-U=c!85H&M2NUrV(gN{7-t=aIlC$|*KHlm z$lvF6nwCgso&;%@8v2yyI(|=Gn_H;i`~EmS^^GibP@O}+*nu{V0osTWuSG2$q8SYjn)mzJ`FllmB8|l6&I6wWykV_4Y$#`dM|9p{-V}0(IRZ#sE*{Rf zfHFN~2|6*;!zfEGP + +- Update to release 1.0.7 + * Support for vxlan/geneve/gre/gretap matching + * auto-merge support for partial set element deletion + * Allow for NAT mapping with concatenation and ranges + * Support for quota in sets + ------------------------------------------------------------------- Wed Dec 21 23:47:26 UTC 2022 - Jan Engelhardt diff --git a/nftables.spec b/nftables.spec index 76b2eb5..66ff863 100644 --- a/nftables.spec +++ b/nftables.spec @@ -1,7 +1,7 @@ # # spec file for package nftables # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: nftables -Version: 1.0.6 +Version: 1.0.7 Release: 0 Summary: Userspace utility to access the nf_tables packet filter License: GPL-2.0-only @@ -38,7 +38,7 @@ BuildRequires: python3-base BuildRequires: pkgconfig(jansson) BuildRequires: pkgconfig(libedit) BuildRequires: pkgconfig(libmnl) >= 1.0.4 -BuildRequires: pkgconfig(libnftnl) >= 1.2.4 +BuildRequires: pkgconfig(libnftnl) >= 1.2.5 BuildRequires: pkgconfig(xtables) >= 1.6.1 %description