FreeBSD Bugzilla – Attachment 174204 Details for
Bug 211148
dns/powerdns-recursor: Update to 4.0.3
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Update to 4.0.2
powerdns-recursor-4.0.2.diff (text/plain), 2.72 KB, created by
Ralf van der Enden
on 2016-08-29 20:35:05 UTC
(
hide
)
Description:
Update to 4.0.2
Filename:
MIME Type:
Creator:
Ralf van der Enden
Created:
2016-08-29 20:35:05 UTC
Size:
2.72 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 421079) >+++ Makefile (working copy) >@@ -2,7 +2,7 @@ > # $FreeBSD$ > > PORTNAME= recursor >-PORTVERSION= 4.0.1 >+PORTVERSION= 4.0.2 > CATEGORIES= dns ipv6 > MASTER_SITES= http://downloads.powerdns.com/releases/ > PKGNAMEPREFIX= powerdns- >Index: distinfo >=================================================================== >--- distinfo (revision 421079) >+++ distinfo (working copy) >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1470038617 >-SHA256 (pdns-recursor-4.0.1.tar.bz2) = 472db541307c8ca83a846d260ecfc854fd8e879c1bb2ce5683a8df5d21e860b0 >-SIZE (pdns-recursor-4.0.1.tar.bz2) = 1035584 >+TIMESTAMP = 1472487319 >+SHA256 (pdns-recursor-4.0.2.tar.bz2) = d0c46bf47a3f9b3100043319ef9cdec83eba2c35f0a268d704d5c3a3facfea41 >+SIZE (pdns-recursor-4.0.2.tar.bz2) = 1045767 >Index: files/patch-libressl >=================================================================== >--- files/patch-libressl (revision 421079) >+++ files/patch-libressl (nonexistent) >@@ -1,31 +0,0 @@ >---- dns_random.cc.orig 2016-07-29 14:32:32 UTC >-+++ dns_random.cc >-@@ -2,7 +2,7 @@ >- #include "config.h" >- #endif >- #include <openssl/aes.h> >--#if OPENSSL_VERSION_NUMBER > 0x1000100fL >-+#if OPENSSL_VERSION_NUMBER > 0x1000100fL && !defined LIBRESSL_VERSION_NUMBER >- // Older OpenSSL does not have CRYPTO_ctr128_encrypt. Before 1.1.0 the header >- // file did not have the necessary extern "C" wrapper. In 1.1.0, AES_ctr128_encrypt >- // was removed. >-@@ -53,7 +53,7 @@ unsigned int dns_random(unsigned int n) >- if(!g_initialized) >- abort(); >- uint32_t out; >--#if OPENSSL_VERSION_NUMBER > 0x1000100fL >-+#if OPENSSL_VERSION_NUMBER > 0x1000100fL && !defined LIBRESSL_VERSION_NUMBER >- CRYPTO_ctr128_encrypt((const unsigned char*)&g_in, (unsigned char*) &out, sizeof(g_in), &aes_key, g_counter, g_stream, &g_offset, (block128_f) AES_encrypt); >- #else >- AES_ctr128_encrypt((const unsigned char*)&g_in, (unsigned char*) &out, sizeof(g_in), &aes_key, g_counter, g_stream, &g_offset); >---- opensslsigners.cc.orig 2016-07-29 14:32:32 UTC >-+++ opensslsigners.cc >-@@ -12,7 +12,7 @@ >- #include "opensslsigners.hh" >- #include "dnssecinfra.hh" >- >--#if OPENSSL_VERSION_NUMBER < 0x1010000fL >-+#if (OPENSSL_VERSION_NUMBER < 0x1010000fL || defined LIBRESSL_VERSION_NUMBER) >- /* OpenSSL < 1.1.0 needs support for threading/locking in the calling application. */ >- static pthread_mutex_t *openssllocks; >- > >Property changes on: files/patch-libressl >___________________________________________________________________ >Deleted: fbsd:nokeywords >## -1 +0,0 ## >-yes >\ No newline at end of property >Deleted: svn:eol-style >## -1 +0,0 ## >-native >\ No newline at end of property >Deleted: svn:mime-type >## -1 +0,0 ## >-text/plain >\ No newline at end of property
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 211148
:
172563
|
172564
|
173489
|
173490
|
173834
|
174099
|
174204
|
174205
|
174626