- Update to release 1.1.8

OBS-URL: https://build.opensuse.org/package/show/security:netfilter/libnftnl?expand=0&rev=49
This commit is contained in:
Jan Engelhardt 2020-10-27 10:15:09 +00:00 committed by Git OBS Bridge
parent 3736202207
commit 987d705d7b
6 changed files with 18 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:20dbc13f11004aea2c9e479cfb90359cb11fe3446c3140811c18e4ec1648ed8f
size 387829

Binary file not shown.

3
libnftnl-1.1.8.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:04a3fa5b08b736268f7e65836b9f05d9d5f438181467bee3c76c3c4a4f3ab711
size 389632

BIN
libnftnl-1.1.8.tar.bz2.sig Normal file

Binary file not shown.

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue Oct 27 10:14:27 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
- Update to release 1.1.8
* libnftnl: export nftnl_set_elem_fprintf
* examples: add support for NF_PROTO_INET family
* table: add userdata support
* object: add userdata and comment support
* chain: add userdata and comment support
* src: add support for chain ID attribute
-------------------------------------------------------------------
Fri Jun 5 13:04:57 UTC 2020 - Jan Engelhardt <jengelh@inai.de>

View File

@ -18,7 +18,7 @@
Name: libnftnl
%define lname libnftnl11
Version: 1.1.7
Version: 1.1.8
Release: 0
Summary: Userspace library to access the nftables Netlink interface
License: GPL-2.0-or-later
@ -28,7 +28,6 @@ URL: https://netfilter.org/projects/libnftnl/
#Git-Clone: git://git.netfilter.org/libnftnl
Source: http://ftp.netfilter.org/pub/libnftnl/%name-%version.tar.bz2
Source2: http://ftp.netfilter.org/pub/libnftnl/%name-%version.tar.bz2.sig
BuildRequires: pkg-config >= 0.21
BuildRequires: xz
BuildRequires: pkgconfig(libmnl) >= 1.0.3
@ -57,12 +56,12 @@ This subpackage contains libraries and header files for developing
applications that want to make use of libnftnl.
%prep
%setup -q
%autosetup -p1
%build
# includedir intentional, cf. bugzilla.opensuse.org/795968
%configure --with-xml-parsing --includedir="%_includedir/%name"
make %{?_smp_mflags}
%make_build
%install
%make_install
@ -78,6 +77,6 @@ rm -f "%buildroot/%_libdir"/*.la
%_includedir/%name/
%_libdir/libnftnl.so
%_libdir/pkgconfig/libnftnl.pc
%doc COPYING
%license COPYING
%changelog