git: 8f04c233219b - main - dns/powerdns: update to 4.8.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 18 Jul 2023 13:37:53 UTC
The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/ports/commit/?id=8f04c233219bd8fae2385387ca7adb504b5f5202 commit 8f04c233219bd8fae2385387ca7adb504b5f5202 Author: Ralf van der Enden <tremere@cainites.net> AuthorDate: 2023-07-18 06:06:21 +0000 Commit: Fernando Apesteguía <fernape@FreeBSD.org> CommitDate: 2023-07-18 13:37:37 +0000 dns/powerdns: update to 4.8.1 ChangeLog: https://blog.powerdns.com/2023/07/07/authoritative-server-4-8-1 New Features * lmdb: add backend commands for checking & refreshing indexes Improvements * lmdb: in Lightning Stream mode, during deleteDomain, use RW transaction to get ID list * Stop using the now deprecated ERR_load_CRYPTO_strings() to detect OpenSSL * Work around Red Hat 8 pooping the bed in OpenSSL’s headers Bug Fixes * YaHTTP: Prevent integer overflow on very large chunks PR: 272476 Reported by: tremere@cainites.net (maintainer) --- dns/powerdns/Makefile | 2 +- dns/powerdns/distinfo | 6 +++--- dns/powerdns/files/patch-m4_pdns__check__libcrypto.m4 | 10 ---------- 3 files changed, 4 insertions(+), 14 deletions(-) diff --git a/dns/powerdns/Makefile b/dns/powerdns/Makefile index 0ee27f9c4567..eb3ee8993c3e 100644 --- a/dns/powerdns/Makefile +++ b/dns/powerdns/Makefile @@ -1,5 +1,5 @@ PORTNAME= powerdns -DISTVERSION= 4.8.0 +DISTVERSION= 4.8.1 CATEGORIES= dns MASTER_SITES= https://downloads.powerdns.com/releases/ DISTNAME= pdns-${DISTVERSION} diff --git a/dns/powerdns/distinfo b/dns/powerdns/distinfo index bff1c2156d61..cafeeb8a8c8a 100644 --- a/dns/powerdns/distinfo +++ b/dns/powerdns/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1685631927 -SHA256 (pdns-4.8.0.tar.bz2) = 61a96bbaf8b0ca49a9225a2254b9443c4ff8e050d337437d85af4de889e10127 -SIZE (pdns-4.8.0.tar.bz2) = 1354234 +TIMESTAMP = 1688740313 +SHA256 (pdns-4.8.1.tar.bz2) = 66dd3ee2654f42b4eb80260f94ecb48e313a81817f58125ce48c14c2d26e309e +SIZE (pdns-4.8.1.tar.bz2) = 1345713 diff --git a/dns/powerdns/files/patch-m4_pdns__check__libcrypto.m4 b/dns/powerdns/files/patch-m4_pdns__check__libcrypto.m4 index 17d4b4fe78a0..6bd1ed29d7ef 100644 --- a/dns/powerdns/files/patch-m4_pdns__check__libcrypto.m4 +++ b/dns/powerdns/files/patch-m4_pdns__check__libcrypto.m4 @@ -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])