From patchwork Fri Jan 28 13:08:00 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 5017 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 4Jld6s6HYzz3xfN for ; Fri, 28 Jan 2022 13:08:05 +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 4Jld6s3wZQz4XL; Fri, 28 Jan 2022 13:08:05 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4Jld6s3Cn2z2yxv; Fri, 28 Jan 2022 13:08:05 +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 4Jld6r1YwSz2xfN for ; Fri, 28 Jan 2022 13:08:04 +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 4Jld6q4RdBz4XL; Fri, 28 Jan 2022 13:08:03 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1643375283; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=OMmsXvmM41Mk8CLjw9mlTNNqzlkNUMgn4CTO0RbeDF4=; b=y2wFo7asRlLUxD45b7PlN0+wvpPk+REAl4tMlOIzKldFxmXooV3qKIVfsn+F0rYMvSaSRv fOtCJ9KTjqdRIvDQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1643375283; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=OMmsXvmM41Mk8CLjw9mlTNNqzlkNUMgn4CTO0RbeDF4=; b=J8izrRg8DvOotLVps94fRTuVvsXi1B+EsVA6TSiqYgLaZ+panlffLEGpuzDClkOeOE3C4F 7eBMh+bRJnN1ymdECrHPt25R0lErSTR400aEU0DR62anXbD5N0UrB4/rm//e1FY6fdxoc3 QZriiCYpOiV5QANUNxPaOib4qwOqHApQnboINs+fMoBvp1/xc1JQhB9/SeS8wpETNFvSjy 3/38mKt49QB4NkrYjHM6JmhKblr5xk1EhqOY2tBfrnwJbfrQL0wIvlIU0fMFxb2Y68JgSi Y51fQm7orEv3v0e3wRuLSWoH2aGanDcFQxqAWm6aYgfhpRc4CZMBDwkpntQrXA== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] p11-kit: Update to version 0.24.1 Date: Fri, 28 Jan 2022 14:08:00 +0100 Message-Id: <20220128130800.3417536-1-adolf.belka@ipfire.org> MIME-Version: 1.0 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" - Update from 0.24.0 to 0.24.1 - Update of rootfile not required - Changelog 0.24.1 (stable) * rpc: Support protocol version negotiation [PR#371, PR#385] * proxy: Support copying attribute array recursively [PR#368] * Link libp11-kit so that it cannot unload [PR#383] * Translation improvements [PR#381] * Build fixes [PR#372, PR#373, PR#375, PR#377, PR#384, PR#407] Signed-off-by: Adolf Belka Reviewed-by: Peter Müller --- lfs/p11-kit | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/p11-kit b/lfs/p11-kit index df3f51df1..1d0e38e8b 100644 --- a/lfs/p11-kit +++ b/lfs/p11-kit @@ -24,7 +24,7 @@ include Config -VER = 0.24.0 +VER = 0.24.1 THISAPP = p11-kit-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -42,7 +42,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 8ccf11c4a2e2e505b8e516d8549e64a5 +$(DL_FILE)_MD5 = 67b2539bdca6b4bedaeecc12864d2796 install : $(TARGET)