pkgsrc-Changes-HG archive

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

[pkgsrc/pkgsrc-2019Q2]: pkgsrc/lang Pullup ticket #6043 - requested by taca



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c6073ab5a4fe
branches:  pkgsrc-2019Q2
changeset: 339216:c6073ab5a4fe
user:      bsiegert <bsiegert%pkgsrc.org@localhost>
date:      Sun Sep 08 19:24:31 2019 +0000

description:
Pullup ticket #6043 - requested by taca
lang/php72: security fix

Revisions pulled up:
- lang/php/phpversion.mk                                        1.266
- lang/php72/distinfo                                           1.44

---
   Module Name: pkgsrc
   Committed By:        taca
   Date:                Sun Sep  1 13:02:05 UTC 2019

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

   Log Message:
   lang/php72: update to 7.2.22

   29 Aug 2019, PHP 7.2.22

   - Core:
     . Fixed bug #78363 (Buffer overflow in zendparse). (Nikita)
     . Fixed bug #78379 (Cast to object confuses GC, causes crash). (Dmitry)

   - Curl:
     . Fixed bug #77946 (Bad cURL resources returned by curl_multi_info_read()).
       (Abyr Valg)

   - Exif:
     . Fixed bug #78333 (Exif crash (bus error) due to wrong alignment and
       invalid cast). (Nikita)

   - Iconv:
     . Fixed bug #78342 (Bus error in configure test for iconv //IGNORE). (Rainer
       Jung)

   - LiteSpeed:
     . Updated to LiteSpeed SAPI V7.5 (Fixed clean shutdown). (George Wang)

   - MySQLnd:
     . Fixed bug #78179 (MariaDB server version incorrectly detected). (cmb)

   - Opcache:
     . Fixed bug #77191 (Assertion failure in dce_live_ranges() when silencing is
       used). (Nikita)

   - Standard:
     . Fixed bug #69100 (Bus error from stream_copy_to_stream (file -> SSL stream)
       with invalid length). (Nikita)
     . Fixed bug #78282 (atime and mtime mismatch). (cmb)
     . Fixed bug #78326 (improper memory deallocation on stream_get_contents()
       with fixed length buffer). (Albert Casademont)

diffstat:

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

diffs (36 lines):

diff -r 5155a77cee33 -r c6073ab5a4fe lang/php/phpversion.mk
--- a/lang/php/phpversion.mk    Sun Sep 08 17:14:47 2019 +0000
+++ b/lang/php/phpversion.mk    Sun Sep 08 19:24:31 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.260.2.3 2019/08/10 12:11:27 bsiegert Exp $
+# $NetBSD: phpversion.mk,v 1.260.2.4 2019/09/08 19:24:31 bsiegert 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 @@
 # Define each PHP's version.
 PHP56_VERSION= 5.6.40
 PHP71_VERSION= 7.1.31
-PHP72_VERSION= 7.2.21
+PHP72_VERSION= 7.2.22
 PHP73_VERSION= 7.3.8
 
 # Define initial release of major version.
diff -r 5155a77cee33 -r c6073ab5a4fe lang/php72/distinfo
--- a/lang/php72/distinfo       Sun Sep 08 17:14:47 2019 +0000
+++ b/lang/php72/distinfo       Sun Sep 08 19:24:31 2019 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.41.2.1 2019/08/10 11:59:33 bsiegert Exp $
+$NetBSD: distinfo,v 1.41.2.2 2019/09/08 19:24:31 bsiegert Exp $
 
-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 (php-7.2.22.tar.bz2) = 6763a52d0b72b171aa134a4c6a6942d350689ee3
+RMD160 (php-7.2.22.tar.bz2) = fedb26056aca4a935170bf70185ab05601e5f142
+SHA512 (php-7.2.22.tar.bz2) = edb8d47e94f68eea26cce06c679cbf9570a5863f3c2528df0aebc99552fef66c46bc4c8315d36869c246c3d46e724f381e02c57bcd050c7161c6b713f6ff19ec
+Size (php-7.2.22.tar.bz2) = 15230705 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