Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Dec 2018 14:10:35 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r486760 - branches/2018Q4/security/p5-OpenCA-OpenSSL
Message-ID:  <201812061410.wB6EAZal048015@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812061410.wB6EAZal048015>