svn commit: r453142 - head/security/krb5-devel
Cy Schubert
cy at FreeBSD.org
Sun Oct 29 22:34:12 UTC 2017
Author: cy
Date: Sun Oct 29 22:34:11 2017
New Revision: 453142
URL: https://svnweb.freebsd.org/changeset/ports/453142
Log:
Update to the latest MIT commit.
This includes:
- Fix PKINIT cert matching data construction.
- Fix default enctype order in docs.
- Remove unused SAM setup code in KDC.
- Updates for krb5-1.17-prelease (doc and #define changes).
Modified:
head/security/krb5-devel/Makefile
head/security/krb5-devel/distinfo
Modified: head/security/krb5-devel/Makefile
==============================================================================
--- head/security/krb5-devel/Makefile Sun Oct 29 22:01:12 2017 (r453141)
+++ head/security/krb5-devel/Makefile Sun Oct 29 22:34:11 2017 (r453142)
@@ -7,8 +7,8 @@ CATEGORIES= security
.if !defined(MASTERDIR)
PKGNAMESUFFIX= -devel
.endif
-HASH= 0c9a4d9
-MIT_COMMIT_DATE= 2017.09.27
+HASH= fbb687d
+MIT_COMMIT_DATE= 2017.10.29
PATCH_SITES= http://web.mit.edu/kerberos/advisories/
PATCH_DIST_STRIP= -p2
Modified: head/security/krb5-devel/distinfo
==============================================================================
--- head/security/krb5-devel/distinfo Sun Oct 29 22:01:12 2017 (r453141)
+++ head/security/krb5-devel/distinfo Sun Oct 29 22:34:11 2017 (r453142)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1506577218
-SHA256 (krb5-krb5-1.16.2017.09.27-0c9a4d9_GH0.tar.gz) = b947714d9528ec3ff2b6257f3d946affbe1e8240868fbfa39e0968c477578179
-SIZE (krb5-krb5-1.16.2017.09.27-0c9a4d9_GH0.tar.gz) = 6176990
+TIMESTAMP = 1509315873
+SHA256 (krb5-krb5-1.16.2017.10.29-fbb687d_GH0.tar.gz) = 793852e1fff9fa7b9a25a2944156733b1d525c5fa5407d0023f4758fbe6e1b6b
+SIZE (krb5-krb5-1.16.2017.10.29-fbb687d_GH0.tar.gz) = 6177074
More information about the svn-ports-head
mailing list