forked from pool/libnftnl
Accepting request 331848 from security:netfilter
- Update to new upstream release 1.0.5 OBS-URL: https://build.opensuse.org/request/show/331848 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libnftnl?expand=0&rev=6
This commit is contained in:
commit
d0dcd36a5e
@ -1,4 +1,4 @@
|
||||
libnftnl0
|
||||
libnftnl4
|
||||
libnftnl-devel
|
||||
requires -libnftnl-<targettype>
|
||||
requires "libnftnl0-<targettype> = <version>"
|
||||
requires "libnftnl4-<targettype> = <version>"
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cf0ae7eab6a6866192a1fbd6b370a8a2cbe2066fe3975ab44939fd50747c27f7
|
||||
size 356264
|
Binary file not shown.
3
libnftnl-1.0.5.tar.bz2
Normal file
3
libnftnl-1.0.5.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f6d4f5a702e38bc7987f2363f9fcd65930e8b702595c221a497e2f3a359be497
|
||||
size 367016
|
BIN
libnftnl-1.0.5.tar.bz2.sig
Normal file
BIN
libnftnl-1.0.5.tar.bz2.sig
Normal file
Binary file not shown.
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 17 13:42:05 UTC 2015 - jengelh@inai.de
|
||||
|
||||
- Update to new upstream release 1.0.5
|
||||
* Resolve improper symbol versioning in the shared library
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 16 11:56:20 UTC 2015 - jengelh@inai.de
|
||||
|
||||
- Update to new upstream release 1.0.4
|
||||
* src: add batch abstraction
|
||||
* table: add netdev family support
|
||||
* chain: add netdev family support
|
||||
* set: add support for set timeouts
|
||||
* set_elem: add timeout support
|
||||
* data: increase maximum possible data size
|
||||
* set_elem: support expressions attached to set elements
|
||||
* dynset: support expression templates
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 15 23:49:03 UTC 2014 - jengelh@inai.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libnftnl
|
||||
#
|
||||
# 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,8 +17,8 @@
|
||||
|
||||
|
||||
Name: libnftnl
|
||||
%define lname libnftnl0
|
||||
Version: 1.0.3
|
||||
%define lname libnftnl4
|
||||
Version: 1.0.5
|
||||
Release: 0
|
||||
Summary: Userspace library to access the nftables Netlink interface
|
||||
License: GPL-2.0+
|
||||
@ -74,15 +74,15 @@ applications that want to make use of libnftnl.
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
make install DESTDIR="%buildroot";
|
||||
rm -f "%buildroot/%_libdir"/*.la;
|
||||
make install DESTDIR="%buildroot"
|
||||
rm -f "%buildroot/%_libdir"/*.la
|
||||
|
||||
%post -n %lname -p /sbin/ldconfig
|
||||
%postun -n %lname -p /sbin/ldconfig
|
||||
|
||||
%files -n %lname
|
||||
%defattr(-,root,root)
|
||||
%_libdir/libnftnl.so.0*
|
||||
%_libdir/libnftnl.so.4*
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
|
Loading…
Reference in New Issue
Block a user