diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2024-03-26 08:34:52 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-04-16 08:07:02 +0100 |
commit | 50075a8f5d877bfc8dfeb3a3f2c5619560512f83 (patch) | |
tree | aba1a811a32770156eabc0662bc4cf7af9bb6b5b /meta/recipes-extended/wget | |
parent | 3abbed192e0a14c779ce17ec8aae1d6c8b23429d (diff) | |
download | poky-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')
-rw-r--r-- | meta/recipes-extended/wget/wget/0002-improve-reproducibility.patch | 9 | ||||
-rw-r--r-- | meta/recipes-extended/wget/wget_1.24.5.bb (renamed from meta/recipes-extended/wget/wget_1.21.4.bb) | 2 |
2 files changed, 4 insertions, 7 deletions
diff --git a/meta/recipes-extended/wget/wget/0002-improve-reproducibility.patch b/meta/recipes-extended/wget/wget/0002-improve-reproducibility.patch index 050fc2c7e1..5438bafdcb 100644 --- a/meta/recipes-extended/wget/wget/0002-improve-reproducibility.patch +++ b/meta/recipes-extended/wget/wget/0002-improve-reproducibility.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From 7f1357529d23b356b45fbb0dd7388588162e4cb8 Mon Sep 17 00:00:00 2001 | 1 | From b86e57b68363d108fe77c6fd588a275d2696cabe Mon Sep 17 00:00:00 2001 |
2 | From: Hongxu Jia <hongxu.jia@windriver.com> | 2 | From: Hongxu Jia <hongxu.jia@windriver.com> |
3 | Date: Wed, 10 Jan 2018 14:43:20 +0800 | 3 | Date: Wed, 10 Jan 2018 14:43:20 +0800 |
4 | Subject: [PATCH] src/Makefile.am: improve reproducibility | 4 | Subject: [PATCH] src/Makefile.am: improve reproducibility |
@@ -44,10 +44,10 @@ Signed-off-by: Joe Slater <jslater@windriver.com> | |||
44 | 1 file changed, 4 insertions(+) | 44 | 1 file changed, 4 insertions(+) |
45 | 45 | ||
46 | diff --git a/src/Makefile.am b/src/Makefile.am | 46 | diff --git a/src/Makefile.am b/src/Makefile.am |
47 | index 28c0be2..44084a3 100644 | 47 | index 18ec622..38d252d 100644 |
48 | --- a/src/Makefile.am | 48 | --- a/src/Makefile.am |
49 | +++ b/src/Makefile.am | 49 | +++ b/src/Makefile.am |
50 | @@ -87,9 +87,13 @@ version.c: $(wget_SOURCES) ../lib/libgnu.a | 50 | @@ -108,9 +108,13 @@ version.c: $(wget_SOURCES) ../lib/libgnu.a |
51 | echo '#include "version.h"' >> $@ | 51 | echo '#include "version.h"' >> $@ |
52 | echo 'const char *version_string = "@VERSION@";' >> $@ | 52 | echo 'const char *version_string = "@VERSION@";' >> $@ |
53 | echo 'const char *compilation_string = "'$(COMPILE)'";' \ | 53 | echo 'const char *compilation_string = "'$(COMPILE)'";' \ |
@@ -61,6 +61,3 @@ index 28c0be2..44084a3 100644 | |||
61 | | $(ESCAPEQUOTE) >> $@ | 61 | | $(ESCAPEQUOTE) >> $@ |
62 | 62 | ||
63 | css.c: $(srcdir)/css.l | 63 | css.c: $(srcdir)/css.l |
64 | -- | ||
65 | 1.8.3.1 | ||
66 | |||
diff --git a/meta/recipes-extended/wget/wget_1.21.4.bb b/meta/recipes-extended/wget/wget_1.24.5.bb index 1d31b0116d..64e6ee80af 100644 --- a/meta/recipes-extended/wget/wget_1.21.4.bb +++ b/meta/recipes-extended/wget/wget_1.24.5.bb | |||
@@ -2,6 +2,6 @@ SRC_URI = "${GNU_MIRROR}/wget/wget-${PV}.tar.gz \ | |||
2 | file://0002-improve-reproducibility.patch \ | 2 | file://0002-improve-reproducibility.patch \ |
3 | " | 3 | " |
4 | 4 | ||
5 | SRC_URI[sha256sum] = "81542f5cefb8faacc39bbbc6c82ded80e3e4a88505ae72ea51df27525bcde04c" | 5 | SRC_URI[sha256sum] = "fa2dc35bab5184ecbc46a9ef83def2aaaa3f4c9f3c97d4bd19dcb07d4da637de" |
6 | 6 | ||
7 | require wget.inc | 7 | require wget.inc |