diff mbox series

package/perl: bump to version 5.34.0

Message ID 20220102104318.2631-1-francois.perrad@gadz.org
State Accepted
Headers show
Series package/perl: bump to version 5.34.0 | expand

Commit Message

Francois Perrad Jan. 2, 2022, 10:43 a.m. UTC
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(-)

Comments

Arnout Vandecappelle Jan. 4, 2022, 5:57 p.m. UTC | #1
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
>
Yann E. MORIN Dec. 20, 2022, 4:24 p.m. UTC | #2
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
diff mbox series

Patch

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