* [Buildroot] [PATCH v2] package/grep: bump to version 3.7
@ 2021-12-09 22:15 Angelo Compagnucci
2021-12-10 10:11 ` Peter Seiderer
2021-12-12 14:03 ` Arnout Vandecappelle
0 siblings, 2 replies; 3+ messages in thread
From: Angelo Compagnucci @ 2021-12-09 22:15 UTC (permalink / raw)
To: buildroot; +Cc: Angelo Compagnucci
Signed-off-by: Angelo Compagnucci <angelo@amarulasolutions.com>
---
v1->v2: updating the signature url after checking
package/grep/grep.hash | 4 ++--
package/grep/grep.mk | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/package/grep/grep.hash b/package/grep/grep.hash
index 9dfe2f2c23..29d9eb1cd6 100644
--- a/package/grep/grep.hash
+++ b/package/grep/grep.hash
@@ -1,5 +1,5 @@
# Locally calculated after checking signature
-# http://ftp.gnu.org/gnu/grep/grep-3.6.tar.xz.sig
+# http://ftp.gnu.org/gnu/grep/grep-3.7.tar.xz.sig
# using key 155D3FC500C834486D1EEA677FD9FCCB000BEEEE
-sha256 667e15e8afe189e93f9f21a7cd3a7b3f776202f417330b248c2ad4f997d9373e grep-3.6.tar.xz
+sha256 5c10da312460aec721984d5d83246d24520ec438dd48d7ab5a05dbc0d6d6823c grep-3.7.tar.xz
sha256 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986 COPYING
diff --git a/package/grep/grep.mk b/package/grep/grep.mk
index 27d204d4ce..233f5fe633 100644
--- a/package/grep/grep.mk
+++ b/package/grep/grep.mk
@@ -4,7 +4,7 @@
#
################################################################################
-GREP_VERSION = 3.6
+GREP_VERSION = 3.7
GREP_SITE = $(BR2_GNU_MIRROR)/grep
GREP_SOURCE = grep-$(GREP_VERSION).tar.xz
GREP_LICENSE = GPL-3.0+
--
2.25.1
_______________________________________________
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] package/grep: bump to version 3.7
2021-12-09 22:15 [Buildroot] [PATCH v2] package/grep: bump to version 3.7 Angelo Compagnucci
@ 2021-12-10 10:11 ` Peter Seiderer
2021-12-12 14:03 ` Arnout Vandecappelle
1 sibling, 0 replies; 3+ messages in thread
From: Peter Seiderer @ 2021-12-10 10:11 UTC (permalink / raw)
To: Angelo Compagnucci; +Cc: buildroot
Hello Angelo,
thanks for quick patch iteration...
On Thu, 9 Dec 2021 23:15:29 +0100, Angelo Compagnucci <angelo@amarulasolutions.com> wrote:
> Signed-off-by: Angelo Compagnucci <angelo@amarulasolutions.com>
> ---
> v1->v2: updating the signature url after checking
> package/grep/grep.hash | 4 ++--
> package/grep/grep.mk | 2 +-
> 2 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/package/grep/grep.hash b/package/grep/grep.hash
> index 9dfe2f2c23..29d9eb1cd6 100644
> --- a/package/grep/grep.hash
> +++ b/package/grep/grep.hash
> @@ -1,5 +1,5 @@
> # Locally calculated after checking signature
> -# http://ftp.gnu.org/gnu/grep/grep-3.6.tar.xz.sig
> +# http://ftp.gnu.org/gnu/grep/grep-3.7.tar.xz.sig
URL can be updated to https:
$ wget http://ftp.gnu.org/gnu/grep/grep-3.7.tar.xz.sig
URL transformed to HTTPS due to an HSTS policy
--2021-12-10 11:08:57-- https://ftp.gnu.org/gnu/grep/grep-3.7.tar.xz.sig
Resolving ftp.gnu.org (ftp.gnu.org)... 2001:470:142:3::b, 209.51.188.20
Connecting to ftp.gnu.org (ftp.gnu.org)|2001:470:142:3::b|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 833 [application/pgp-signature]
Saving to: ‘grep-3.7.tar.xz.sig’
grep-3.7.tar.xz.sig 100%[==================>] 833 --.-KB/s in 0s
2021-12-10 11:08:57 (764 MB/s) - ‘grep-3.7.tar.xz.sig’ saved [833/833]
Reviewed-by: Peter Seiderer <ps.report@gmx.net>
Regards,
Peter
> # using key 155D3FC500C834486D1EEA677FD9FCCB000BEEEE
> -sha256 667e15e8afe189e93f9f21a7cd3a7b3f776202f417330b248c2ad4f997d9373e grep-3.6.tar.xz
> +sha256 5c10da312460aec721984d5d83246d24520ec438dd48d7ab5a05dbc0d6d6823c grep-3.7.tar.xz
> sha256 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986 COPYING
> diff --git a/package/grep/grep.mk b/package/grep/grep.mk
> index 27d204d4ce..233f5fe633 100644
> --- a/package/grep/grep.mk
> +++ b/package/grep/grep.mk
> @@ -4,7 +4,7 @@
> #
> ################################################################################
>
> -GREP_VERSION = 3.6
> +GREP_VERSION = 3.7
> GREP_SITE = $(BR2_GNU_MIRROR)/grep
> GREP_SOURCE = grep-$(GREP_VERSION).tar.xz
> GREP_LICENSE = GPL-3.0+
_______________________________________________
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] package/grep: bump to version 3.7
2021-12-09 22:15 [Buildroot] [PATCH v2] package/grep: bump to version 3.7 Angelo Compagnucci
2021-12-10 10:11 ` Peter Seiderer
@ 2021-12-12 14:03 ` Arnout Vandecappelle
1 sibling, 0 replies; 3+ messages in thread
From: Arnout Vandecappelle @ 2021-12-12 14:03 UTC (permalink / raw)
To: Angelo Compagnucci, buildroot
On 09/12/2021 23:15, Angelo Compagnucci wrote:
> Signed-off-by: Angelo Compagnucci <angelo@amarulasolutions.com>
Applied to master, thanks.
Regards,
Arnout
> ---
> v1->v2: updating the signature url after checking
> package/grep/grep.hash | 4 ++--
> package/grep/grep.mk | 2 +-
> 2 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/package/grep/grep.hash b/package/grep/grep.hash
> index 9dfe2f2c23..29d9eb1cd6 100644
> --- a/package/grep/grep.hash
> +++ b/package/grep/grep.hash
> @@ -1,5 +1,5 @@
> # Locally calculated after checking signature
> -# http://ftp.gnu.org/gnu/grep/grep-3.6.tar.xz.sig
> +# http://ftp.gnu.org/gnu/grep/grep-3.7.tar.xz.sig
> # using key 155D3FC500C834486D1EEA677FD9FCCB000BEEEE
> -sha256 667e15e8afe189e93f9f21a7cd3a7b3f776202f417330b248c2ad4f997d9373e grep-3.6.tar.xz
> +sha256 5c10da312460aec721984d5d83246d24520ec438dd48d7ab5a05dbc0d6d6823c grep-3.7.tar.xz
> sha256 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986 COPYING
> diff --git a/package/grep/grep.mk b/package/grep/grep.mk
> index 27d204d4ce..233f5fe633 100644
> --- a/package/grep/grep.mk
> +++ b/package/grep/grep.mk
> @@ -4,7 +4,7 @@
> #
> ################################################################################
>
> -GREP_VERSION = 3.6
> +GREP_VERSION = 3.7
> GREP_SITE = $(BR2_GNU_MIRROR)/grep
> GREP_SOURCE = grep-$(GREP_VERSION).tar.xz
> GREP_LICENSE = GPL-3.0+
>
_______________________________________________
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-12-12 14:03 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-09 22:15 [Buildroot] [PATCH v2] package/grep: bump to version 3.7 Angelo Compagnucci
2021-12-10 10:11 ` Peter Seiderer
2021-12-12 14:03 ` Arnout Vandecappelle
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox