From patchwork Tue Apr 12 10:35:26 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 5504 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 4Kd2Dj4YxRz3x1Y for ; Tue, 12 Apr 2022 10:35:33 +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 4Kd2Dh6Xjtz4Cx; Tue, 12 Apr 2022 10:35:32 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4Kd2Dh6BPgz2ydg; Tue, 12 Apr 2022 10:35:32 +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 4Kd2Dg2CyTz2xbS for ; Tue, 12 Apr 2022 10:35:31 +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 4Kd2Dg0rgFz1Zd; Tue, 12 Apr 2022 10:35:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1649759731; 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=AKpLl8RSq0K9QL8nPBs6LW0MGipXinSflvgNi0OQbk8=; b=aJcqeVWHN2+rvpHfX4cHEEBbe9V5aLO7n5BV6/JsHaD6VxcubsXitYTHD7ABaLXHwq61ic 0XE4kP1UNjTqBYw0deGdIRKanQRnwO3TGRgM0phavrLqecBVi6ptAjcq3aydzIVNe8098T oMzS1b3XxQa9AzLTn17AP+r5j/LOnr8VaNFAqhZkA3ygixrSSzTiYABUbd3KEEKVInb/xh KsDMnhdbGCq+fmYWMja7hKi9+7Vr33m75d92YJ1oKQKZPiNAGJeIiAHvdf+0oKoRqffGJ1 JCf+fjHbmoGosIuQKt+mNmiTCmpcoegMgZKHQj5lcdcQHb2/w7FbOhY3gS/hxg== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1649759731; 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=AKpLl8RSq0K9QL8nPBs6LW0MGipXinSflvgNi0OQbk8=; b=soM7iLYeLFb9o++7IjsX4YFIDoQAgHiF10low5DoQD29uoVnFzrHcyE/cmQvz1Vds/Io+F cpiQw2oiXG4cgdCQ== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] stunnel: Update to version 5.63 Date: Tue, 12 Apr 2022 12:35:26 +0200 Message-Id: <20220412103526.59451-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 version 5.62 to 5.63 - Update of rootfile not required - Changelog Version 5.63, 2022.03.15 * Security bugfixes - OpenSSL DLLs updated to version 3.0.2. * New features - Updated stunnel.spec to support bash completion * Bugfixes - Fixed possible PRNG initialization crash (thx to Gleydson Soares). Signed-off-by: Adolf Belka --- lfs/stunnel | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/stunnel b/lfs/stunnel index 70755f7db..cddfa947b 100644 --- a/lfs/stunnel +++ b/lfs/stunnel @@ -24,7 +24,7 @@ include Config -VER = 5.62 +VER = 5.63 SUMMARY = Universal TLS Tunnel THISAPP = stunnel-$(VER) @@ -33,7 +33,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = stunnel -PAK_VER = 8 +PAK_VER = 9 DEPS = @@ -47,7 +47,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = ba551fa8455314bdf5088fccbbb4b7740f00be6d15362a0d219242c3b1a8197327549ccf85dddfa76b4a8f06f9ece6313f122e1c1be992797cda97381f5b40d1 +$(DL_FILE)_BLAKE2 = 4558f233bae0972853239b4ad8638cbf8402baf221c8b65f0b8857c624735430ed026fa4cfac8212e60737f1f522e38898da5056a66e3374509886b02068e1db install : $(TARGET)