Package: libunbound2
Version: 1.6.4-1

I am testing the fix #859584, libunbound2 1.6.4-1
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=859584

While testing libunbound2 with libevent, using libreswan and noticed
that ub_ctx_create_event() return NULL. The libunbound2 should be built with 
--with-libevent --enable-event-api (#859584 only enabled the last one).

Here is a proposed patch to fix the issue.
Could you please update libunbound2 

regards,
-antony
>From 246598a2626b937fdaa585d906e3c644802f7339 Mon Sep 17 00:00:00 2001
From: Antony Antony <ant...@phenome.org>
Date: Thu, 10 Aug 2017 14:00:35 +0000
Subject: [PATCH] debian/: enable libevent for libunbound2 API

Signed-off-by: Antony Antony <ant...@phenome.org>
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 062f3f6..a627142 100755
--- a/debian/rules
+++ b/debian/rules
@@ -59,7 +59,7 @@ endif
                --with-libunbound-only \
                --with-nettle \
                --with-rootkey-file=/var/lib/unbound/root.key \
-               --without-libevent \
+               --with-libevent \
                --without-pythonmodule \
                --without-pyunbound \
                --enable-event-api \
-- 
2.11.0

Reply via email to