From patchwork Sun Dec 9 04:25:58 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 1992 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 69D7986108E for ; Sat, 8 Dec 2018 17:26:12 +0000 (GMT) Received: from mail01.i.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id 9692721AF005; Sat, 8 Dec 2018 17:26:11 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201801; t=1544289971; h=from:from:sender: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:list-id: list-unsubscribe:list-subscribe:list-post; bh=EqOY3orGpJ3pLDHsovqQ/okoIW6Diw5Uu+ys6Rn1Tlc=; b=qzyy6jj3JFlcu5fxkhoAv4ZlTbSrBHdarK5+ythrI1swGBsPKeQZ1D60leHIEuRTOq9yma WYdKU7lwK24/ERAwoOrOxnZF+Y2ZOOyQ9u0GOOX/xMkse5rL6iXUaYPSSsbfw56ukbQEZ4 O0J/fOZxHChDK5vuJdeIhjClzDzAgT0d+vvVUkAKh5mR65499b/anMolQU95n2qiGCF7yv QBCpph34GU9LKQSIhpt7L63hceFSk154Qfeglas4Vq+NIJmwtPQLsSPsS3V7U6qeHdAbRN cvn5LzuHFV/ZJ3s7Mpc0M8vDTigOj9uyLnB9NvUU0ZI4SbhQ11s5vodKSFaa3Q== Received: from Devel.localdomain (p4FF56802.dip0.t-ipconnect.de [79.245.104.2]) (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 6E46221AEFED for ; Sat, 8 Dec 2018 17:26:01 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201801; t=1544289961; 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=EqOY3orGpJ3pLDHsovqQ/okoIW6Diw5Uu+ys6Rn1Tlc=; b=SM+KdU1AlPWTOMPa28r9fT9CpbICcdapwc3IgTNvGBMDVQ5ZPO8UboK4gm1mf8xA2kVSsN gD+thdo5u5y1E7dvlAn787Wf6Ca2XhJqkw0wmUtdCkcYecXAr5/JfFNnPtXn8mZUh6gNdT Hu60ezslwkvoBMPGM4q/Nr+72L0BOn2MNYxVz6SP9bfXB4v7Qi87DjdG0HHoop9Zo2ezgR 2Wr/tb0ARDtVjxgQUB3dCvL1jQfy3AbSV5ZIIvSMoK6RoFD/4u+cug3fNTT4xnnObwMheo uERSdUlW9JXAzoTPKV9gZk6dWvX0cW1e9nGL0q9Mnw//FXTKIT1cgugeks07Vg== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] wget: Update to 1.20 Date: Sat, 8 Dec 2018 18:25:58 +0100 Message-Id: <20181208172558.6057-1-matthias.fischer@ipfire.org> X-Mailer: git-send-email 2.18.0 Authentication-Results: mail01.ipfire.org; auth=pass smtp.auth=mfischer smtp.mailfrom=matthias.fischer@ipfire.org X-Spamd-Result: default: False [0.52 / 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)[]; NEURAL_SPAM(2.62)[0.872,0]; 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]; RCVD_TLS_ALL(0.00)[]; BAYES_HAM(-3.00)[100.00%] X-Spam-Status: No, score=0.52 X-Rspamd-Server: mail01.i.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://savannah.gnu.org/forum/forum.php?forum_id=9310 Best, Matthias Signed-off-by: Matthias Fischer --- lfs/wget | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) diff --git a/lfs/wget b/lfs/wget index baa70a476..5ccb0029f 100644 --- a/lfs/wget +++ b/lfs/wget @@ -24,7 +24,7 @@ include Config -VER = 1.19.5 +VER = 1.20 THISAPP = wget-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 2db6f03d655041f82eb64b8c8a1fa7da +$(DL_FILE)_MD5 = 9f1515d083b769e9ff7642ce6016518e install : $(TARGET) @@ -71,19 +71,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE) - cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/wget/01-src_hosts_c_remove_void_assignment.patch - cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/wget/02-src_version_h_add_header_guard.patch - cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/wget/03-src_hsts_h_fix_header_guard.patch - cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/wget/04-fix_unrecognized_command_line_option.patch - cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/wget/05-Fix-RESOURCE-LEAK-in-ftp.c-found-by-Coverity.patch - cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/wget/06-Fix-RESOURCE-LEAK-in-http.c-found-by-Coverity.patch - cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/wget/07-Fix-RESOURCE-LEAK-in-http.c-found-by-Coverity.patch - cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/wget/08-Fix-RESOURCE-LEAK-found-by-Coverity.patch - cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/wget/09-Fix-potential-RESOURCE-LEAK-in-warc.c.patch - cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/wget/10-Fix-RESOURCE-LEAK-found-by-Coverity.patch - - cd $(DIR_APP) && autoreconf -fi - cd $(DIR_APP) && ./configure \ --prefix=/usr \ --sysconfdir=/etc \