develooper Front page | perl.perl5.porters | Postings from September 2017

Re: Perl 5.26.1-RC1 is now available!

Thread Previous | Thread Next
From:
Achim Gratz
Date:
September 16, 2017 10:15
Subject:
Re: Perl 5.26.1-RC1 is now available!
Message ID:
87lglf6jby.fsf@Rainer.invalid
Steve Hay via perl5-porters writes:
> The final v5.26.1 is expected to ship within the next fortnight.

Does the CVE fix that was mentioned in another thread get added to
5.26.1 and does that imply an RC2?

BTW, Configure doesn't yet know about gcc 6.x and 7.x, which looks like
an oversight that should be corrected:

--- origsrc/perl-5.26.1-RC1/Configure
+++ src/perl-5.26.1-RC1/Configure
@@ -23612,7 +23612,7 @@
 
 : add -D_FORTIFY_SOURCE if feasible and not already there
 case "$gccversion" in
-[45].*)	case "$optimize$ccflags" in
+[4567].*)	case "$optimize$ccflags" in
 	*-O*)	case "$ccflags$cppsymbols" in
 		*_FORTIFY_SOURCE=*) # Don't add it again.
 			echo "You seem to have -D_FORTIFY_SOURCE already, not adding it." >&4




Regards,
Achim.
-- 
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+

DIY Stuff:
http://Synth.Stromeko.net/DIY.html

Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About