From patchwork Fri Jan 1 15:47:54 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 3777 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 RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4D6qDL4FtVz3wg4 for ; Fri, 1 Jan 2021 15:48:02 +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) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail02.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4D6qDK4LK1z7W; Fri, 1 Jan 2021 15:48:01 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4D6qDK2XxMz2xk9; Fri, 1 Jan 2021 15:48:01 +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 RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4D6qDH5FXQz2xGT for ; Fri, 1 Jan 2021 15:47:59 +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 4D6qDH1MJ9z7W for ; Fri, 1 Jan 2021 15:47:59 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1609516079; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=8ZFbZy6EbB/nRzlu9QRhKXoGXUHSNEbrZo9elqxQNuA=; b=m5AShurF1Va+Zt3pXrXJeRKcZQlTG3HtWG6ZgfQiMdXkq8r8j+YVO0xP1SoLLpI0czvOOR zTZf1nzd4OThlLCQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1609516079; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=8ZFbZy6EbB/nRzlu9QRhKXoGXUHSNEbrZo9elqxQNuA=; b=IohGarmbKQD/A52/nd/tVqV71X3rXi17a3t8n8Pfp/+NJ1zr4y8KQwBH0KgVgc7vORUIDP 9zNv36hNFp8sRyofb/ZZpni+ImvZuUmpBhCiHUYXS4HYkoR0st+8xz7ooWFe0AuilBHP3h /ujiTUq2bl5hBFCAZXLQOJvl6i0/bOLP6zNCk/2yEka2KJNaqVm5zYkRRZqaxVqWaHh23J O3vg2DPSsbhJJAEbcnfhDuflSLyiD/eDjF2Tt+oMyM7NMoOKWXjJKRz8EAjuC1+/8ujzI+ tzkYbXDqZ/p063GHzBdCszCF2FtnwmQYuiX0JdSZJSQdb8reuRzGPUonV9/F2Q== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] wget: Update to 1.21 Date: Fri, 1 Jan 2021 16:47:54 +0100 Message-Id: <20210101154754.28734-1-matthias.fischer@ipfire.org> 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" Sorry, no changelog found, only: https://fossies.org/linux/wget/ChangeLog Signed-off-by: Matthias Fischer Reviewed-by: Peter Müller --- lfs/wget | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/wget b/lfs/wget index 00ca75033..903f266cb 100644 --- a/lfs/wget +++ b/lfs/wget @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2019 IPFire Team # +# Copyright (C) 2007-2020 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.20.3 +VER = 1.21 THISAPP = wget-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = db4e6dc7977cbddcd543b240079a4899 +$(DL_FILE)_MD5 = 3852118b7a771a7c9c0388883c8f5dbf install : $(TARGET)