pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang



Module Name:    pkgsrc
Committed By:   taca
Date:           Fri Dec  7 17:14:58 UTC 2018

Modified Files:
        pkgsrc/lang/php: phpversion.mk
        pkgsrc/lang/php56: distinfo

Log Message:
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)


To generate a diff of this commit:
cvs rdiff -u -r1.238 -r1.239 pkgsrc/lang/php/phpversion.mk
cvs rdiff -u -r1.51 -r1.52 pkgsrc/lang/php56/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/php/phpversion.mk
diff -u pkgsrc/lang/php/phpversion.mk:1.238 pkgsrc/lang/php/phpversion.mk:1.239
--- pkgsrc/lang/php/phpversion.mk:1.238 Fri Dec  7 17:13:58 2018
+++ pkgsrc/lang/php/phpversion.mk       Fri Dec  7 17:14:58 2018
@@ -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

Index: pkgsrc/lang/php56/distinfo
diff -u pkgsrc/lang/php56/distinfo:1.51 pkgsrc/lang/php56/distinfo:1.52
--- pkgsrc/lang/php56/distinfo:1.51     Thu Sep 13 15:47:46 2018
+++ pkgsrc/lang/php56/distinfo  Fri Dec  7 17:14:58 2018
@@ -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