diff options
| author | Alexander Kanavin <alex.kanavin@gmail.com> | 2023-06-14 11:29:14 +0200 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2023-07-21 06:27:34 -1000 |
| commit | a6a43a90fa030c73e3d8618dee68c5063598229f (patch) | |
| tree | f496a021201a8c8dcdc98f7dfd3c69fafe9e7a1e | |
| parent | c20aabad9ce48fac4bd879190bea6080042edace (diff) | |
| download | poky-a6a43a90fa030c73e3d8618dee68c5063598229f.tar.gz | |
wget: upgrade 1.21.3 -> 1.21.4
Stable version release
Noteworthy changes in release 1.21.4 (2023-05-11)
** Document --retry-on-host-error in help text
** Increase read buffer size to 64k. This should speed up downloads on gigabit
and faster connections
** Update deprecated option '--html-extension' to '--adjust-extension' in
documentation
** Update gnulib compatibility layer.
Fixes HSTS test failures on i686. (Thanks to Andreas Enge for ponting it out)
License-Update: copyright years
(From OE-Core rev: 024feac4827dc847ba83a64de82cef524156a9ea)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 67ec2d5bab891cb92af9ca32304a4927daf51ed0)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
(cherry picked from commit 4e7ec4bef86c79b4221a800ace700c58ce033de1)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
| -rw-r--r-- | meta/recipes-extended/wget/wget.inc | 2 | ||||
| -rw-r--r-- | meta/recipes-extended/wget/wget_1.21.4.bb (renamed from meta/recipes-extended/wget/wget_1.21.3.bb) | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-extended/wget/wget.inc b/meta/recipes-extended/wget/wget.inc index 58cb5ca73d..30abaff7b7 100644 --- a/meta/recipes-extended/wget/wget.inc +++ b/meta/recipes-extended/wget/wget.inc | |||
| @@ -7,7 +7,7 @@ FTP sites" | |||
| 7 | HOMEPAGE = "https://www.gnu.org/software/wget/" | 7 | HOMEPAGE = "https://www.gnu.org/software/wget/" |
| 8 | SECTION = "console/network" | 8 | SECTION = "console/network" |
| 9 | LICENSE = "GPL-3.0-only" | 9 | LICENSE = "GPL-3.0-only" |
| 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=c678957b0c8e964aa6c70fd77641a71e" | 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=6f65012d1daf98cb09b386cfb68df26b" |
| 11 | 11 | ||
| 12 | inherit autotools gettext texinfo update-alternatives pkgconfig | 12 | inherit autotools gettext texinfo update-alternatives pkgconfig |
| 13 | 13 | ||
diff --git a/meta/recipes-extended/wget/wget_1.21.3.bb b/meta/recipes-extended/wget/wget_1.21.4.bb index f176a1546c..1d31b0116d 100644 --- a/meta/recipes-extended/wget/wget_1.21.3.bb +++ b/meta/recipes-extended/wget/wget_1.21.4.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] = "5726bb8bc5ca0f6dc7110f6416e4bb7019e2d2ff5bf93d1ca2ffcc6656f220e5" | 5 | SRC_URI[sha256sum] = "81542f5cefb8faacc39bbbc6c82ded80e3e4a88505ae72ea51df27525bcde04c" |
| 6 | 6 | ||
| 7 | require wget.inc | 7 | require wget.inc |
