From owner-svn-ports-all@freebsd.org Fri May 22 23:59:57 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 449AC2F1237; Fri, 22 May 2020 23:59:57 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49TNlK0q9Yz44x3; Fri, 22 May 2020 23:59:57 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1757B26B44; Fri, 22 May 2020 23:59:57 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 04MNxux2077193; Fri, 22 May 2020 23:59:56 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 04MNxuQm077191; Fri, 22 May 2020 23:59:56 GMT (envelope-from cy@FreeBSD.org) Message-Id: <202005222359.04MNxuQm077191@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Fri, 22 May 2020 23:59:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r536249 - head/security/krb5-118 X-SVN-Group: ports-head X-SVN-Commit-Author: cy X-SVN-Commit-Paths: head/security/krb5-118 X-SVN-Commit-Revision: 536249 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 May 2020 23:59:57 -0000 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