Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Dec 2016 00:54:23 +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: r427588 - in head/security: . krb5 krb5-112 krb5-113 krb5-115
Message-ID:  <201612030054.uB30sNsk014797@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cy
Date: Sat Dec  3 00:54:22 2016
New Revision: 427588
URL: https://svnweb.freebsd.org/changeset/ports/427588

Log:
  Welcome the new security/krb5-115 port. This port follows MIT's
  KRB5 1.15 releases.
  
  To support this new ports:
  
  - The security/krb5 port includes an option to use this port instead
    of krb5-114 as its base. krb5-114 will remain the default until the
    next release of KRB5 1.15 (if it's stable of course).
  
  - MIT by default deprecates KRB5 two versions back from the current
    release. krb5-113 has been deprecated and will expire one year from
    now.

Added:
  head/security/krb5-112/
     - copied from r425744, head/security/krb5-112/
  head/security/krb5-115/
     - copied from r427587, head/security/krb5-114/
Modified:
  head/security/Makefile
  head/security/krb5-113/Makefile
  head/security/krb5-115/Makefile
  head/security/krb5-115/distinfo
  head/security/krb5-115/pkg-plist
  head/security/krb5/Makefile

Modified: head/security/Makefile
==============================================================================
--- head/security/Makefile	Fri Dec  2 23:05:53 2016	(r427587)
+++ head/security/Makefile	Sat Dec  3 00:54:22 2016	(r427588)
@@ -288,6 +288,7 @@
     SUBDIR += krb5
     SUBDIR += krb5-113
     SUBDIR += krb5-114
+    SUBDIR += krb5-115
     SUBDIR += krb5-appl
     SUBDIR += kripp
     SUBDIR += kstart

Modified: head/security/krb5-113/Makefile
==============================================================================
--- head/security/krb5-113/Makefile	Fri Dec  2 23:05:53 2016	(r427587)
+++ head/security/krb5-113/Makefile	Sat Dec  3 00:54:22 2016	(r427588)
@@ -17,6 +17,9 @@ COMMENT=		Authentication system develope
 
 LICENSE=		MIT
 
+DEPRECATED=             EOL twelve months after release of krb5-1.15
+EXPIRATION_DATE=        2017-12-02
+
 CONFLICTS=		heimdal-[0-9]* srp-[0-9]* krb5-11[0-2]-* krb5-[0-9].*
 
 KERBEROSV_URL=		http://web.mit.edu/kerberos/

Modified: head/security/krb5-115/Makefile
==============================================================================
--- head/security/krb5-114/Makefile	Fri Dec  2 23:05:53 2016	(r427587)
+++ head/security/krb5-115/Makefile	Sat Dec  3 00:54:22 2016	(r427588)
@@ -2,11 +2,11 @@
 # $FreeBSD$
 
 PORTNAME=		krb5
-PORTVERSION=		1.14.4
+PORTVERSION=		1.15
 CATEGORIES=		security
 MASTER_SITES=		http://web.mit.edu/kerberos/dist/${PORTNAME}/${PORTVERSION:C/^[0-9]*\.[0-9]*/&X/:C/X\.[0-9]*$//:C/X//}/
 .if !defined(MASTERDIR)
-PKGNAMESUFFIX=		-114
+PKGNAMESUFFIX=		-115
 .endif
 
 

Modified: head/security/krb5-115/distinfo
==============================================================================
--- head/security/krb5-114/distinfo	Fri Dec  2 23:05:53 2016	(r427587)
+++ head/security/krb5-115/distinfo	Sat Dec  3 00:54:22 2016	(r427588)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1473847039
-SHA256 (krb5-1.14.4.tar.gz) = 03a61a4280c9161771fb39019085dbe6a57aa602080515ff93b43cd6137e0b95
-SIZE (krb5-1.14.4.tar.gz) = 12283989
+TIMESTAMP = 1480725624
+SHA256 (krb5-1.15.tar.gz) = fd34752774c808ab4f6f864f935c49945f5a56b62240b1ad4ab1af7b4ded127c
+SIZE (krb5-1.15.tar.gz) = 9327157

Modified: head/security/krb5-115/pkg-plist
==============================================================================
--- head/security/krb5-114/pkg-plist	Fri Dec  2 23:05:53 2016	(r427587)
+++ head/security/krb5-115/pkg-plist	Sat Dec  3 00:54:22 2016	(r427588)
@@ -77,12 +77,12 @@ lib/libk5crypto.so.3
 lib/libk5crypto.so.3.1
 lib/libkadm5clnt.so
 lib/libkadm5clnt_mit.so
-lib/libkadm5clnt_mit.so.10
-lib/libkadm5clnt_mit.so.10.0
+lib/libkadm5clnt_mit.so.11
+lib/libkadm5clnt_mit.so.11.0
 lib/libkadm5srv.so
 lib/libkadm5srv_mit.so
-lib/libkadm5srv_mit.so.10
-lib/libkadm5srv_mit.so.10.0
+lib/libkadm5srv_mit.so.11
+lib/libkadm5srv_mit.so.11.0
 lib/libkdb5.so
 lib/libkdb5.so.8
 lib/libkdb5.so.8.0

Modified: head/security/krb5/Makefile
==============================================================================
--- head/security/krb5/Makefile	Fri Dec  2 23:05:53 2016	(r427587)
+++ head/security/krb5/Makefile	Sat Dec  3 00:54:22 2016	(r427588)
@@ -1,6 +1,6 @@
 # $FreeBSD$
 
-VERSIONS=		112 113 114
+VERSIONS=		112 113 114 115
 KRB5_VERSION?=		114
 
 MASTERDIR=		${.CURDIR}/../krb5-${KRB5_VERSION}



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