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:           Thu Aug  1 14:19:40 UTC 2019

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

Log Message:
lang/php72: update to 7.2.21

01 Aug 2019, PHP 7.2.21

- Date:
  . Fixed bug #69044 (discrepency between time and microtime). (krakjoe)

- EXIF:
  . Fixed bug #78256 (heap-buffer-overflow on exif_process_user_comment).
    (CVE-2019-11042) (Stas)
  . Fixed bug #78222 (heap-buffer-overflow on exif_scan_thumbnail).
    (CVE-2019-11041) (Stas)

- Fileinfo:
  . Fixed bug #78183 (finfo_file shows wrong mime-type for .tga file).
    (Joshua Westerheide)

- FTP:
  . Fixed bug #77124 (FTP with SSL memory leak). (Nikita)

- Libxml:
  . Fixed bug #78279 (libxml_disable_entity_loader settings is shared between
    requests (cgi-fcgi)). (Nikita)

- LiteSpeed:
  . Updated to LiteSpeed SAPI V7.4.3 (increased response header count limit from
    100 to 1000, added crash handler to cleanly shutdown PHP request, added
    CloudLinux mod_lsapi mode). (George Wang)
  . Fixed bug #76058 (After "POST data can't be buffered", using php://input
    makes huge tmp files). (George Wang)

- Openssl:
  . Fixed bug #78231 (Segmentation fault upon stream_socket_accept of exported
    socket-to-stream). (Nikita)

- OPcache:
  . Fixed bug #78189 (file cache strips last character of uname hash). (cmb)
  . Fixed bug #78202 (Opcache stats for cache hits are capped at 32bit NUM).
    (cmb)
  . Fixed bug #78291 (opcache_get_configuration doesn't list all directives).
    (Andrew Collington)

- Phar:
  . Fixed bug #77919 (Potential UAF in Phar RSHUTDOWN). (cmb)

- Phpdbg:
  . Fixed bug #78297 (Include unexistent file memory leak). (Nikita)

- PDO_Sqlite:
  . Fixed bug #78192 (SegFault when reuse statement after schema has changed).
    (Vincent Quatrevieux)

- SQLite:
  . Upgraded to SQLite 3.28.0. (cmb)

- Standard:
  . Fixed bug #78241 (touch() does not handle dates after 2038 in PHP 64-bit).
    (cmb)
  . Fixed bug #78269 (password_hash uses weak options for argon2). (Remi)

- XMLRPC:
  . Fixed bug #78173 (XML-RPC mutates immutable objects during encoding).
    (Asher Baker)


To generate a diff of this commit:
cvs rdiff -u -r1.263 -r1.264 pkgsrc/lang/php/phpversion.mk
cvs rdiff -u -r1.42 -r1.43 pkgsrc/lang/php72/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.263 pkgsrc/lang/php/phpversion.mk:1.264
--- pkgsrc/lang/php/phpversion.mk:1.263 Thu Aug  1 14:14:04 2019
+++ pkgsrc/lang/php/phpversion.mk       Thu Aug  1 14:19:39 2019
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.263 2019/08/01 14:14:04 taca Exp $
+# $NetBSD: phpversion.mk,v 1.264 2019/08/01 14:19:39 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
@@ -89,7 +89,7 @@ PHPVERSION_MK=        defined
 # Define each PHP's version.
 PHP56_VERSION= 5.6.40
 PHP71_VERSION= 7.1.30
-PHP72_VERSION= 7.2.20
+PHP72_VERSION= 7.2.21
 PHP73_VERSION= 7.3.8
 
 # Define initial release of major version.

Index: pkgsrc/lang/php72/distinfo
diff -u pkgsrc/lang/php72/distinfo:1.42 pkgsrc/lang/php72/distinfo:1.43
--- pkgsrc/lang/php72/distinfo:1.42     Mon Jul  8 13:18:52 2019
+++ pkgsrc/lang/php72/distinfo  Thu Aug  1 14:19:39 2019
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.42 2019/07/08 13:18:52 taca Exp $
+$NetBSD: distinfo,v 1.43 2019/08/01 14:19:39 taca Exp $
 
-SHA1 (php-7.2.20.tar.bz2) = 6a0f2274577f721b295743691ce2201aec6dfd11
-RMD160 (php-7.2.20.tar.bz2) = 373c55143952842e9e91ecc6690372f851567fa3
-SHA512 (php-7.2.20.tar.bz2) = 8c32cb46e34440f3af905e9fc73d327e28c62b5b1b4b7f7221b192364b409172a88ae9f35aef40b796a81fbe87b8b64dec214cbf54011f5af53d9e8eddc9b3fa
-Size (php-7.2.20.tar.bz2) = 15075402 bytes
+SHA1 (php-7.2.21.tar.bz2) = 71355854d784dee14eff83102ee227e283ed48c3
+RMD160 (php-7.2.21.tar.bz2) = c7458d6f6bc2e73fd01e24df468751ad69561746
+SHA512 (php-7.2.21.tar.bz2) = b234305f04bd621d355450ba38b34558a5b08403571749ac3b04ffa60d7639e847750109bef09a14f616110ba175b970d68cbae0d0b671c2dfeac6917f12f21d
+Size (php-7.2.21.tar.bz2) = 15198366 bytes
 SHA1 (patch-configure) = 6e66a79e691a84aa7ae461f8dec1752443ad6b61
 SHA1 (patch-disable-filter-url) = e9e92d686ddd1d1a1ece10fe4feee4e368fe510c
 SHA1 (patch-ext_gd_config.m4) = eaecfb31b18700dd642c067ed82748d4f6be2335



Home | Main Index | Thread Index | Old Index