From patchwork Tue Feb 15 09:37:13 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 5171 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 4JybbN1xSwz3wtR for ; Tue, 15 Feb 2022 09:37:20 +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 4JybbM5jQ9z4N7; Tue, 15 Feb 2022 09:37:19 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4JybbM0Dvwz2ymg; Tue, 15 Feb 2022 09:37:19 +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 4JybbK4CWlz2xLr for ; Tue, 15 Feb 2022 09:37:17 +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 4JybbK2GsZz1dX; Tue, 15 Feb 2022 09:37:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1644917837; 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=mNXheLLEGd0onnEhug8uWWRz0EZ9uUzaVfQFoMTfM0s=; b=F0r02uLQOM+zH1AuIr3cNeCW43ZppMqPK10SRBlqXvrGSh0KOrC4iymPwMleOHmQwy58bQ veCttEsNgLLcnj7MUVe1mTzYkXC125J/jvEGXV7d4jwXebCVq/gf3Wk5mwQBUP1hyVK2Fs y/g/iOjJ6WL+M+V1qul5yxqhMquwGi8NDwhImnhgIpaDK2bmPJiuBuypLH6w35EpPPIgkx YR6/IwnDVCUZP+HSSgRuZjx31chmeqV8pjnBtcQWbDXlgARh3Bit5eV6T6ixkBeCIHU3zl WeIlXMlqPq/dxzfq/GNdFsPeV/NrulC89DKktR+hjAUcumVPBTN/AcKEwQgGMA== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1644917837; 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=mNXheLLEGd0onnEhug8uWWRz0EZ9uUzaVfQFoMTfM0s=; b=U6TsukoO6vWFcoO4iSZYxJUFilunZsup7mIbwxh4NSTvRt0nEmg7wRWZFNieH26MsAcRt3 kjBXzoJVJ1LSA9Cg== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] stunnel: Update to version 5.62 Date: Tue, 15 Feb 2022 10:37:13 +0100 Message-Id: <20220215093713.188215-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 5.58 to 5.62 - Update of rootfile - Changelog ### Version 5.62, 2022.01.17, urgency: MEDIUM * New features - Added a bash completion script. * Bugfixes - Fixed a transfer() loop bug. ### Version 5.61, 2021.12.22, urgency: LOW * New features sponsored by the University of Maryland - Added new "protocol = capwin" and "protocol = capwinctrl" configuration file options. * New features for the Windows platform - Added client mode allowing authenticated users to view logs, reconfigure and terminate running stunnel services. - Added support for multiple GUI and service instances distinguised by the location of stunnel.conf. - Improved log window scrolling. - Added a new 'Pause auto-scroll' GUI checkbox. - Double click on the icon tray replaced with single click. - OpenSSL DLLs updated to version 3.0.1. * Other new features - Rewritten the testing framework in python (thx to Peter Pentchev for inspiration and initial framework). - Added support for missing SSL_set_options() values. - Updated stunnel.spec to support RHEL8. * Bugfixes - Fixed OpenSSL 3.0 build. - Fixed reloading configuration with "systemctl reload stunnel.service". - Fixed incorrect messages logged for OpenSSL errors. - Fixed printing IPv6 socket option defaults on FreeBSD. ### Version 5.60, 2021.08.16, urgency: LOW * New features - New 'sessionResume' service-level option to allow or disallow session resumption - Added support for the new SSL_set_options() values. - Download fresh ca-certs.pem for each new release. * Bugfixes - Fixed 'redirect' with 'protocol'. This combination is not supported by 'smtp', 'pop3' and 'imap' protocols. - Enforced minimum WIN32 log window size. - Fixed support for password-protected private keys with OpenSSL 3.0 (thx to Dmitry Belyavskiy). ### Version 5.59, 2021.04.05, urgency: HIGH * Security bugfixes - OpenSSL DLLs updated to version 1.1.1k. * New features - Client-side "protocol = ldap" support (thx to Bart Dopheide and Seth Grover). * Bugfixes - The test suite fixed not to require external connectivity. - Fixed paths in generated manuals (thx to Tatsuki Makino). - Fixed configuration reload when compression is used. - Fixed compilation with early releases of OpenSSL 1.1.1. Signed-off-by: Adolf Belka Reviewed-by: Peter Müller --- config/rootfiles/packages/stunnel | 1 + lfs/stunnel | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/config/rootfiles/packages/stunnel b/config/rootfiles/packages/stunnel index 0882ef4de..c44cbc90c 100644 --- a/config/rootfiles/packages/stunnel +++ b/config/rootfiles/packages/stunnel @@ -7,6 +7,7 @@ usr/bin/stunnel #usr/lib/stunnel #usr/lib/stunnel/libstunnel.la usr/lib/stunnel/libstunnel.so +#usr/share/bash-completion/completions/stunnel.bash #usr/share/doc/stunnel #usr/share/doc/stunnel/AUTHORS.md #usr/share/doc/stunnel/BUGS.md diff --git a/lfs/stunnel b/lfs/stunnel index 0b6524e01..b56b77989 100644 --- a/lfs/stunnel +++ b/lfs/stunnel @@ -24,7 +24,7 @@ include Config -VER = 5.58 +VER = 5.62 THISAPP = stunnel-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = stunnel -PAK_VER = 7 +PAK_VER = 8 DEPS = @@ -44,7 +44,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = aed41cff61d622ff6c8706e9d75c53b7 +$(DL_FILE)_MD5 = e8cafad72a75252ff85210c0cef77f19 install : $(TARGET)