Bump to latest stable version of Perl
Addresses the following vulnerabilities:
- CVE-2017-12837
- CVE-2017-12883
Signed-off-by: Pierre-Yves <pyu@riseup.net>
Differential D299
Update perl to 5.26.1 to address multiple CVEs Authored by • sunnyflunk on Jun 1 2017, 1:13 PM. Tags Referenced Files
Subscribers
Details
Bump to latest stable version of Perl Addresses the following vulnerabilities:
Signed-off-by: Pierre-Yves <pyu@riseup.net> Ran a few .pl scripts
Diff Detail
Event TimelineComment Actions I know, that's why I added the Requires Rebuilds tag (but I have no clue how many packages are impacted) Comment Actions No no - we're not avoiding updates cuz its easy :P It'll need to wait until post-sync though Comment Actions I wouldn't do this till at least after ferryd... It was about 120 packages last time (took a whole day waiting for eopkgs to filter through) and will be even more now. Though creating some form of system to do python and Perl upgrades will be pretty essential if we want to update Perl every point release Comment Actions Files are not being installed in $PATH This restores the 5.24.1 behaviour of files being installed in /usr/bin To change directory, these will need to be added to $PATH otherwise they won't function Comment Actions Here is a nice tip I used in some other packages to do the same : ${version%.*} ${string%substring} : Deletes shortest match of $substring from back of $string. Comment Actions https://packages.solus-project.com/shannon/p/ and https://packages.solus-project.com/unstable/p/ show 152 packages with perl in the name. Comment Actions Are you sure? I saw one and that's now rebuilt (it missed my search criteria as the pspec showed it was last built with perl 5.22.1 (so missed my 5.24.1 scan). I'll need examples (and go into the directory to check to ensure that you don't have an old cache of the directory page). Comment Actions @sunnyflunk yes now all of them show 2018. |