From patchwork Sat Apr 6 06:55:12 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 2184 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 6D08D861F37 for ; Fri, 5 Apr 2019 20:55:21 +0100 (BST) Received: from mail01.i.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id 44bVsh3V3kz5LcyD; Fri, 5 Apr 2019 20:55:20 +0100 (BST) Received: from Devel.localdomain (p4FF5616F.dip0.t-ipconnect.de [79.245.97.111]) (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 44bVsc2rcqz5LcyB for ; Fri, 5 Apr 2019 20:55:16 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201801; t=1554494116; 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=Ou7XBh1Pk2/wNU0ZUk37+bAz1rBAwohdr4vM2Ez1yk4=; b=A0PwKn43NZ1UyZGGl4Ug1FJPJm00jhfNfOQVOi9wGfudYDDUcYqMVVYAV2cmf48uR6L/ew o/wd54ZOtvnm6/hybEJujbFwQfl2CelDB5SL2kXrRWELS+B2YmEQHal7EAL+GwVcQPMzJ9 MTqwoW4UhsI5DFwWnRKPk1HhcHpeodkkVwkHRK4VEll81AeBehDa05ih81Ay4QY6MOegs8 MpVAl90gxKJ53z7so3naTBfQau12Ru+WbI+TvD3t9exnPQsCzYjVuAQpt+R+GvwPbkRU4T 9V1wok6gZS0jkJHcK5QbAynje8YF6bVqfBB1PBUoEk8S56t1jXu0/lDscSPBtw== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] wget: Update to 1.20.3 Date: Fri, 5 Apr 2019 21:55:12 +0200 Message-Id: <20190405195512.18968-1-matthias.fischer@ipfire.org> X-Mailer: git-send-email 2.18.0 X-Spamd-Result: default: False [-1.53 / 11.00]; TO_DN_NONE(0.00)[]; NEURAL_SPAM(0.54)[0.180,0]; 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.97)[99.87%]; ARC_NA(0.00)[]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; RCPT_COUNT_ONE(0.00)[1]; DKIM_SIGNED(0.00)[]; MID_CONTAINS_FROM(1.00)[] 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": "2019-04-05 Tim Ruehsen Fix a buffer overflow vulnerability * src/iri.c(do_conversion): Reallocate the output buffer to a larger size if it is already full" Signed-off-by: Matthias Fischer --- lfs/wget | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/wget b/lfs/wget index ac2fa826c..00ca75033 100644 --- a/lfs/wget +++ b/lfs/wget @@ -24,7 +24,7 @@ include Config -VER = 1.20.2 +VER = 1.20.3 THISAPP = wget-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 2692f6678e93601441306b5c1fc6a77a +$(DL_FILE)_MD5 = db4e6dc7977cbddcd543b240079a4899 install : $(TARGET)