FreeBSD Bugzilla – Attachment 186697 Details for
Bug 222588
[maintainer-update] dns/powerdns-recursor: fix segfault in ECC-GOST algorithm (12)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Add upstream patch and bump port revision
powerdns-recursor-4.0.6_2.patch (text/plain), 1.58 KB, created by
Ralf van der Enden
on 2017-09-25 08:41:34 UTC
(
hide
)
Description:
Add upstream patch and bump port revision
Filename:
MIME Type:
Creator:
Ralf van der Enden
Created:
2017-09-25 08:41:34 UTC
Size:
1.58 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 450553) >+++ Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= recursor > PORTVERSION= 4.0.6 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= dns ipv6 > MASTER_SITES= http://downloads.powerdns.com/releases/ > PKGNAMEPREFIX= powerdns- >Index: files/patch-botan110signers.cc >=================================================================== >--- files/patch-botan110signers.cc (nonexistent) >+++ files/patch-botan110signers.cc (working copy) >@@ -0,0 +1,15 @@ >+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 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+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 222588
: 186697