From patchwork Sun Feb 27 13:00:51 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 5282 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) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4K63Xr3nnTz3wtR for ; Sun, 27 Feb 2022 13:01:00 +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 4K63Xp5XsNzS5; Sun, 27 Feb 2022 13:00:58 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4K63Xp4d17z2yVQ; Sun, 27 Feb 2022 13:00:58 +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) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4K63Xp0jqVz2x9p for ; Sun, 27 Feb 2022 13:00:58 +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 4K63Xn1tCpzS5 for ; Sun, 27 Feb 2022 13:00:57 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1645966857; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=8saxwCOtFRphuKccyOin0ZBIEzGCRT2layahVjYrXtI=; b=9JkedI8aUxONuW/tbYraXpl9iySXcl9vLWCB1oIvuxVJn+Qla9gBoU0unTVRtDjNic5e8E G/M1HJhTJXgzaXAQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1645966857; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=8saxwCOtFRphuKccyOin0ZBIEzGCRT2layahVjYrXtI=; b=UD+kKoudIMQj+bxyHEXt0E+1doiy08HpSRjLAihTUWzOha+/7LsQksZKBEuJxbIsinPlUh ChBTbkC/09ETYExKLtySZYCHkMCP0R4ESf+6aj26LVAzYs8yc0aoEyKXDuFSSTKLGGOtSP DjBvR029RpfpcfZrXGkZDt1zRWSZ8Sl6hTi9YFlH8so7vMF6TAlTRVC03xdVYeGNknQBlb 7/MMjUPljzVmqGQvOAwKLMMCxmEkrphgHjVyEN5wYBBe6USQIOT65GUE7YPTjIT2s02m4g QdCqxBp3IMhm54lCzHH6C4qvyFPN6lbtKmP7oVg3/SrazX6QpIgkbmBFAU9V4w== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] wget: Update to 1.21.3 Date: Sun, 27 Feb 2022 14:00:51 +0100 Message-Id: <20220227130051.1484-1-matthias.fischer@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" For details see: https://lists.gnu.org/archive/html/info-gnu/2022-02/msg00017.html "This is a minor bugfix release. ... * Noteworthy changes in release 1.21.3 (2022-02-26) ** Fix computation of total bytes downloaded during FTP transfers (#61277) ** Add option to select TLS 1.3 on the command line ** Fix HSTS build issues on some 64-bit big-endian systems ** Hide password during status report in --no-verbose ** Remove a spurious print statement that showed up even during --quiet ** Some more cleanups and bug-fixes" Signed-off-by: Matthias Fischer Reviewed-by: Adolf Belka --- lfs/wget | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/wget b/lfs/wget index fd7a4eb45..ef0c2b080 100644 --- a/lfs/wget +++ b/lfs/wget @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2021 IPFire Team # +# Copyright (C) 2007-2022 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -24,7 +24,7 @@ include Config -VER = 1.21.2 +VER = 1.21.3 THISAPP = wget-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 6321d4c2b820394cf2392985d8f8c563 +$(DL_FILE)_MD5 = e89496b15f8bf039d723926fae4d91f5 install : $(TARGET)