Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Jun 2018 03:42:25 +0000 (UTC)
From:      Cy Schubert <cy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r472228 - head/security/krb5-114
Message-ID:  <201806120342.w5C3gPZb098003@repo.freebsd.org>

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



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