From patchwork Thu Apr 4 18:43:50 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 2170 Return-Path: Received: from mail01.ipfire.org (mail01.i.ipfire.org [172.28.1.200]) (using TLSv1.2 with cipher ECDHE-ECDSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail01.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by web07.i.ipfire.org (Postfix) with ESMTPS id 6637A861070 for ; Thu, 4 Apr 2019 08:43:59 +0100 (BST) Received: from mail01.i.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id 44ZZhG3cyhz5LFRm; Thu, 4 Apr 2019 08:43:58 +0100 (BST) Received: from Devel.localdomain (p4FF56007.dip0.t-ipconnect.de [79.245.96.7]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 44ZZhB4jzNz5LFRx for ; Thu, 4 Apr 2019 08:43:54 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201801; t=1554363834; h=from:from:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:references; bh=LGvenxPZBZKmaiDY9te2gV+k80GrRtmD4hmIC9NRKfU=; b=1Ek4G7FZUCa4VQIcpfBoA4SpYLcwf+rjJty1SHUOez75zaj4WBSrc8blE/R4ilNgyBMLmo Z5HYZDCs4Rkn6SXwnO89Fyagk/Mj8OMqL/sRNeS8NSggDrQ/1Z8MSBV/TH2i2RHuiuhupK KwmYeP1YMJMFZSyp2PyvIrr0SIM4YH7wCMFbv2cEOy+xz2PSkkgZcb9jiYMEIWAJmaFDAS kN5Ca0XGpIHO6vSelRletr6I8sbjn9gjPlWeBIJxM+LqIf1+BX3VCSrEDRQwILIwWoRs0s 6mvKEnx5LjNbcgF6dvRJLeGz1M86tR/AV99Oi4RADOUaNrI7gRkCaGGh/A91pw== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] wget: Update to 1.20.2 Date: Thu, 4 Apr 2019 09:43:50 +0200 Message-Id: <20190404074350.19360-1-matthias.fischer@ipfire.org> X-Mailer: git-send-email 2.18.0 X-Spamd-Result: default: False [-2.03 / 11.00]; ARC_NA(0.00)[]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; DKIM_SIGNED(0.00)[]; MID_CONTAINS_FROM(1.00)[]; RCVD_COUNT_ZERO(0.00)[0]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:3320, ipnet:79.192.0.0/10, country:DE]; BAYES_HAM(-2.93)[99.68%] Authentication-Results: mail01.ipfire.org; auth=pass smtp.auth=mfischer smtp.mailfrom=matthias.fischer@ipfire.org X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.15 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://fossies.org/linux/wget/ChangeLog Excerpt from "NEWS": * Changes in Wget 1.20.2 ** NTLM authentication will retry under certain cases ** Fixed a buffer overflow vulnerability" Signed-off-by: Matthias Fischer --- lfs/wget | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/wget b/lfs/wget index b8c83d10d..ac2fa826c 100644 --- a/lfs/wget +++ b/lfs/wget @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2018 IPFire Team # +# Copyright (C) 2007-2019 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.1 +VER = 1.20.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 = f6ebe9c7b375fc9832fb1b2028271fb7 +$(DL_FILE)_MD5 = 2692f6678e93601441306b5c1fc6a77a install : $(TARGET)