Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Sep 2017 10:29: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: r450656 - head/security/krb5-devel
Message-ID:  <201709261029.v8QATNKd086140@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cy
Date: Tue Sep 26 10:29:23 2017
New Revision: 450656
URL: https://svnweb.freebsd.org/changeset/ports/450656

Log:
  Update to the latest MIT commit.
  
  Move MIT_COMMIT_DATE next to HASH to be more easily seen.

Modified:
  head/security/krb5-devel/Makefile
  head/security/krb5-devel/distinfo
  head/security/krb5-devel/pkg-plist

Modified: head/security/krb5-devel/Makefile
==============================================================================
--- head/security/krb5-devel/Makefile	Tue Sep 26 10:10:19 2017	(r450655)
+++ head/security/krb5-devel/Makefile	Tue Sep 26 10:29:23 2017	(r450656)
@@ -7,7 +7,8 @@ CATEGORIES=		security
 .if !defined(MASTERDIR)
 PKGNAMESUFFIX=		-devel
 .endif
-HASH=			96d0499
+HASH=			9563fab
+MIT_COMMIT_DATE=	2017.09.26
 
 PATCH_SITES=		http://web.mit.edu/kerberos/advisories/
 PATCH_DIST_STRIP=	-p2
@@ -19,7 +20,6 @@ LICENSE=		MIT
 
 USE_GITHUB=		yes
 GH_TAGNAME=		${HASH}
-MIT_COMMIT_DATE=	2017.07.17
 
 CONFLICTS=		heimdal-[0-9]* srp-[0-9]* krb5-11[34]-[0-9]* krb5-1.[0-9]*
 

Modified: head/security/krb5-devel/distinfo
==============================================================================
--- head/security/krb5-devel/distinfo	Tue Sep 26 10:10:19 2017	(r450655)
+++ head/security/krb5-devel/distinfo	Tue Sep 26 10:29:23 2017	(r450656)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1501104500
-SHA256 (krb5-krb5-1.16.2017.07.17-96d0499_GH0.tar.gz) = 08397f2fc19d00c158aa863608fa292f05c64720306699df2fbd14e86917bce5
-SIZE (krb5-krb5-1.16.2017.07.17-96d0499_GH0.tar.gz) = 6095755
+TIMESTAMP = 1506421165
+SHA256 (krb5-krb5-1.16.2017.09.26-9563fab_GH0.tar.gz) = b22fe7baa60d33ecf6a8e644d4b13336ae23df598ba62446379806f638024a17
+SIZE (krb5-krb5-1.16.2017.09.26-9563fab_GH0.tar.gz) = 6116326

Modified: head/security/krb5-devel/pkg-plist
==============================================================================
--- head/security/krb5-devel/pkg-plist	Tue Sep 26 10:10:19 2017	(r450655)
+++ head/security/krb5-devel/pkg-plist	Tue Sep 26 10:29:23 2017	(r450656)
@@ -49,7 +49,9 @@ include/krb5/ccselect_plugin.h
 include/krb5/certauth_plugin.h
 include/krb5/clpreauth_plugin.h
 include/krb5/hostrealm_plugin.h
+include/krb5/kadm5_auth_plugin.h
 include/krb5/kadm5_hook_plugin.h
+include/krb5/kdcpolicy_plugin.h
 include/krb5/kdcpreauth_plugin.h
 include/krb5/localauth_plugin.h
 include/krb5/krb5.h



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