libnftnl-1.2.2-1.el8
- Rebase onto version 1.2.2 Resolves: rhbz#2211096
This commit is contained in:
parent
20b203f20d
commit
3d7e27071b
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
SOURCES/libnftnl-1.1.5.tar.bz2
|
||||
/libnftnl-1.1.5.tar.bz2
|
||||
/libnftnl-1.2.2.tar.bz2
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
%define rpmversion 1.1.5
|
||||
%define specrelease 5
|
||||
%define rpmversion 1.2.2
|
||||
%define specrelease 1
|
||||
|
||||
Name: libnftnl
|
||||
Version: %{rpmversion}
|
||||
@ -12,18 +12,6 @@ BuildRequires: autoconf
|
||||
BuildRequires: automake
|
||||
BuildRequires: libtool
|
||||
BuildRequires: libmnl-devel
|
||||
Patch0: 0001-tests-flowtable-Don-t-check-NFTNL_FLOWTABLE_SIZE.patch
|
||||
Patch1: 0002-flowtable-Fix-memleak-in-error-path-of-nftnl_flowtab.patch
|
||||
Patch2: 0003-chain-Fix-memleak-in-error-path-of-nftnl_chain_parse.patch
|
||||
Patch3: 0004-flowtable-Correctly-check-realloc-call.patch
|
||||
Patch4: 0005-chain-Correctly-check-realloc-call.patch
|
||||
Patch5: 0006-include-resync-nf_tables.h-cache-copy.patch
|
||||
Patch6: 0007-set-Add-support-for-NFTA_SET_DESC_CONCAT-attributes.patch
|
||||
Patch7: 0008-set_elem-Introduce-support-for-NFTNL_SET_ELEM_KEY_EN.patch
|
||||
Patch8: 0009-src-Fix-for-reading-garbage-in-nftnl_chain-getters.patch
|
||||
Patch9: 0010-set_elem-missing-set-and-build-for-NFTNL_SET_ELEM_EX.patch
|
||||
Patch10: 0011-expr-dynset-release-stateful-expression-from-.free-p.patch
|
||||
Patch11: 0012-set-expose-nftnl_set_elem_nlmsg_build.patch
|
||||
|
||||
%description
|
||||
A library for low-level interaction with nftables Netlink's API over libmnl.
|
||||
@ -70,6 +58,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
||||
%{_includedir}/libnftnl
|
||||
|
||||
%changelog
|
||||
* Tue May 30 2023 Phil Sutter <psutter@redhat.com> [1.2.2-1.el8]
|
||||
- Rebase onto version 1.2.2 (Phil Sutter) [2211096]
|
||||
|
||||
* Fri Jan 21 2022 Phil Sutter <psutter@redhat.com> [1.1.5-5.el8]
|
||||
- set: expose nftnl_set_elem_nlmsg_build() (Phil Sutter) [2040754]
|
||||
- expr: dynset: release stateful expression from .free path (Phil Sutter) [2040478]
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libnftnl-1.1.5.tar.bz2) = a0495e1a99ea9efcf3994db48e50943023ff3d8101055887574ff4eb6b0df8600cf7db68a9c91ca02bbbcc1f01099b008649f88321bb956897bcc90eb4167ee7
|
||||
SHA512 (libnftnl-1.2.2.tar.bz2) = 657d48aa263043b80daa39eb8e2647c84c03b3e3a4a30b85bec1d8e4a0976075a71ad233bb384f4460d5f6662f285c12947feb8c1a6c9a534a2c9cf7ba04eee3
|
||||
|
||||
Loading…
Reference in New Issue
Block a user