Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 May 2020 23:59:56 +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: r536249 - head/security/krb5-118
Message-ID:  <202005222359.04MNxuQm077191@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cy
Date: Fri May 22 23:59:56 2020
New Revision: 536249
URL: https://svnweb.freebsd.org/changeset/ports/536249

Log:
  Update 1.18.1 --> 1.18.2
  
  This is a bug fix release.
  
  * Fix a SPNEGO regression where an acceptor using the default
    credential would improperly filter mechanisms, causing a negotiation
    failure.
  
  * Fix a bug where the KDC would fail to issue tickets if the local
    krbtgt principal's first key has a single-DES enctype.
  
  * Add stub functions to allow old versions of OpenSSL libcrypto to
    link against libkrb5.
  
  * Fix a NegoEx bug where the client name and delegated credential
    might not be reported.

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

Modified: head/security/krb5-118/Makefile
==============================================================================
--- head/security/krb5-118/Makefile	Fri May 22 23:05:29 2020	(r536248)
+++ head/security/krb5-118/Makefile	Fri May 22 23:59:56 2020	(r536249)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=		krb5
-PORTVERSION=		1.18.1
+PORTVERSION=		1.18.2
 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)

Modified: head/security/krb5-118/distinfo
==============================================================================
--- head/security/krb5-118/distinfo	Fri May 22 23:05:29 2020	(r536248)
+++ head/security/krb5-118/distinfo	Fri May 22 23:59:56 2020	(r536249)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1586869538
-SHA256 (krb5-1.18.1.tar.gz) = 02a4e700f10936f937cd1a4c303cab8687a11abecc6107bd4b706b9329cd5400
-SIZE (krb5-1.18.1.tar.gz) = 8711772
+TIMESTAMP = 1590189871
+SHA256 (krb5-1.18.2.tar.gz) = c6e4c9ec1a98141c3f5d66ddf1a135549050c9fab4e9a4620ee9b22085873ae0
+SIZE (krb5-1.18.2.tar.gz) = 8713927



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