svn commit: r487850 - head/security/krb5-devel

Cy Schubert cy at FreeBSD.org
Thu Dec 20 07:11:33 UTC 2018


Author: cy
Date: Thu Dec 20 07:11:31 2018
New Revision: 487850
URL: https://svnweb.freebsd.org/changeset/ports/487850

Log:
  Update to the lastest MIT krb5 github commit.
  
  This includes the following important upstream commit:
  
      Fix double-close in ksu get_authorized_princ_names
  
      If list_union() fails due to an allocation failure, then close_time()
      will attempt to fclose users_fp and login_fp a second time.
  
      This bug was originally introduced in commit
      be95b52c2d0c21b1fe92f9f90166fc2fa8eecc95, and has been present in
      every krb5 release since 1.1.
  
      ticket: 8768 (new)
      tags: pullup
      target_version: 1.17
      target_version: 1.16-next
      target_version: 1.15-next

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

Modified: head/security/krb5-devel/Makefile
==============================================================================
--- head/security/krb5-devel/Makefile	Thu Dec 20 07:11:27 2018	(r487849)
+++ head/security/krb5-devel/Makefile	Thu Dec 20 07:11:31 2018	(r487850)
@@ -7,8 +7,8 @@ CATEGORIES=		security
 .if !defined(MASTERDIR)
 PKGNAMESUFFIX=		-devel
 .endif
-HASH=			08e948c
-MIT_COMMIT_DATE=	2018.11.21
+HASH=			0b8c6f3
+MIT_COMMIT_DATE=	2018.12.19
 
 PATCH_SITES=		http://web.mit.edu/kerberos/advisories/
 PATCH_DIST_STRIP=	-p2

Modified: head/security/krb5-devel/distinfo
==============================================================================
--- head/security/krb5-devel/distinfo	Thu Dec 20 07:11:27 2018	(r487849)
+++ head/security/krb5-devel/distinfo	Thu Dec 20 07:11:31 2018	(r487850)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1542872434
-SHA256 (krb5-krb5-1.18.2018.11.21-08e948c_GH0.tar.gz) = 624aab71d6decfc3882619edceabc48eeaf82ace2b642a08a7c224d2ba284f4d
-SIZE (krb5-krb5-1.18.2018.11.21-08e948c_GH0.tar.gz) = 5243262
+TIMESTAMP = 1545289415
+SHA256 (krb5-krb5-1.18.2018.12.19-0b8c6f3_GH0.tar.gz) = 48fb75309c8db1a37609d168b5a33dfed7e9c9e1c4a72a0655475aa890cf844e
+SIZE (krb5-krb5-1.18.2018.12.19-0b8c6f3_GH0.tar.gz) = 5244902


More information about the svn-ports-head mailing list