From patchwork Wed Mar 3 13:50:35 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 3921 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 4DrFkp5xG8z3xGH for ; Wed, 3 Mar 2021 13:50:42 +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 4DrFkp2dyMzZ0; Wed, 3 Mar 2021 13:50:42 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4DrFkp1dx2z2xlL; Wed, 3 Mar 2021 13:50:42 +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 4DrFkm2KWWz2xHV for ; Wed, 3 Mar 2021 13:50:40 +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 4DrFkl0f7szD4 for ; Wed, 3 Mar 2021 13:50:39 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1614779439; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=0UUBorYDz2nKeLkaKglvAOL2byQxYdAUyCsUaDZRA5o=; b=1e/t3c2oDN1kP544M3FZG7c3q/tHow29KUccMasDs6nZa3nNHFPdQsvPxnVYIzXcLD2JMP kT3uIZMYgBxlmcDA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1614779439; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=0UUBorYDz2nKeLkaKglvAOL2byQxYdAUyCsUaDZRA5o=; b=pCb/7fwyB9O78/3jP/2HMQzCE2vFF2kpDFQHrmmIzGLsJ2CjmjT1Paybmp3pxfJF4TuqKx NIVwrjhZUUBSPg63oZLArDNV88qV8C/OaIxxHDsAjeDEv0tH3TiCcbOp88ZGThgC9+GudR f7v8eD9fcya8qdN4oNdvhoRsWzJZZqoab+ny8Lnk5K9Fh47ta1sAF2DLVvA1r7CbmbLlae m/s1jvruuqqa2eQBhHZL935tdMBKWL0Nqw5Jbkxn8UwNm4Rf6R4mX57Wc0jW/Wfa6GhpIJ MmjjVSqbYBKUV1J/MpQjODKxlIoiW10bQQxh3ziSnHpONnectCB8qvoN5Aoufw== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] wget: Update to 1.21.1 Date: Wed, 3 Mar 2021 14:50:35 +0100 Message-Id: <20210303135035.3928-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 903f266cb..025b392c4 100644 --- a/lfs/wget +++ b/lfs/wget @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2020 IPFire Team # +# Copyright (C) 2007-2021 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 +VER = 1.21.1 THISAPP = wget-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 3852118b7a771a7c9c0388883c8f5dbf +$(DL_FILE)_MD5 = b939ee54eabc6b9b0a8d5c03ace879c9 install : $(TARGET)