Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] perl: update to 5.38.1.
@ 2023-11-27 14:09 leahneukirchen
  2023-11-27 14:44 ` [PR PATCH] [Merged]: " leahneukirchen
  0 siblings, 1 reply; 2+ messages in thread
From: leahneukirchen @ 2023-11-27 14:09 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1254 bytes --]

There is a new pull request by leahneukirchen against master on the void-packages repository

https://github.com/leahneukirchen/void-packages perl5381
https://github.com/void-linux/void-packages/pull/47428

perl: update to 5.38.1.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/47428.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-perl5381-47428.patch --]
[-- Type: text/x-diff, Size: 2362 bytes --]

From 3faf28204df970ef3722cf405ae2eab2028d315b Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Mon, 27 Nov 2023 15:02:18 +0100
Subject: [PATCH] perl: update to 5.38.1.

---
 srcpkgs/perl/patches/fmt.diff | 16 ----------------
 srcpkgs/perl/template         | 10 +++++-----
 2 files changed, 5 insertions(+), 21 deletions(-)
 delete mode 100644 srcpkgs/perl/patches/fmt.diff

diff --git a/srcpkgs/perl/patches/fmt.diff b/srcpkgs/perl/patches/fmt.diff
deleted file mode 100644
index 439f101e7d1e2..0000000000000
--- a/srcpkgs/perl/patches/fmt.diff
+++ /dev/null
@@ -1,16 +0,0 @@
-https://github.com/arsv/perl-cross/pull/143
-
-diff --git a/cnf/configure_pfmt.sh b/cnf/configure_pfmt.sh
-index 8f93da1..3aa7731 100644
---- a/cnf/configure_pfmt.sh
-+++ b/cnf/configure_pfmt.sh
-@@ -52,3 +52,9 @@ else
- 	define uvxformat '"lx"'
- 	define uvXUformat '"lX"'
- fi
-+
-+define i32dformat 'PRId32'
-+define u32uformat 'PRIu32'
-+define u32oformat 'PRIo32'
-+define u32xformat 'PRIx32'
-+define u32XUformat 'PRIX32'
diff --git a/srcpkgs/perl/template b/srcpkgs/perl/template
index c8e0d113e429f..992db76b1b0a0 100644
--- a/srcpkgs/perl/template
+++ b/srcpkgs/perl/template
@@ -1,8 +1,8 @@
 # Template file for 'perl'
 pkgname=perl
-version=5.38.0
+version=5.38.1
 revision=1
-_perl_cross_version=1.5
+_perl_cross_version=1.5.1
 build_style=gnu-configure
 makedepends="zlib-devel bzip2-devel gdbm-devel db-devel"
 depends="less"
@@ -13,8 +13,8 @@ license="Artistic-1.0-Perl, GPL-1.0-or-later"
 homepage="https://www.perl.org"
 distfiles="https://www.cpan.org/src/5.0/perl-${version}.tar.gz
  https://github.com/arsv/perl-cross/releases/download/${_perl_cross_version}/perl-cross-${_perl_cross_version}.tar.gz"
-checksum="213ef58089d2f2c972ea353517dc60ec3656f050dcc027666e118b508423e517
- d744a390939e2ebb9a12f6725b4d9c19255a141d90031eff90ea183fdfcbf211"
+checksum="e9b02f3f37f73f38e456ef76d7daded16141cfd91dd4aa271c5f9e6332eade98
+ 35d859b49bab274021d8a61511fd39a70a58cb727223de5b54342898155cf5e0"
 
 skip_extraction=perl-cross-${_perl_cross_version}.tar.gz
 
@@ -76,7 +76,7 @@ provides="perl-Archive-Tar-2.40_1
  perl-Math-BigRat-0.2624_1
  perl-Math-Complex-1.62_1
  perl-Memoize-1.16_1
- perl-Module-CoreList-5.20230520_1
+ perl-Module-CoreList-5.20231125_1
  perl-Module-Load-0.36_1
  perl-Module-Load-Conditional-0.74_1
  perl-Module-Loaded-0.08_1

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

* Re: [PR PATCH] [Merged]: perl: update to 5.38.1.
  2023-11-27 14:09 [PR PATCH] perl: update to 5.38.1 leahneukirchen
@ 2023-11-27 14:44 ` leahneukirchen
  0 siblings, 0 replies; 2+ messages in thread
From: leahneukirchen @ 2023-11-27 14:44 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1088 bytes --]

There's a merged pull request on the void-packages repository

perl: update to 5.38.1.
https://github.com/void-linux/void-packages/pull/47428

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

end of thread, other threads:[~2023-11-27 14:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-27 14:09 [PR PATCH] perl: update to 5.38.1 leahneukirchen
2023-11-27 14:44 ` [PR PATCH] [Merged]: " leahneukirchen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).