svn commit: r472228 - head/security/krb5-114

Cy Schubert cy at FreeBSD.org
Tue Jun 12 03:42:27 UTC 2018


Author: cy
Date: Tue Jun 12 03:42:25 2018
New Revision: 472228
URL: https://svnweb.freebsd.org/changeset/ports/472228

Log:
  krb5-114 is deprecated and scheduled for deletion at the end of this
  year. Mark broken with OpenSSL >= 1.1.0.
  
  PR:		228900

Modified:
  head/security/krb5-114/Makefile   (contents, props changed)

Modified: head/security/krb5-114/Makefile
==============================================================================
--- head/security/krb5-114/Makefile	Tue Jun 12 03:42:18 2018	(r472227)
+++ head/security/krb5-114/Makefile	Tue Jun 12 03:42:25 2018	(r472228)
@@ -21,6 +21,10 @@ LICENSE=		MIT
 DEPRECATED=		EOL twelve months after release of krb5-1.16
 EXPIRATION_DATE=	2018-12-31
 
+BROKEN_SSL=		openssl-devel
+BROKEN_SSL_REASON_openssl-devel=	 OpenSSL >= 1.1.0 unsupported.
+
+
 CONFLICTS=		heimdal-[0-9]* srp-[0-9]* krb5-11[35]-[0-9]* \
 			krb5-1.[0-9]* krb5-devel-*
 


More information about the svn-ports-all mailing list