svn commit: r486760 - branches/2018Q4/security/p5-OpenCA-OpenSSL
Mathieu Arnold
mat at FreeBSD.org
Thu Dec 6 14:10:36 UTC 2018
Author: mat
Date: Thu Dec 6 14:10:35 2018
New Revision: 486760
URL: https://svnweb.freebsd.org/changeset/ports/486760
Log:
MFH: r484930 r486759
Mark broken with OpenSSL 1.1.1 and on 12/13 with base OpenSSL.
Modified:
branches/2018Q4/security/p5-OpenCA-OpenSSL/Makefile
Directory Properties:
branches/2018Q4/ (props changed)
Modified: branches/2018Q4/security/p5-OpenCA-OpenSSL/Makefile
==============================================================================
--- branches/2018Q4/security/p5-OpenCA-OpenSSL/Makefile Thu Dec 6 14:07:31 2018 (r486759)
+++ branches/2018Q4/security/p5-OpenCA-OpenSSL/Makefile Thu Dec 6 14:10:35 2018 (r486760)
@@ -12,6 +12,11 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl at FreeBSD.org
COMMENT= Perl crypto extension to OpenSSL
+BROKEN_SSL= openssl111 ${BROKEN_SSL_${OSREL:R}}
+BROKEN_SSL_REASON_openssl111= incomplete definition of type 'struct x509_st'
+BROKEN_SSL_12= base
+BROKEN_SSL_13= base
+
BUILD_DEPENDS= p5-Locale-libintl>=0:devel/p5-Locale-libintl \
p5-MIME-Tools>=0:mail/p5-MIME-Tools \
p5-X500-DN>=0:net/p5-X500-DN
More information about the svn-ports-branches
mailing list