From patchwork Sat Sep 11 10:57:44 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 4698 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 4H68pm5pYLz3xKg for ; Sat, 11 Sep 2021 10:57:52 +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 4H68pm3Nkqz6lb; Sat, 11 Sep 2021 10:57:52 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4H68pm2lpYz2yRN; Sat, 11 Sep 2021 10:57:52 +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 4H68pk5QNxz2xPJ for ; Sat, 11 Sep 2021 10:57:50 +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 4H68pk2DX9z144; Sat, 11 Sep 2021 10:57:50 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1631357870; 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=NGCpG2n++iNeSSe5VthmYAJts4NhcMUwVwp9Zu70jmo=; b=v3MfFLy1Z+maf1B7+4jjYSigLE+zpZ1W3qBwawRQmUZjtdBBciG2jEARtd22Kcnz8l393N igm1Q0XhSQil3jDQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1631357870; 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=NGCpG2n++iNeSSe5VthmYAJts4NhcMUwVwp9Zu70jmo=; b=u6rkhnn9NIKr+ABVoApGThajzJgLDGoo2Y2b4nX4d/5xAA/J6h7eGF1b0ZzO5WZ4MCPtJa XiEZGj0cunvaqC3Blgw/OitZFFooylsXC1O+JihqLkYlv6asZnYWr4s9/HF4vnTcJI/Hlb FFhOhqePQ+onJ0HjmzBffcezqKhmNCgw1xo95yyCVFGQvgqouSnmrlMICXSk9xnhWT/Sml KD4MR1SY28tbriLS6FCkQzj3K9nW+ra0Agp9/wYA2/T/LSmvwBGgyyyt6JIDJzaJMf4vlf 9BjEgBdw6SKcg74pkGUPO9wFJSBS/0evxlzVS5/wvZye3PPaWtR5TRsStvCv8w== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] wget: Update to version 1.21.2 Date: Sat, 11 Sep 2021 12:57:44 +0200 Message-Id: <20210911105744.2850-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 1.21.1 to 1.21.2 - Update of rootfile not required - Changelog Noteworthy changes in release 1.21.2 (2021-09-07) - (user visible changes) * Support for autoconf 2.71 * Fix a double free in FTP when using an absolute path * Release tarballs no longer have a dependency on Python. * --page-requisites will now also download links marked as "alternate stylesheet" or "icon" Full changelog is too long to include here but can be viewed in the ChangeLog file in the source tarball Signed-off-by: Adolf Belka --- lfs/wget | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/wget b/lfs/wget index 025b392c4..fd7a4eb45 100644 --- a/lfs/wget +++ b/lfs/wget @@ -24,7 +24,7 @@ include Config -VER = 1.21.1 +VER = 1.21.2 THISAPP = wget-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = b939ee54eabc6b9b0a8d5c03ace879c9 +$(DL_FILE)_MD5 = 6321d4c2b820394cf2392985d8f8c563 install : $(TARGET)