* [Buildroot] [PATCH 1/1] package/wget: bump version to 1.21.4
@ 2023-06-11 9:31 Bernd Kuhls
2023-06-27 6:10 ` Peter Korsgaard
0 siblings, 1 reply; 2+ messages in thread
From: Bernd Kuhls @ 2023-06-11 9:31 UTC (permalink / raw)
To: buildroot
Release notes:
https://lists.gnu.org/archive/html/bug-wget/2023-05/msg00004.html
Added upstream sha1 hash.
Updated license hash due to copyright year bump:
https://git.savannah.gnu.org/gitweb/?p=wget.git;a=commitdiff;h=42239969300cae065e38781df3d157483897ff6b
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
package/wget/wget.hash | 8 +++++---
package/wget/wget.mk | 2 +-
2 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/package/wget/wget.hash b/package/wget/wget.hash
index 22674650a2..eed87e8e3d 100644
--- a/package/wget/wget.hash
+++ b/package/wget/wget.hash
@@ -1,6 +1,8 @@
+# From https://lists.gnu.org/archive/html/bug-wget/2023-05/msg00004.html
+sha1 42384273c1937458c9db3766a5509afa636a2f00 wget-1.21.4.tar.lz
# Locally calculated after checking pgp signature
-# https://ftp.gnu.org/gnu/wget/wget-1.21.3.tar.lz.sig
+# https://ftp.gnu.org/gnu/wget/wget-1.21.4.tar.lz.sig
# with key 6B98F637D879C5236E277C5C64FF90AAE8C70AF9
-sha256 dbd2fb5e47149d4752d0eaa0dac68cc49cf20d46df4f8e326ffc8f18b2af4ea5 wget-1.21.3.tar.lz
+sha256 3683619a5f50edcbccb1720a79006fa37bf9b9a255a8c5b48048bc3c7a874bd9 wget-1.21.4.tar.lz
# Locally calculated
-sha256 e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b COPYING
+sha256 f7dc7522e7e1be9227f3dc8de8b39a4d1d2471968c893af15f00c1a2076a0eec COPYING
diff --git a/package/wget/wget.mk b/package/wget/wget.mk
index 455faaed12..d2d3087961 100644
--- a/package/wget/wget.mk
+++ b/package/wget/wget.mk
@@ -4,7 +4,7 @@
#
################################################################################
-WGET_VERSION = 1.21.3
+WGET_VERSION = 1.21.4
WGET_SOURCE = wget-$(WGET_VERSION).tar.lz
WGET_SITE = $(BR2_GNU_MIRROR)/wget
WGET_DEPENDENCIES = host-pkgconf
--
2.39.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [Buildroot] [PATCH 1/1] package/wget: bump version to 1.21.4
2023-06-11 9:31 [Buildroot] [PATCH 1/1] package/wget: bump version to 1.21.4 Bernd Kuhls
@ 2023-06-27 6:10 ` Peter Korsgaard
0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2023-06-27 6:10 UTC (permalink / raw)
To: Bernd Kuhls; +Cc: buildroot
>>>>> "Bernd" == Bernd Kuhls <bernd.kuhls@t-online.de> writes:
> Release notes:
> https://lists.gnu.org/archive/html/bug-wget/2023-05/msg00004.html
> Added upstream sha1 hash.
> Updated license hash due to copyright year bump:
> https://git.savannah.gnu.org/gitweb/?p=wget.git;a=commitdiff;h=42239969300cae065e38781df3d157483897ff6b
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> ---
> package/wget/wget.hash | 8 +++++---
> package/wget/wget.mk | 2 +-
> 2 files changed, 6 insertions(+), 4 deletions(-)
> diff --git a/package/wget/wget.hash b/package/wget/wget.hash
> index 22674650a2..eed87e8e3d 100644
> --- a/package/wget/wget.hash
> +++ b/package/wget/wget.hash
> @@ -1,6 +1,8 @@
> +# From https://lists.gnu.org/archive/html/bug-wget/2023-05/msg00004.html
> +sha1 42384273c1937458c9db3766a5509afa636a2f00 wget-1.21.4.tar.lz
You are missing a space after sha1 as pointed out by check-package:
package/wget/wget.hash:2: separation does not match expectation (http://nightly.buildroot.org/#adding-packages-hash)
Committed with that fixed, thanks.
> # Locally calculated after checking pgp signature
> -# https://ftp.gnu.org/gnu/wget/wget-1.21.3.tar.lz.sig
> +# https://ftp.gnu.org/gnu/wget/wget-1.21.4.tar.lz.sig
> # with key 6B98F637D879C5236E277C5C64FF90AAE8C70AF9
> -sha256 dbd2fb5e47149d4752d0eaa0dac68cc49cf20d46df4f8e326ffc8f18b2af4ea5 wget-1.21.3.tar.lz
> +sha256 3683619a5f50edcbccb1720a79006fa37bf9b9a255a8c5b48048bc3c7a874bd9 wget-1.21.4.tar.lz
> # Locally calculated
> -sha256 e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b COPYING
> +sha256 f7dc7522e7e1be9227f3dc8de8b39a4d1d2471968c893af15f00c1a2076a0eec COPYING
> diff --git a/package/wget/wget.mk b/package/wget/wget.mk
> index 455faaed12..d2d3087961 100644
> --- a/package/wget/wget.mk
> +++ b/package/wget/wget.mk
> @@ -4,7 +4,7 @@
> #
> ################################################################################
> -WGET_VERSION = 1.21.3
> +WGET_VERSION = 1.21.4
> WGET_SOURCE = wget-$(WGET_VERSION).tar.lz
> WGET_SITE = $(BR2_GNU_MIRROR)/wget
> WGET_DEPENDENCIES = host-pkgconf
> --
> 2.39.2
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
--
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-06-27 6:11 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-11 9:31 [Buildroot] [PATCH 1/1] package/wget: bump version to 1.21.4 Bernd Kuhls
2023-06-27 6:10 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox