FreeBSD Bugzilla – Attachment 188457 Details for
Bug 224027
[maintainer-update] dns/powerdns-recursor: update to 4.0.7
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
PowerDNS Recursor: Update to 4.0.7
powerdns-recursor-4.0.7.patch (text/plain), 3.67 KB, created by
Ralf van der Enden
on 2017-12-01 22:25:54 UTC
(
hide
)
Description:
PowerDNS Recursor: Update to 4.0.7
Filename:
MIME Type:
Creator:
Ralf van der Enden
Created:
2017-12-01 22:25:54 UTC
Size:
3.67 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 455254) >+++ Makefile (working copy) >@@ -2,12 +2,11 @@ > # $FreeBSD$ > > PORTNAME= recursor >-PORTVERSION= 4.0.6 >-PORTREVISION= 5 >+DISTVERSION= 4.0.7 > CATEGORIES= dns ipv6 > MASTER_SITES= http://downloads.powerdns.com/releases/ > PKGNAMEPREFIX= powerdns- >-DISTNAME= pdns-${PORTNAME}-${PORTVERSION} >+DISTNAME= pdns-${PORTNAME}-${DISTVERSION} > > MAINTAINER= tremere@cainites.net > COMMENT= Advanced DNS recursor >@@ -14,18 +13,20 @@ > > LICENSE= GPLv2 > >-BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:devel/boost-libs >-LIB_DEPENDS= libboost_context.so:devel/boost-libs >- > BROKEN_armv6= fails to compile: use of overloaded operator << is ambiguous > BROKEN_armv7= fails to compile: use of overloaded operator << is ambiguous > BROKEN_sparc64= fails to compile: json11.cpp: undefined reference to std::__throw_out_of_range_fmt > BROKEN_powerpc64= fails to compile: dnslabeltext.cc: undefined reference to std::__cxx11::basic_string > >-USES= compiler:c++11-lib cpe gmake localbase pkgconfig ssl tar:bzip2 >+BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:devel/boost-libs >+LIB_DEPENDS= libboost_context.so:devel/boost-libs \ >+ libprotobuf.so:devel/protobuf >+ >+USES= compiler:c++11-lib cpe gmake localbase:ldflags pkgconfig ssl tar:bzip2 > GNU_CONFIGURE= YES > CXXFLAGS+= -D_GLIBCXX_USE_C99 >-CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc/pdns >+CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc/pdns \ >+ --with-protobuf > > CPE_VENDOR= powerdns > >@@ -46,9 +47,9 @@ > LUAJIT_CONFIGURE_WITH= luajit > LUAJIT_LIB_DEPENDS= libluajit-5.1.so.2:lang/luajit > >-OPTALGO_CONFIGURE_ON= --enable-botan1.10 \ >+OPTALGO_CONFIGURE_ON= --enable-botan \ > --enable-libsodium >-OPTALGO_LIB_DEPENDS= libbotan-1.10.so:security/botan110 \ >+OPTALGO_LIB_DEPENDS= libbotan-2.so:security/botan2 \ > libsodium.so:security/libsodium > > SETUID_VARS= USERS=pdns_recursor GROUPS=pdns >Index: distinfo >=================================================================== >--- distinfo (revision 455254) >+++ distinfo (working copy) >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1499338924 >-SHA256 (pdns-recursor-4.0.6.tar.bz2) = f2182ac644268bb08b865a71351f11d75c5015ac0608a1469eb4c1cd5494d60d >-SIZE (pdns-recursor-4.0.6.tar.bz2) = 1105423 >+TIMESTAMP = 1512117295 >+SHA256 (pdns-recursor-4.0.7.tar.bz2) = 966d1654c32c72bd0cc9b301ae5b723a34e36f3c02e62c73a7643260122f94e7 >+SIZE (pdns-recursor-4.0.7.tar.bz2) = 1107546 >Index: files/patch-botan110signers.cc >=================================================================== >--- files/patch-botan110signers.cc (revision 455254) >+++ files/patch-botan110signers.cc (nonexistent) >@@ -1,15 +0,0 @@ >-https://github.com/PowerDNS/pdns/pull/5498/commits/0f8f34997afc2c3609b2f3df72ca808940d2a778#diff-a69f1deeeb9a0d7ebabc200a4c24c9f9L184 >---- botan110signers.cc.orig 2017-07-04 15:43:07 UTC >-+++ botan110signers.cc >-@@ -181,8 +181,9 @@ std::string GOSTDNSCryptoKeyEngine::getP >- >- std::string GOSTDNSCryptoKeyEngine::getPublicKeyString() const >- { >-- const BigInt&x =d_key->public_point().get_affine_x(); >-- const BigInt&y =d_key->public_point().get_affine_y(); >-+ std::shared_ptr<GOST_3410_PublicKey> pk = d_pubkey ? d_pubkey : d_key; >-+ const BigInt&x =pk->public_point().get_affine_x(); >-+ const BigInt&y =pk->public_point().get_affine_y(); >- >- size_t part_size = std::max(x.bytes(), y.bytes()); >- > >Property changes on: files/patch-botan110signers.cc >___________________________________________________________________ >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 224027
: 188457