pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/46912: mysql51-client in 2012Q2 blows up libcrypto



The following reply was made to PR pkg/46912; it has been noted by GNATS.

From: "OBATA Akio" <obache%netbsd.org@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: 
Subject: Re: pkg/46912: mysql51-client in 2012Q2 blows up libcrypto
Date: Wed, 12 Sep 2012 21:45:22 +0900

 Followings may be related to this issue.
 
 In databases/mysql51-client/options.mk:
 
 CONFIGURE_ARGS+=       --with-ssl=yes
 
 It will result in unwanted behavior, selecting bundled yaSSL
 instead of external OpenSSL whereas buildinking it.
 Its option variable must be the location of OpenSSL
 (BUILDLINK_PREFIX.openssl, or SSLBASE)
 
 This change may require recursive PKGREVISION bump,
 because libraries from mysql51 will change its ABI.
 
 And, it means mysql51 from pkgsrc is using bundled yaSSL now,
 so re-evaluation of yaSSL related vulnerability reports may be required.
 
 -- 
 OBATA Akio / obache%NetBSD.org@localhost
 


Home | Main Index | Thread Index | Old Index