From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: Re: [PATCH] wget: Update to version 1.25.0 Date: Mon, 18 Nov 2024 20:04:22 +0000 Message-ID: In-Reply-To: <20241112195821.2591127-5-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5447505006063173455==" List-Id: --===============5447505006063173455== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Michael Tremer > On 12 Nov 2024, at 19:58, Adolf Belka wrote: >=20 > - Update from version 1.24.5 to 1.25.0 > - Update of rootfile not required > - Changelog > 1.25.0 > [Breaking change] Drop support for shorthand FTP URLs (CVE-2024-10524) > [Breaking change] Switch to continuous reading from stdin pipes > Reimplement user-info parsing based on RFC 2396 > Fix a build issue with libproxy and --disable-debug >=20 > Signed-off-by: Adolf Belka > --- > lfs/wget | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) >=20 > diff --git a/lfs/wget b/lfs/wget > index 5bb650e9b..c1028fefe 100644 > --- a/lfs/wget > +++ b/lfs/wget > @@ -24,7 +24,7 @@ >=20 > include Config >=20 > -VER =3D 1.24.5 > +VER =3D 1.25.0 >=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)_BLAKE2 =3D d33274d599f91384c2a7db0b145ec6b315cf87cbbd02026d686a= 79220e3f15ca9ad0f9d8b507895f6c8486b7ac2ae5fa5c9ea010e883b6eec68d3aba038b02de > +$(DL_FILE)_BLAKE2 =3D 26e92884857ea5dc642597ed24f1923de1ef1e5d16fd943a3336= 6b81220d416bd8cd7d3af74538f585ff43aa8470e7e2f371f50544f9672b3e6638d33ad5bab6 >=20 > install : $(TARGET) >=20 > --=20 > 2.47.0 >=20 --===============5447505006063173455==--