summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/wget/wget_1.21.4.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-03-26 08:34:52 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-04-16 08:07:02 +0100
commit50075a8f5d877bfc8dfeb3a3f2c5619560512f83 (patch)
treeaba1a811a32770156eabc0662bc4cf7af9bb6b5b /meta/recipes-extended/wget/wget_1.21.4.bb
parent3abbed192e0a14c779ce17ec8aae1d6c8b23429d (diff)
downloadpoky-50075a8f5d877bfc8dfeb3a3f2c5619560512f83.tar.gz
wget: upgrade 1.21.4 -> 1.24.5
0002-improve-reproducibility.patch refreshed for 1.24.5 Changelog: ============ ** Fix how subdomain matches are checked for HSTS. Fixes a minor issue where cookies may be leaked to the wrong domain ** Wget will now also parse the srcset attribute in <source> HTML tags ** Support reading fetchmail style "user" and "passwd" fields from netrc ** In some cases, prevent the confusing "Cannot write to... (success)" error messages ** Support extremely fast download speeds (TB/s). Previously this would cause Wget to crash when printing the speed ** Improve portability on OpenBSD to run the test suite ** Ensure that CSS URLs are corectly quoted (Bug: 64082) (From OE-Core rev: 02fda9423680256d2b24f1fa52441ea869e0acef) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/wget/wget_1.21.4.bb')
-rw-r--r--meta/recipes-extended/wget/wget_1.21.4.bb7
1 files changed, 0 insertions, 7 deletions
diff --git a/meta/recipes-extended/wget/wget_1.21.4.bb b/meta/recipes-extended/wget/wget_1.21.4.bb
deleted file mode 100644
index 1d31b0116d..0000000000
--- a/meta/recipes-extended/wget/wget_1.21.4.bb
+++ /dev/null
@@ -1,7 +0,0 @@
1SRC_URI = "${GNU_MIRROR}/wget/wget-${PV}.tar.gz \
2 file://0002-improve-reproducibility.patch \
3 "
4
5SRC_URI[sha256sum] = "81542f5cefb8faacc39bbbc6c82ded80e3e4a88505ae72ea51df27525bcde04c"
6
7require wget.inc