FreeBSD Bugzilla – Attachment 243447 Details for
Bug 272476
dns/powerdns: update to 4.8.1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Update to PowerDNS 4.8.1 (with libcrypto patch)
powerdns-4.8.1.diff (text/plain), 1.71 KB, created by
Ralf van der Enden
on 2023-07-18 00:30:10 UTC
(
hide
)
Description:
Update to PowerDNS 4.8.1 (with libcrypto patch)
Filename:
MIME Type:
Creator:
Ralf van der Enden
Created:
2023-07-18 00:30:10 UTC
Size:
1.71 KB
patch
obsolete
>diff --git a/dns/powerdns/Makefile b/dns/powerdns/Makefile >index 0ee27f9c456..eb3ee8993c3 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 bff1c2156d6..cafeeb8a8c8 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 17d4b4fe78a..6bd1ed29d7e 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])
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
tremere
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 272476
:
243363
| 243447