mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
pdns-recursor: update to 4.3.4
Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
--- a/Makefile.am
|
||||
+++ b/Makefile.am
|
||||
@@ -357,12 +357,6 @@
|
||||
@@ -444,12 +444,6 @@
|
||||
pubsuffix.cc: $(srcdir)/effective_tld_names.dat
|
||||
$(AM_V_GEN)./mkpubsuffixcc
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
--- a/m4/boost.m4
|
||||
+++ b/m4/boost.m4
|
||||
@@ -667,12 +667,15 @@
|
||||
@@ -671,12 +671,15 @@ LDFLAGS=$boost_filesystem_save_LDFLAGS
|
||||
BOOST_DEFUN([Context],
|
||||
[boost_context_save_LIBS=$LIBS
|
||||
boost_context_save_LDFLAGS=$LDFLAGS
|
||||
@@ -20,5 +20,5 @@
|
||||
+# LDFLAGS="$LDFLAGS $BOOST_THREAD_LDFLAGS"
|
||||
+#fi
|
||||
|
||||
if test $boost_major_version -ge 161; then
|
||||
BOOST_FIND_LIB([context], [$1],
|
||||
if test $boost_major_version -ge 169; then
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
string err;
|
||||
--- a/ws-recursor.cc
|
||||
+++ b/ws-recursor.cc
|
||||
@@ -45,6 +45,7 @@
|
||||
@@ -46,6 +46,7 @@
|
||||
|
||||
extern thread_local FDMultiplexer* t_fdm;
|
||||
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
--- a/opensslsigners.cc
|
||||
+++ b/opensslsigners.cc
|
||||
@@ -29,6 +29,7 @@
|
||||
#if defined(HAVE_LIBCRYPTO_ED25519) || defined(HAVE_LIBCRYPTO_ED448)
|
||||
#include <openssl/evp.h>
|
||||
#endif
|
||||
+#include <openssl/bn.h>
|
||||
#include <openssl/sha.h>
|
||||
#include <openssl/rand.h>
|
||||
#include <openssl/rsa.h>
|
||||
Reference in New Issue
Block a user