aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalf van der Enden <tremere@cainites.net>2023-08-29 12:13:37 +0000
committerFernando ApesteguĂ­a <fernape@FreeBSD.org>2023-08-30 07:53:33 +0000
commit8af67c4a31f79e996bb7fce6b7836d3391e7f04b (patch)
treec01123b48aa870c357725790aa64471958a2775a
parent60d07fe6b2c33e5a9a84e377a8480c5cf4ab0508 (diff)
downloadports-8af67c4a31f79e996bb7fce6b7836d3391e7f04b.tar.gz
ports-8af67c4a31f79e996bb7fce6b7836d3391e7f04b.zip
dns/powerdns-recursor: update to 4.9.1
ChangeLog: https://blog.powerdns.com/2023/08/25/powerdns-recursor-4-7-6-4-8-5-4-9-1-released PR: 273395 Reported by: tremere@cainites.net (maintainer)
-rw-r--r--dns/powerdns-recursor/Makefile2
-rw-r--r--dns/powerdns-recursor/distinfo6
-rw-r--r--dns/powerdns-recursor/files/patch-m4_pdns__check__libcrypto.m412
3 files changed, 5 insertions, 15 deletions
diff --git a/dns/powerdns-recursor/Makefile b/dns/powerdns-recursor/Makefile
index 37a468371b74..f61770ea60d1 100644
--- a/dns/powerdns-recursor/Makefile
+++ b/dns/powerdns-recursor/Makefile
@@ -1,5 +1,5 @@
PORTNAME= recursor
-DISTVERSION= 4.9.0
+DISTVERSION= 4.9.1
CATEGORIES= dns
MASTER_SITES= http://downloads.powerdns.com/releases/
PKGNAMEPREFIX= powerdns-
diff --git a/dns/powerdns-recursor/distinfo b/dns/powerdns-recursor/distinfo
index 861c97590877..aa6114cd237a 100644
--- a/dns/powerdns-recursor/distinfo
+++ b/dns/powerdns-recursor/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1688122340
-SHA256 (pdns-recursor-4.9.0.tar.bz2) = d36f162843e367646a661a785ca0becde9b68552855bf40532aebafa103966f3
-SIZE (pdns-recursor-4.9.0.tar.bz2) = 1551436
+TIMESTAMP = 1692955131
+SHA256 (pdns-recursor-4.9.1.tar.bz2) = 0a1edc13e8f2bd661f39e316387d941e22de6a03b8a7a2fc662fdf8b942ea2be
+SIZE (pdns-recursor-4.9.1.tar.bz2) = 1566613
diff --git a/dns/powerdns-recursor/files/patch-m4_pdns__check__libcrypto.m4 b/dns/powerdns-recursor/files/patch-m4_pdns__check__libcrypto.m4
index 7348da12d752..6bd1ed29d7ef 100644
--- a/dns/powerdns-recursor/files/patch-m4_pdns__check__libcrypto.m4
+++ b/dns/powerdns-recursor/files/patch-m4_pdns__check__libcrypto.m4
@@ -1,4 +1,4 @@
---- m4/pdns_check_libcrypto.m4.orig 2023-03-27 15:08:37 UTC
+--- m4/pdns_check_libcrypto.m4.orig 2023-06-01 06:54:16 UTC
+++ m4/pdns_check_libcrypto.m4
@@ -75,8 +75,10 @@ AC_DEFUN([PDNS_CHECK_LIBCRYPTO], [
for ssldir in $ssldirs; do
@@ -12,13 +12,3 @@
+ fi
LIBCRYPTO_LIBS="-lcrypto"
found=true
- AC_MSG_RESULT([yes])
-@@ -108,7 +110,7 @@ AC_DEFUN([PDNS_CHECK_LIBCRYPTO], [
- LIBS="$LIBCRYPTO_LIBS $LIBS"
- CPPFLAGS="$LIBCRYPTO_INCLUDES $CPPFLAGS"
- AC_LINK_IFELSE(
-- [AC_LANG_PROGRAM([#include <openssl/crypto.h>], [ERR_load_CRYPTO_strings()])],
-+ [AC_LANG_PROGRAM([#include <openssl/bn.h>], [BN_new()])],
- [
- AC_MSG_RESULT([yes])
- AC_CHECK_FUNCS([RAND_bytes RAND_pseudo_bytes CRYPTO_memcmp OPENSSL_init_crypto EVP_MD_CTX_new EVP_MD_CTX_free RSA_get0_key])