mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
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)
This commit is contained in:
parent
60d07fe6b2
commit
8af67c4a31
@ -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-
|
||||
|
@ -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
|
||||
|
@ -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])
|
||||
|
Loading…
Reference in New Issue
Block a user