From patchwork Fri Feb 19 17:51:14 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 3904 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4Dhzf30Vndz3wps for ; Fri, 19 Feb 2021 17:51:23 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4Dhzf20NQWzHw; Fri, 19 Feb 2021 17:51:22 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4Dhzf170X0z30Ns; Fri, 19 Feb 2021 17:51:21 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4Dhzf00cLcz2xMX for ; Fri, 19 Feb 2021 17:51:20 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4Dhzdz4MNyz1R for ; Fri, 19 Feb 2021 17:51:19 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1613757079; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=lLJERPGIeP9ZkF8JQ1Ye292xohTDjLnESIi8hauoiAs=; b=DsuyIYt2tSUNFnzhLpsU8JX8hBi4c65AUzkWgXPl5HoKjfCCUn83/+ER1OZF16LR9kR6fs i4edfwzhLEmPXjBw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1613757079; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=lLJERPGIeP9ZkF8JQ1Ye292xohTDjLnESIi8hauoiAs=; b=OoxcazHEtJQNamcEbLzzBnrA7UrkdZwRSq+XiztvUOtj1vcerxYypjYjluskqZN/SLSyCy 8pttlAcHrGRV7xbwV7Qz9gBvCRL0tQf+QHNqQIO83XFUa4UtVdYjJNPJHVr1OjQcjxmmi4 wswacZHwNGpJDnzHbpUlvmkHeqOlxjMheBxHkgFuOmTyeg/ohlLZLPZLbQ5ta2xHsAy4Lp b5D/qtj80ezrDnjMErgFPoeYuH6cNYRkzphx43OtfY8h7uW8w9u2iCwrFza3NCvHpWYR3C BfBgvt6+EC+1cmyAINbD4L2HKGKSR9Y1jf5T+XDukmH7q41HVoSwaZXm6YXcaw== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] krb5: Update to 1.19.1 Date: Fri, 19 Feb 2021 18:51:14 +0100 Message-Id: <20210219175114.1444-1-matthias.fischer@ipfire.org> X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" For details see: https://web.mit.edu/kerberos/krb5-1.19/README-1.19.1.txt "This is a bug fix release. * Fix a linking issue with Samba. * Better support multiple pkinit_identities values by checking whether certificates can be loaded for each value. krb5-1.19.1 changes by ticket ID -------------------------------- 8984 Load certs when checking pkinit_identities values 8985 Restore krb5_set_default_tgs_ktypes() 8987 Synchronize command-line option documentation" Signed-off-by: Matthias Fischer --- lfs/krb5 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/krb5 b/lfs/krb5 index c77e4fdfd..a972920e7 100644 --- a/lfs/krb5 +++ b/lfs/krb5 @@ -24,7 +24,7 @@ include Config -VER = 1.19 +VER = 1.19.1 THISAPP = krb5-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP)/src TARGET = $(DIR_INFO)/$(THISAPP) PROG = krb5 -PAK_VER = 5 +PAK_VER = 6 DEPS = @@ -44,7 +44,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = aaf18447a5a014aa3b7e81814923f4c9 +$(DL_FILE)_MD5 = 81257292f8243f735654d4fd5d1fef6a install : $(TARGET)