]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
wget: Update to 1.20.3
authorMatthias Fischer <matthias.fischer@ipfire.org>
Fri, 5 Apr 2019 19:55:12 +0000 (21:55 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 6 Apr 2019 15:08:53 +0000 (16:08 +0100)
For details see:
https://fossies.org/linux/wget/ChangeLog

Excerpt from "NEWS":

"2019-04-05  Tim Ruehsen  <tim.ruehsen@gmx.de>

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 <matthias.fischer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/wget

index ac2fa826c9c4d3a313ca4790dc781e967c736632..00ca750338d9143b7cf11ac8e9f69fb2f55db48a 100644 (file)
--- a/lfs/wget
+++ b/lfs/wget
@@ -24,7 +24,7 @@
 
 include Config
 
 
 include Config
 
-VER        = 1.20.2
+VER        = 1.20.3
 
 THISAPP    = wget-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
 
 THISAPP    = wget-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 2692f6678e93601441306b5c1fc6a77a
+$(DL_FILE)_MD5 = db4e6dc7977cbddcd543b240079a4899
 
 install : $(TARGET)
 
 
 install : $(TARGET)