From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: Re: [PATCH] wget: Update to 1.20 Date: Tue, 11 Dec 2018 19:44:41 +0000 Message-ID: In-Reply-To: <20181208172558.6057-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1231417256196037402==" List-Id: --===============1231417256196037402== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hey, This does not apply. Those patches at the end have never been in the reposito= ry. Did I miss a patch? -Michael > On 8 Dec 2018, at 17:25, Matthias Fischer w= rote: >=20 > For details see: > https://savannah.gnu.org/forum/forum.php?forum_id=3D9310 >=20 > Best, > Matthias >=20 > Signed-off-by: Matthias Fischer > --- > lfs/wget | 17 ++--------------- > 1 file changed, 2 insertions(+), 15 deletions(-) >=20 > diff --git a/lfs/wget b/lfs/wget > index baa70a476..5ccb0029f 100644 > --- a/lfs/wget > +++ b/lfs/wget > @@ -24,7 +24,7 @@ >=20 > include Config >=20 > -VER =3D 1.19.5 > +VER =3D 1.20 >=20 > THISAPP =3D wget-$(VER) > DL_FILE =3D $(THISAPP).tar.gz > @@ -40,7 +40,7 @@ objects =3D $(DL_FILE) >=20 > $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) >=20 > -$(DL_FILE)_MD5 =3D 2db6f03d655041f82eb64b8c8a1fa7da > +$(DL_FILE)_MD5 =3D 9f1515d083b769e9ff7642ce6016518e >=20 > install : $(TARGET) >=20 > @@ -71,19 +71,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) > @$(PREBUILD) > @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE) >=20 > - 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_unrecog= nized_command_line_option.patch > - cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/wget/05-Fix-RESOURC= E-LEAK-in-ftp.c-found-by-Coverity.patch > - cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/wget/06-Fix-RESOURC= E-LEAK-in-http.c-found-by-Coverity.patch > - cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/wget/07-Fix-RESOURC= E-LEAK-in-http.c-found-by-Coverity.patch > - cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/wget/08-Fix-RESOURC= E-LEAK-found-by-Coverity.patch > - cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/wget/09-Fix-potenti= al-RESOURCE-LEAK-in-warc.c.patch > - cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/wget/10-Fix-RESOURC= E-LEAK-found-by-Coverity.patch > - > - cd $(DIR_APP) && autoreconf -fi > - > cd $(DIR_APP) && ./configure \ > --prefix=3D/usr \ > --sysconfdir=3D/etc \ > --=20 > 2.18.0 >=20 --===============1231417256196037402==--