diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2018-12-08 05:23:51 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2018-12-08 17:59:42 +0100 |
commit | beeee4227cedd89e351f22334d90e939fcded9a7 (patch) | |
tree | f0f900a5b7b107478ea3f0e7f71450933b8ce0c1 /pasture | |
parent | ad59f7ca92044da0fb856627db6df54d99855f3a (diff) | |
download | current-beeee4227cedd89e351f22334d90e939fcded9a7.tar.gz |
Sat Dec 8 05:23:51 UTC 201820181208052351
pasture/php-5.6.39-x86_64-1.txz: Upgraded.
Several security bugs have been fixed in this release:
Segfault when using convert.quoted-printable-encode filter.
Null pointer dereference in imap_mail.
imap_open allows to run arbitrary shell commands via mailbox parameter.
PharData always creates new files with mode 0666.
Heap Buffer Overflow (READ: 4) in phar_parse_pharfile.
For more information, see:
https://php.net/ChangeLog-5.php#5.6.39
(* Security fix *)
Diffstat (limited to 'pasture')
-rwxr-xr-x | pasture/source/php/fetch-php.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pasture/source/php/fetch-php.sh b/pasture/source/php/fetch-php.sh index cda35ab0..9100e7f9 100755 --- a/pasture/source/php/fetch-php.sh +++ b/pasture/source/php/fetch-php.sh @@ -1,2 +1,2 @@ -lftpget http://us.php.net/distributions/php-5.6.38.tar.xz.asc -lftpget http://us.php.net/distributions/php-5.6.38.tar.xz +lftpget http://us.php.net/distributions/php-5.6.39.tar.xz.asc +lftpget http://us.php.net/distributions/php-5.6.39.tar.xz |