diff --git a/net/pdns/Makefile b/net/pdns/Makefile index aee3f2a3d..fe80565e8 100644 --- a/net/pdns/Makefile +++ b/net/pdns/Makefile @@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=pdns PKG_VERSION:=4.2.1 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=https://downloads.powerdns.com/releases/ diff --git a/net/pdns/patches/200-openssl-deprecated.patch b/net/pdns/patches/200-openssl-deprecated.patch new file mode 100644 index 000000000..cc6544b89 --- /dev/null +++ b/net/pdns/patches/200-openssl-deprecated.patch @@ -0,0 +1,20 @@ +--- a/pdns/opensslsigners.cc ++++ b/pdns/opensslsigners.cc +@@ -29,6 +29,7 @@ + #if defined(HAVE_LIBCRYPTO_ED25519) || defined(HAVE_LIBCRYPTO_ED448) + #include + #endif ++#include + #include + #include + #include +--- a/pdns/pkcs11signers.cc ++++ b/pdns/pkcs11signers.cc +@@ -15,6 +15,7 @@ + #include "pdns/lock.hh" + + #ifdef HAVE_LIBCRYPTO_ECDSA ++#include + #include + #endif +