6 Commits

Author SHA256 Message Date
a70e17adf0 libnftnl 1.3.1 2025-12-04 05:29:09 +01:00
f3415cee01 libnftnl 1.3.0 2025-08-06 17:47:41 +02:00
d7b85feb76 keyring: update to 0x8C5F7146A1757A65E2422A94D70D1A666ACF2B21
Signed-off-by: Eugenio Paolantonio <eugenio.paolantonio@suse.com>
2025-04-28 18:00:25 +02:00
0dfc4f0328 libnftnl 1.2.9 2025-04-14 22:10:56 +02:00
5049b912dc libnftnl 1.2.8 2024-10-03 08:59:40 +02:00
38bb6101e4 libnftnl 1.2.7 2024-07-16 16:31:01 +02:00
6 changed files with 24 additions and 6 deletions

Binary file not shown.

Binary file not shown.

BIN
libnftnl-1.3.1.tar.xz LFS Normal file

Binary file not shown.

BIN
libnftnl-1.3.1.tar.xz.sig Normal file

Binary file not shown.

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Thu Dec 4 04:17:06 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Update to release 1.3.1
* Add `meta ibrhwaddr` support
* Fix for NFTA_DEVICE_PREFIX with asterisk at the end of the
string
* New NFTNL_UDATA_TABLE_NFT{VER,BLD} to store build information
in userdata
* (For now) complete tunnel options support
-------------------------------------------------------------------
Wed Aug 6 14:44:38 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Update to release 1.3.0
* set: dump set backend name (hash, rbtree...) and elem count,
if available
-------------------------------------------------------------------
Mon Apr 28 15:56:38 UTC 2025 - Eugenio Paolantonio <eugenio.paolantonio@suse.com>

View File

@@ -18,7 +18,7 @@
Name: libnftnl
%define lname libnftnl11
Version: 1.2.9
Version: 1.3.1
Release: 0
Summary: Userspace library to access the nftables Netlink interface
License: GPL-2.0-or-later
@@ -26,8 +26,8 @@ Group: Productivity/Networking/Security
URL: https://netfilter.org/projects/libnftnl/
#Git-Clone: git://git.netfilter.org/libnftnl
Source: http://ftp.netfilter.org/pub/libnftnl/%name-%version.tar.xz
Source2: http://ftp.netfilter.org/pub/libnftnl/%name-%version.tar.xz.sig
Source: https://www.netfilter.org/projects/libnftnl/files/%name-%version.tar.xz
Source2: https://www.netfilter.org/projects/libnftnl/files/%name-%version.tar.xz.sig
Source9: %name.keyring
BuildRequires: xz
BuildRequires: pkgconfig(libmnl) >= 1.0.4