Perl / docker-perl

Dockerfiles for index.docker.io (official Perl Docker image)

Home Page:https://registry.hub.docker.com/_/perl/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Time::Local test failures on pre-5.30 builds for 2020

zakame opened this issue · comments

cf Perl/perl5#17410

Will need to add patches for images prior to Perl 5.28 5.30.

Note that this only affects Perls out of the current supported versions (that is, everything before 5.28.) from 5.28 and previous releases. Official Docker images for versions before 5.26 are still available but not updated anymore (i.e. not getting security updates from their debian or buildpack-deps base image) but we here will consider supplying patches in the tree for anyone else who cares to do image rebuilds on their own.

As for 5.26 and 5.28, it will be updated with a patch for rebuild and official release.

Further testing seems to show that the patch only applies for perls 5.26 and up. Will need to check for earlier versions.

Updated 5.26 and 5.28 images are published now. 🎉

Will keep this issue open for a few more days until I figure how to backport the Time-Local patch to older perls (or not.)

https://metacpan.org/release/BINGOS/Devel-PatchPerl-1.90 now includes patches all the way down to 5.8, now used in the latest master update.