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.htmlThread Previous | Thread Next