From patchwork Sun Aug 27 13:43:11 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 7123 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 (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4RYZdl3Xvwz3wtG for ; Sun, 27 Aug 2023 13:43:23 +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 (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4RYZdg45mnz2XW; Sun, 27 Aug 2023 13:43:19 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4RYZdg0cqhz2yy5; Sun, 27 Aug 2023 13:43: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 4RYZdd3PVjz2xv5 for ; Sun, 27 Aug 2023 13:43: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 (secp384r1) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4RYZdd1c8tz1v9; Sun, 27 Aug 2023 13:43:17 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1693143797; 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: in-reply-to:in-reply-to:references:references; bh=sben/jfG+LKyDn0Anfe2wGWUvuyDsEclaWgMiZ4S+vA=; b=Mla+PibOnXvPdwqOQX5kfNFeZhUj/cYSaFIPWoENbvVd8SOWxpGiNmOyUJ9LIpXk3yu2Jg rvaH7FeHOQISgCCQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1693143797; 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: in-reply-to:in-reply-to:references:references; bh=sben/jfG+LKyDn0Anfe2wGWUvuyDsEclaWgMiZ4S+vA=; b=bzwOEV/u2vmdTWeBqrxgtJq06gHH6tvUur3ShaHuFQycYMz/ABOQtuQcsuuX9S0/6/2ZUZ e7vYiZs95tNftCuepKxGgDIIYT2hSioeQGl1uVaLvwpKH2vmnKSBudhjeFjaacOEZe4J04 7dnVcDM8LGqlWG9xkEZWly0CLd7w+mbu90wU21xMhgx+B5pI5npmKmhoezmBzOilb+sTuu rXXBpBZ8+8/H26l5Nc+md7l555XOEn8ZcYyTbvc3EKF648rTlyCeQ4gI7LyC1F/NahljAR hfA6NkbfS5sKciRT0Mz9FA0++zDQZB/0vPS7mvKH7K18rIB5BunGbrOHPsHerg== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] wget: Update to version 1.21.4 Date: Sun, 27 Aug 2023 15:43:11 +0200 Message-ID: <20230827134311.3422302-2-adolf.belka@ipfire.org> In-Reply-To: <20230827134311.3422302-1-adolf.belka@ipfire.org> References: <20230827134311.3422302-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 1.21.3 to 1.21.4 - Update of rootfile not required - Changelog Noteworthy changes in release 1.21.4 (2023-05-11) Document --retry-on-host-error in help text Increase read buffer size to 64k. This should speed up downloads on gigabit and faster connections Update deprecated option '--html-extension' to '--adjust-extension' in documentation Update gnulib compatibility layer. Fixes HSTS test failures on i686. (Thanks to Andreas Enge for ponting it out) Signed-off-by: Adolf Belka --- lfs/wget | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/wget b/lfs/wget index 183b0bcb6..670a93720 100644 --- a/lfs/wget +++ b/lfs/wget @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2022 IPFire Team # +# Copyright (C) 2007-2023 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.3 +VER = 1.21.4 THISAPP = wget-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 4ff40a30cb3be82ea492d0eae324a9d43de30a0169d3b219ce25f3d667915f90c7eb1559760d1605340f112e96e028613265e0be73aaba7935c69cc06a4ae4f6 +$(DL_FILE)_BLAKE2 = ced6fb9a20343d41e4d8e0c8f171c60535847504fa4c32abc81d104a1594dc7b7c97b5b301836e31dacc7a0f2155c0a2e70e42ff60dc3fa471deb1dad33ba736 install : $(TARGET)