Commit e31ef86d authored by Arturo Borrero Gonzalez's avatar Arturo Borrero Gonzalez
Browse files

d/patches: include 0000-upstream-bump-build-dep-libnftnl.patch



Cherry-pick this patch from upstream, required for a proper build of iptables
1.8.4.
Signed-off-by: default avatarArturo Borrero Gonzalez <arturo@debian.org>
parent 7e5627fd
......@@ -13,7 +13,7 @@ Build-Depends: autoconf,
libnetfilter-conntrack-dev,
libnetfilter-conntrack3,
libnfnetlink-dev,
libnftnl-dev (>= 1.1.3),
libnftnl-dev (>= 1.1.5),
libtool (>= 2.2.6)
Standards-Version: 4.4.0
Homepage: http://www.netfilter.org/
......
From 6992e2fe24b92421aaa18b1b24663e309da2eaba Mon Sep 17 00:00:00 2001
From: Pablo Neira Ayuso <pablo@netfilter.org>
Date: Mon, 2 Dec 2019 18:14:51 +0100
Subject: build: bump dependency on libnftnl
nftnl_set_list_lookup_byname() libnftnl requires 1.1.5.
Reported-by: Phil Sutter <phil@nwl.cc>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index cab77a48..27e90703 100644
--- a/configure.ac
+++ b/configure.ac
@@ -131,7 +131,7 @@ if test "x$enable_nftables" = "xyes"; then
exit 1
fi
- PKG_CHECK_MODULES([libnftnl], [libnftnl >= 1.1.3], [nftables=1], [nftables=0])
+ PKG_CHECK_MODULES([libnftnl], [libnftnl >= 1.1.5], [nftables=1], [nftables=0])
if test "$nftables" = 0;
then
--
cgit v1.2.1
0000-upstream-bump-build-dep-libnftnl.patch
0101-changelog.patch
0103-lintian_allows_to.patch
0104-lintian_hyphens.patch
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment