netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH iptables] build: bump dependency on libnftnl
@ 2019-12-02 17:16 Pablo Neira Ayuso
  2019-12-02 17:46 ` Phil Sutter
  0 siblings, 1 reply; 2+ messages in thread
From: Pablo Neira Ayuso @ 2019-12-02 17:16 UTC (permalink / raw)
  To: netfilter-devel; +Cc: phil

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 cab77a489dfd..27e90703c9ad 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
-- 
2.11.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH iptables] build: bump dependency on libnftnl
  2019-12-02 17:16 [PATCH iptables] build: bump dependency on libnftnl Pablo Neira Ayuso
@ 2019-12-02 17:46 ` Phil Sutter
  0 siblings, 0 replies; 2+ messages in thread
From: Phil Sutter @ 2019-12-02 17:46 UTC (permalink / raw)
  To: Pablo Neira Ayuso; +Cc: netfilter-devel

On Mon, Dec 02, 2019 at 06:16:09PM +0100, Pablo Neira Ayuso wrote:
> 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>

Acked-by: Phil Sutter <phil@nwl.cc>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-12-02 17:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-02 17:16 [PATCH iptables] build: bump dependency on libnftnl Pablo Neira Ayuso
2019-12-02 17:46 ` Phil Sutter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).