]> code.ossystems Code Review - openembedded-core.git/commitdiff
wget: upgrade 1.21.2 -> 1.21.3
authorwangmy <wangmy@fujitsu.com>
Tue, 1 Mar 2022 13:07:55 +0000 (21:07 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 2 Mar 2022 18:41:31 +0000 (18:41 +0000)
Changelog:
=========
** Fix computation of total bytes downloaded during FTP trasnfers (#61277)
** Add option to select TLS 1.3 on the command line
** Fix HSTS build issues on some 64-bit big-endian systems
** Hide password during status report in --no-verbose
** Remove a sprurious print statement that showed up even during --quiet
** Some more cleanups and bug-fixes

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/wget/wget_1.21.3.bb [moved from meta/recipes-extended/wget/wget_1.21.2.bb with 60% similarity]

similarity index 60%
rename from meta/recipes-extended/wget/wget_1.21.2.bb
rename to meta/recipes-extended/wget/wget_1.21.3.bb
index 90f3eb104dc275110a903d14a8111d7e1747c4e7..f176a1546ca5e37b42944c8925425ab7e1246f30 100644 (file)
@@ -2,6 +2,6 @@ SRC_URI = "${GNU_MIRROR}/wget/wget-${PV}.tar.gz \
            file://0002-improve-reproducibility.patch \
           "
 
-SRC_URI[sha256sum] = "e6d4c76be82c676dd7e8c61a29b2ac8510ae108a810b5d1d18fc9a1d2c9a2497"
+SRC_URI[sha256sum] = "5726bb8bc5ca0f6dc7110f6416e4bb7019e2d2ff5bf93d1ca2ffcc6656f220e5"
 
 require wget.inc