Skip to content

Upgrade Perl in Debian images

Philip Cunningham requested to merge philipcunningham-update-perl into master

What does this MR do?

This merge upgrades perl in the Debian Docker image. Please see the discussion here for additional context.

What are the relevant issue numbers?

Manual QA

Verifying this commit is present as confirmation that the fix has been applied.

Before

gitlab@850b37d22502:~$ perl --version

This is perl 5, version 36, subversion 0 (v5.36.0) built for aarch64-linux-gnu-thread-multi
(with 52 registered patches, see perl -V for more detail)

Copyright 1987-2022, Larry Wall

Perl may be copied only under the terms of either the Artistic License or the
GNU General Public License, which may be found in the Perl 5 source kit.

Complete documentation for Perl, including FAQ lists, should be found on
this system using "man perl" or "perldoc perl".  If you have access to the
Internet, point your browser at https://www.perl.org/, the Perl Home Page.

gitlab@850b37d22502:~$ cat /usr/share/perl/5.36.0/CPAN/HTTP/Client.pm | grep verify_SSL

After

gitlab@5cbc538729d0:~$ perl --version

This is perl 5, version 38, subversion 0 (v5.38.0) built for aarch64-linux-gnu-thread-multi
(with 46 registered patches, see perl -V for more detail)

Copyright 1987-2023, Larry Wall

Perl may be copied only under the terms of either the Artistic License or the
GNU General Public License, which may be found in the Perl 5 source kit.

Complete documentation for Perl, including FAQ lists, should be found on
this system using "man perl" or "perldoc perl".  If you have access to the
Internet, point your browser at https://www.perl.org/, the Perl Home Page.

gitlab@5cbc538729d0:~$  cat /usr/share/perl/5.38.0/CPAN/HTTP/Client.pm | grep verify_SSL
        verify_SSL => 1,

Does this MR meet the acceptance criteria?

Edited by Adam Cohen

Merge request reports

Loading