aboutsummaryrefslogtreecommitdiff
path: root/extra/perl
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2022-03-23 14:34:24 +0100
committerCem Keylan <cem@ckyln.com>2022-03-23 14:34:24 +0100
commit5d22b0e053c0ea50cbf9106970e633a96a7c8114 (patch)
treea98b99f934a2e9b1cb4b4a8b8aabee4d83208a4a /extra/perl
parent3494112b7069d3da2918e69494ad3d394d32fa12 (diff)
downloadrepository-5d22b0e053c0ea50cbf9106970e633a96a7c8114.tar.gz
perl: bump to 5.34.1
Diffstat (limited to 'extra/perl')
-rwxr-xr-xextra/perl/build6
-rw-r--r--extra/perl/checksums3
-rw-r--r--extra/perl/sources2
-rw-r--r--extra/perl/version2
4 files changed, 9 insertions, 4 deletions
diff --git a/extra/perl/build b/extra/perl/build
index 75b09a56..09750fc4 100755
--- a/extra/perl/build
+++ b/extra/perl/build
@@ -24,7 +24,7 @@ export CFLAGS="$CFLAGS -DNO_POSIX_2008_LOCALE -D_GNU_SOURCE"
-Dar="${AR:-ar}" \
-Dnm="${NM:-nm}" \
-Dranlib="${RANLIB:-ranlib}" \
- -Dperl_static_inline="static __inline__" \
+ -Dperl_static_inline="static __inline__" \
-Dd_static_inline
make
@@ -42,3 +42,7 @@ find "$1" \( \
# Fix permissions.
find "$1/usr/lib" -type f -exec chmod 644 {} \;
+
+# This is the first time ever that I'm removing the manual pages from a package,
+# but perl install hundreds of manual pages and they are over 20MBs total.
+rm -rf "$1/usr/share/man"
diff --git a/extra/perl/checksums b/extra/perl/checksums
index ff0b336c..2f1088ef 100644
--- a/extra/perl/checksums
+++ b/extra/perl/checksums
@@ -1 +1,2 @@
-ce4ac9ce7ea5206a507651f7018655651603b99d5bd51645e9e4ea83dfbf0e36 v5.34.0.tar.gz
+%BLAKE3
+1a03c549029872fc48e6de2c7d21d7a9297de7edd5f548d7752e6f1cb84d3a4d v5.34.1.tar.gz
diff --git a/extra/perl/sources b/extra/perl/sources
index cf29fcbc..0f955966 100644
--- a/extra/perl/sources
+++ b/extra/perl/sources
@@ -1 +1 @@
-https://github.com/Perl/perl5/archive/v5.34.0.tar.gz
+https://github.com/Perl/perl5/archive/v5.34.1.tar.gz
diff --git a/extra/perl/version b/extra/perl/version
index 23cfb126..3746a6ba 100644
--- a/extra/perl/version
+++ b/extra/perl/version
@@ -1 +1 @@
-5.34.0 1
+5.34.1 1