Update to v5.23.9-7-gd1fa969.

Changes:	https://github.com/Perl/perl5/compare/v5.23.8-173-geb8fc9f...v5.23.9-7-gd1fa969
Sponsored by:	Absolight
This commit is contained in:
Mathieu Arnold 2016-03-21 14:03:49 +00:00
parent 9660831da7
commit e08cab88ee
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=411562
6 changed files with 12 additions and 10 deletions

View file

@ -29,7 +29,7 @@ TEST_ENV= ${MAKE_ENV} TEST_JOBS=${MAKE_JOBS_NUMBER}
USE_GITHUB= yes
GH_ACCOUNT= Perl
GH_PROJECT= perl5
GH_TAGNAME= v5.23.8-173-geb8fc9f
GH_TAGNAME= v5.23.9-7-gd1fa969
OPTIONS_DEFINE= DEBUG GDBM PERL_64BITINT PTHREAD \
MULTIPLICITY SITECUSTOMIZE

View file

@ -1,2 +1,2 @@
SHA256 (perl/perl-5.23.8-173_GH0.tar.gz) = b1701069ec673a1b328e4e2f70d860f329ec26d7d90a6bef0a89fe54f0b4dbd8
SIZE (perl/perl-5.23.8-173_GH0.tar.gz) = 17855932
SHA256 (perl/perl-5.23.9-7_GH0.tar.gz) = 360e3f07f4776eb2114035c7a59da4a864f9e0306c8484b776de1bef1d2b9856
SIZE (perl/perl-5.23.9-7_GH0.tar.gz) = 17860165

View file

@ -1,6 +1,6 @@
--- Configure.orig 2016-03-14 01:56:49 UTC
--- Configure.orig 2016-03-20 17:57:16 UTC
+++ Configure
@@ -3857,7 +3857,10 @@ esac
@@ -3860,7 +3860,10 @@ esac
. ./posthint.sh
: who configured the system
@ -12,7 +12,7 @@
case "$cf_by" in
"")
cf_by=`(logname) 2>/dev/null`
@@ -5038,7 +5041,7 @@ esac
@@ -5041,7 +5044,7 @@ esac
: Now check and see which directories actually exist, avoiding duplicates
for xxx in $dlist
do
@ -21,7 +21,7 @@
case " $libpth " in
*" $xxx "*) ;;
*) libpth="$libpth $xxx";;
@@ -9612,8 +9615,7 @@ prefixvar=siteman3dir
@@ -9615,8 +9618,7 @@ prefixvar=siteman3dir
: determine where add-on public executable scripts go
case "$sitescript" in

View file

@ -1,6 +1,6 @@
--- perl.c.orig 2016-01-25 10:18:16 UTC
--- perl.c.orig 2016-03-20 17:57:16 UTC
+++ perl.c
@@ -1808,23 +1808,7 @@ S_Internals_V(pTHX_ CV *cv)
@@ -1821,23 +1821,7 @@ S_Internals_V(pTHX_ CV *cv)
PUSHs(Perl_newSVpvn_flags(aTHX_ non_bincompat_options,
sizeof(non_bincompat_options) - 1, SVs_TEMP));

View file

@ -1448,6 +1448,7 @@ etc/man.d/perl%%PERL_VER%%.conf
%%PRIV_LIB%%/pod/perl5220delta.pod
%%PRIV_LIB%%/pod/perl5221delta.pod
%%PRIV_LIB%%/pod/perl5230delta.pod
%%PRIV_LIB%%/pod/perl52310delta.pod
%%PRIV_LIB%%/pod/perl5231delta.pod
%%PRIV_LIB%%/pod/perl5232delta.pod
%%PRIV_LIB%%/pod/perl5233delta.pod
@ -2125,6 +2126,7 @@ etc/man.d/perl%%PERL_VER%%.conf
%%MAN1%%/perl5220delta.1.gz
%%MAN1%%/perl5221delta.1.gz
%%MAN1%%/perl5230delta.1.gz
%%MAN1%%/perl52310delta.1.gz
%%MAN1%%/perl5231delta.1.gz
%%MAN1%%/perl5232delta.1.gz
%%MAN1%%/perl5233delta.1.gz

View file

@ -1,2 +1,2 @@
PERL_VERSION= 5.23.9
PERL_VERSION= 5.23.10
PERL5_DEPEND= perl5>=5.23<5.24