All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v2,1/1] package/wget: bump to version 1.21.2
@ 2021-09-27 16:37 Fabrice Fontaine
  2021-10-05 19:33 ` [Buildroot] [PATCH v2, 1/1] " Arnout Vandecappelle
  2021-10-06 15:37 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Fabrice Fontaine @ 2021-09-27 16:37 UTC (permalink / raw)
  To: buildroot; +Cc: Fabrice Fontaine

https://lists.gnu.org/archive/html/bug-wget/2021-09/msg00005.html

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
Changes v1 -> v2 (after review of Arnout Vandecappelle):
 - Fix tarball hash

 package/wget/wget.hash | 4 ++--
 package/wget/wget.mk   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/wget/wget.hash b/package/wget/wget.hash
index 11071566aa..7f89bedb88 100644
--- a/package/wget/wget.hash
+++ b/package/wget/wget.hash
@@ -1,6 +1,6 @@
 # Locally calculated after checking pgp signature
-# https://ftp.gnu.org/gnu/wget/wget-1.21.tar.lz.sig
+# https://ftp.gnu.org/gnu/wget/wget-1.21.2.tar.lz.sig
 # with key 6B98F637D879C5236E277C5C64FF90AAE8C70AF9
-sha256  db9bbe5347e6faa06fc78805eeb808b268979455ead9003a608569c9d4fc90ad  wget-1.21.1.tar.lz
+sha256  1727a330a86acacb3e57615ce268f5f29978bf7adec4abe6a30d370207bc91b3  wget-1.21.2.tar.lz
 # Locally calculated
 sha256  e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b  COPYING
diff --git a/package/wget/wget.mk b/package/wget/wget.mk
index ae036478b8..f30fa39917 100644
--- a/package/wget/wget.mk
+++ b/package/wget/wget.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-WGET_VERSION = 1.21.1
+WGET_VERSION = 1.21.2
 WGET_SOURCE = wget-$(WGET_VERSION).tar.lz
 WGET_SITE = $(BR2_GNU_MIRROR)/wget
 WGET_DEPENDENCIES = host-pkgconf
-- 
2.33.0

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [Buildroot] [PATCH v2, 1/1] package/wget: bump to version 1.21.2
  2021-09-27 16:37 [Buildroot] [PATCH v2,1/1] package/wget: bump to version 1.21.2 Fabrice Fontaine
@ 2021-10-05 19:33 ` Arnout Vandecappelle
  2021-10-06 15:37 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Arnout Vandecappelle @ 2021-10-05 19:33 UTC (permalink / raw)
  To: Fabrice Fontaine, buildroot



On 27/09/2021 18:37, Fabrice Fontaine wrote:
> https://lists.gnu.org/archive/html/bug-wget/2021-09/msg00005.html
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

  Applied to master, thanks.

  Regards,
  Arnout

> ---
> Changes v1 -> v2 (after review of Arnout Vandecappelle):
>   - Fix tarball hash
> 
>   package/wget/wget.hash | 4 ++--
>   package/wget/wget.mk   | 2 +-
>   2 files changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/package/wget/wget.hash b/package/wget/wget.hash
> index 11071566aa..7f89bedb88 100644
> --- a/package/wget/wget.hash
> +++ b/package/wget/wget.hash
> @@ -1,6 +1,6 @@
>   # Locally calculated after checking pgp signature
> -# https://ftp.gnu.org/gnu/wget/wget-1.21.tar.lz.sig
> +# https://ftp.gnu.org/gnu/wget/wget-1.21.2.tar.lz.sig
>   # with key 6B98F637D879C5236E277C5C64FF90AAE8C70AF9
> -sha256  db9bbe5347e6faa06fc78805eeb808b268979455ead9003a608569c9d4fc90ad  wget-1.21.1.tar.lz
> +sha256  1727a330a86acacb3e57615ce268f5f29978bf7adec4abe6a30d370207bc91b3  wget-1.21.2.tar.lz
>   # Locally calculated
>   sha256  e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b  COPYING
> diff --git a/package/wget/wget.mk b/package/wget/wget.mk
> index ae036478b8..f30fa39917 100644
> --- a/package/wget/wget.mk
> +++ b/package/wget/wget.mk
> @@ -4,7 +4,7 @@
>   #
>   ################################################################################
>   
> -WGET_VERSION = 1.21.1
> +WGET_VERSION = 1.21.2
>   WGET_SOURCE = wget-$(WGET_VERSION).tar.lz
>   WGET_SITE = $(BR2_GNU_MIRROR)/wget
>   WGET_DEPENDENCIES = host-pkgconf
> 
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Buildroot] [PATCH v2, 1/1] package/wget: bump to version 1.21.2
  2021-09-27 16:37 [Buildroot] [PATCH v2,1/1] package/wget: bump to version 1.21.2 Fabrice Fontaine
  2021-10-05 19:33 ` [Buildroot] [PATCH v2, 1/1] " Arnout Vandecappelle
@ 2021-10-06 15:37 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2021-10-06 15:37 UTC (permalink / raw)
  To: Fabrice Fontaine; +Cc: buildroot

>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

 > https://lists.gnu.org/archive/html/bug-wget/2021-09/msg00005.html
 > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
 > ---
 > Changes v1 -> v2 (after review of Arnout Vandecappelle):
 >  - Fix tarball hash

Committed to 2021.05.x and 2021.08.x, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-10-06 15:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-27 16:37 [Buildroot] [PATCH v2,1/1] package/wget: bump to version 1.21.2 Fabrice Fontaine
2021-10-05 19:33 ` [Buildroot] [PATCH v2, 1/1] " Arnout Vandecappelle
2021-10-06 15:37 ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.