pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang lang/php56: update to 5.6.39



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ae41d9ad273f
branches:  trunk
changeset: 316196:ae41d9ad273f
user:      taca <taca%pkgsrc.org@localhost>
date:      Fri Dec 07 17:14:58 2018 +0000

description:
lang/php56: update to 5.6.39

06 Dec 2018, PHP 5.6.39

- Core:
  . Fixed bug #77231 (Segfault when using convert.quoted-printable-encode
    filter). (Stas)

- IMAP:
  . Fixed bug #77020 (null pointer dereference in imap_mail). (cmb)
  . Fixed bug #77153 (imap_open allows to run arbitrary shell commands via
    mailbox parameter). (Stas)

- Phar:
  . Fixed bug #77022 (PharData always creates new files with mode 0666). (Stas)
  . Fixed bug #77143 (Heap Buffer Overflow (READ: 4) in phar_parse_pharfile).
    (Stas)

diffstat:

 lang/php/phpversion.mk |   4 ++--
 lang/php56/distinfo    |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (36 lines):

diff -r 91ee3f2e0c7c -r ae41d9ad273f lang/php/phpversion.mk
--- a/lang/php/phpversion.mk    Fri Dec 07 17:13:58 2018 +0000
+++ b/lang/php/phpversion.mk    Fri Dec 07 17:14:58 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.238 2018/12/07 17:13:58 taca Exp $
+# $NetBSD: phpversion.mk,v 1.239 2018/12/07 17:14:58 taca Exp $
 #
 # This file selects a PHP version, based on the user's preferences and
 # the installed packages. It does not add a dependency on the PHP
@@ -87,7 +87,7 @@
 PHPVERSION_MK= defined
 
 # Define each PHP's version.
-PHP56_VERSION= 5.6.38
+PHP56_VERSION= 5.6.39
 PHP70_VERSION= 7.0.33
 PHP71_VERSION= 7.1.26
 PHP72_VERSION= 7.2.13
diff -r 91ee3f2e0c7c -r ae41d9ad273f lang/php56/distinfo
--- a/lang/php56/distinfo       Fri Dec 07 17:13:58 2018 +0000
+++ b/lang/php56/distinfo       Fri Dec 07 17:14:58 2018 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.51 2018/09/13 15:47:46 taca Exp $
+$NetBSD: distinfo,v 1.52 2018/12/07 17:14:58 taca Exp $
 
-SHA1 (php-5.6.38.tar.bz2) = fe77bbaba01172b168fd5c15eecd4b1988d63eab
-RMD160 (php-5.6.38.tar.bz2) = 5a9353ef95d04e684eaccec9fb444ce028f390ae
-SHA512 (php-5.6.38.tar.bz2) = d39cf2d56311802dfa81afaabfb1968a2647d37f42df1be54dd9557ff5ced5c444b52a3502c78b27feefd88972324b2663fc1745f985c2eb51096e06ff6191d1
-Size (php-5.6.38.tar.bz2) = 15058534 bytes
+SHA1 (php-5.6.39.tar.bz2) = 5cb2b8fdeff71f3a198e09835862facb1e6e0354
+RMD160 (php-5.6.39.tar.bz2) = d1d412f874904aff2a6c78dc1899844ec16ddc02
+SHA512 (php-5.6.39.tar.bz2) = 362388882f813f9e56e22cd58505e44becdfef87b031b117c957a05aca881b70a30283e462a3c3e50c9935cb055b9994183b7d2555765f876a30266540765753
+Size (php-5.6.39.tar.bz2) = 15056476 bytes
 SHA1 (patch-acinclude.m4) = 34d38d2538cc00932cdfcc80d1d4a91632cd15d0
 SHA1 (patch-configure) = a5623b0cbb3331fd0a537b26c0ae48315d52dbe2
 SHA1 (patch-disable-filter-url) = a2b08912d81f2872bf1834fa4cefddb044c9d0f8



Home | Main Index | Thread Index | Old Index