All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/perl: bump to version 5.34.0
@ 2022-01-02 10:43 Francois Perrad
  2022-01-04 17:57 ` Arnout Vandecappelle
  2022-12-20 16:24 ` Yann E. MORIN
  0 siblings, 2 replies; 3+ messages in thread
From: Francois Perrad @ 2022-01-02 10:43 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
---
 package/perl/perl.hash | 12 ++++++------
 package/perl/perl.mk   |  6 +++---
 2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/package/perl/perl.hash b/package/perl/perl.hash
index 42b7cc66c..b0f60ef6f 100644
--- a/package/perl/perl.hash
+++ b/package/perl/perl.hash
@@ -1,10 +1,10 @@
-# Hashes from: https://www.cpan.org/src/5.0/perl-5.32.1.tar.xz.{md5,sha1,sha256}.txt
-md5  7f104064b906ad8c7329ca5e409a32d7  perl-5.32.1.tar.xz
-sha1  1fb4f710d139da1e1a3e1fa4eaba201fcaa8e18e  perl-5.32.1.tar.xz
-sha256  57cc47c735c8300a8ce2fa0643507b44c4ae59012bfdad0121313db639e02309  perl-5.32.1.tar.xz
+# Hashes from: https://www.cpan.org/src/5.0/perl-5.34.0.tar.xz.{md5,sha1,sha256}.txt
+md5  df7ecb0653440b26dc951ad9dbfab517  perl-5.34.0.tar.xz
+sha1  d461e206a1dca5e79d39e77debf0b564f6d77d37  perl-5.34.0.tar.xz
+sha256  82c2e5e5c71b0e10487a80d79140469ab1f8056349ca8545140a224dbbed7ded  perl-5.34.0.tar.xz
 
-# Hashes from: https://github.com/arsv/perl-cross/releases/download/1.3.5/perl-cross-1.3.5.hash
-sha256  91c66f6b2b99fccfd4fee14660b677380b0c98f9456359e91449798c2ad2ef25  perl-cross-1.3.5.tar.gz
+# Hashes from: https://github.com/arsv/perl-cross/releases/download/1.3.6/perl-cross-1.3.6.hash
+sha256  4010f41870d64e3957b4b8ce70ebba10a7c4a3e86c5551acb4099c3fcbb37ce5  perl-cross-1.3.6.tar.gz
 
 # Locally calculated
 sha256  dd90d4f42e4dcadf5a7c09eea0189d93c7b37ae560c91f0f6d5233ed3b9292a2  Artistic
diff --git a/package/perl/perl.mk b/package/perl/perl.mk
index f661fef01..d7f9c58dd 100644
--- a/package/perl/perl.mk
+++ b/package/perl/perl.mk
@@ -5,8 +5,8 @@
 ################################################################################
 
 # When updating the version here, also update utils/scancpan
-PERL_VERSION_MAJOR = 32
-PERL_VERSION = 5.$(PERL_VERSION_MAJOR).1
+PERL_VERSION_MAJOR = 34
+PERL_VERSION = 5.$(PERL_VERSION_MAJOR).0
 PERL_SITE = https://www.cpan.org/src/5.0
 PERL_SOURCE = perl-$(PERL_VERSION).tar.xz
 PERL_LICENSE = Artistic or GPL-1.0+
@@ -15,7 +15,7 @@ PERL_CPE_ID_VENDOR = perl
 PERL_DEPENDENCIES = $(TARGET_NLS_DEPENDENCIES)
 PERL_INSTALL_STAGING = YES
 
-PERL_CROSS_VERSION = 1.3.5
+PERL_CROSS_VERSION = 1.3.6
 # DO NOT refactor with the github helper (the result is not the same)
 PERL_CROSS_SITE = https://github.com/arsv/perl-cross/releases/download/$(PERL_CROSS_VERSION)
 PERL_CROSS_SOURCE = perl-cross-$(PERL_CROSS_VERSION).tar.gz
-- 
2.32.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] package/perl: bump to version 5.34.0
  2022-01-02 10:43 [Buildroot] [PATCH] package/perl: bump to version 5.34.0 Francois Perrad
@ 2022-01-04 17:57 ` Arnout Vandecappelle
  2022-12-20 16:24 ` Yann E. MORIN
  1 sibling, 0 replies; 3+ messages in thread
From: Arnout Vandecappelle @ 2022-01-04 17:57 UTC (permalink / raw)
  To: Francois Perrad, buildroot



On 02/01/2022 11:43, Francois Perrad wrote:
> Signed-off-by: Francois Perrad <francois.perrad@gadz.org>

  Applied to master, thanks.

  Regards,
  Arnout

> ---
>   package/perl/perl.hash | 12 ++++++------
>   package/perl/perl.mk   |  6 +++---
>   2 files changed, 9 insertions(+), 9 deletions(-)
> 
> diff --git a/package/perl/perl.hash b/package/perl/perl.hash
> index 42b7cc66c..b0f60ef6f 100644
> --- a/package/perl/perl.hash
> +++ b/package/perl/perl.hash
> @@ -1,10 +1,10 @@
> -# Hashes from: https://www.cpan.org/src/5.0/perl-5.32.1.tar.xz.{md5,sha1,sha256}.txt
> -md5  7f104064b906ad8c7329ca5e409a32d7  perl-5.32.1.tar.xz
> -sha1  1fb4f710d139da1e1a3e1fa4eaba201fcaa8e18e  perl-5.32.1.tar.xz
> -sha256  57cc47c735c8300a8ce2fa0643507b44c4ae59012bfdad0121313db639e02309  perl-5.32.1.tar.xz
> +# Hashes from: https://www.cpan.org/src/5.0/perl-5.34.0.tar.xz.{md5,sha1,sha256}.txt
> +md5  df7ecb0653440b26dc951ad9dbfab517  perl-5.34.0.tar.xz
> +sha1  d461e206a1dca5e79d39e77debf0b564f6d77d37  perl-5.34.0.tar.xz
> +sha256  82c2e5e5c71b0e10487a80d79140469ab1f8056349ca8545140a224dbbed7ded  perl-5.34.0.tar.xz
>   
> -# Hashes from: https://github.com/arsv/perl-cross/releases/download/1.3.5/perl-cross-1.3.5.hash
> -sha256  91c66f6b2b99fccfd4fee14660b677380b0c98f9456359e91449798c2ad2ef25  perl-cross-1.3.5.tar.gz
> +# Hashes from: https://github.com/arsv/perl-cross/releases/download/1.3.6/perl-cross-1.3.6.hash
> +sha256  4010f41870d64e3957b4b8ce70ebba10a7c4a3e86c5551acb4099c3fcbb37ce5  perl-cross-1.3.6.tar.gz
>   
>   # Locally calculated
>   sha256  dd90d4f42e4dcadf5a7c09eea0189d93c7b37ae560c91f0f6d5233ed3b9292a2  Artistic
> diff --git a/package/perl/perl.mk b/package/perl/perl.mk
> index f661fef01..d7f9c58dd 100644
> --- a/package/perl/perl.mk
> +++ b/package/perl/perl.mk
> @@ -5,8 +5,8 @@
>   ################################################################################
>   
>   # When updating the version here, also update utils/scancpan
> -PERL_VERSION_MAJOR = 32
> -PERL_VERSION = 5.$(PERL_VERSION_MAJOR).1
> +PERL_VERSION_MAJOR = 34
> +PERL_VERSION = 5.$(PERL_VERSION_MAJOR).0
>   PERL_SITE = https://www.cpan.org/src/5.0
>   PERL_SOURCE = perl-$(PERL_VERSION).tar.xz
>   PERL_LICENSE = Artistic or GPL-1.0+
> @@ -15,7 +15,7 @@ PERL_CPE_ID_VENDOR = perl
>   PERL_DEPENDENCIES = $(TARGET_NLS_DEPENDENCIES)
>   PERL_INSTALL_STAGING = YES
>   
> -PERL_CROSS_VERSION = 1.3.5
> +PERL_CROSS_VERSION = 1.3.6
>   # DO NOT refactor with the github helper (the result is not the same)
>   PERL_CROSS_SITE = https://github.com/arsv/perl-cross/releases/download/$(PERL_CROSS_VERSION)
>   PERL_CROSS_SOURCE = perl-cross-$(PERL_CROSS_VERSION).tar.gz
> 
_______________________________________________
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] package/perl: bump to version 5.34.0
  2022-01-02 10:43 [Buildroot] [PATCH] package/perl: bump to version 5.34.0 Francois Perrad
  2022-01-04 17:57 ` Arnout Vandecappelle
@ 2022-12-20 16:24 ` Yann E. MORIN
  1 sibling, 0 replies; 3+ messages in thread
From: Yann E. MORIN @ 2022-12-20 16:24 UTC (permalink / raw)
  To: Francois Perrad; +Cc: buildroot

François, All,

On 2022-01-02 11:43 +0100, Francois Perrad spake thusly:
> Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
> ---
[--SNIP--]
> diff --git a/package/perl/perl.mk b/package/perl/perl.mk
> index f661fef01..d7f9c58dd 100644
> --- a/package/perl/perl.mk
> +++ b/package/perl/perl.mk
> @@ -5,8 +5,8 @@
>  ################################################################################
>  
>  # When updating the version here, also update utils/scancpan

You forgot to also update utils/scancpan, as the comment above, also
authored by you, instructs. ;-)

So I've pushed a fix-up commit to master.

Ideally, there should be an auto-detection in place, so that we do not
have to manually sync the two. Could you have a look into that, please?

Regards,
Yann E. MORIN.

> -PERL_VERSION_MAJOR = 32
> -PERL_VERSION = 5.$(PERL_VERSION_MAJOR).1
> +PERL_VERSION_MAJOR = 34
> +PERL_VERSION = 5.$(PERL_VERSION_MAJOR).0
>  PERL_SITE = https://www.cpan.org/src/5.0
>  PERL_SOURCE = perl-$(PERL_VERSION).tar.xz
>  PERL_LICENSE = Artistic or GPL-1.0+
> @@ -15,7 +15,7 @@ PERL_CPE_ID_VENDOR = perl
>  PERL_DEPENDENCIES = $(TARGET_NLS_DEPENDENCIES)
>  PERL_INSTALL_STAGING = YES
>  
> -PERL_CROSS_VERSION = 1.3.5
> +PERL_CROSS_VERSION = 1.3.6
>  # DO NOT refactor with the github helper (the result is not the same)
>  PERL_CROSS_SITE = https://github.com/arsv/perl-cross/releases/download/$(PERL_CROSS_VERSION)
>  PERL_CROSS_SOURCE = perl-cross-$(PERL_CROSS_VERSION).tar.gz
> -- 
> 2.32.0
> 
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
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:[~2022-12-20 16:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-01-02 10:43 [Buildroot] [PATCH] package/perl: bump to version 5.34.0 Francois Perrad
2022-01-04 17:57 ` Arnout Vandecappelle
2022-12-20 16:24 ` Yann E. MORIN

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.