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


To generate a diff of this commit:
cvs rdiff -u -r1.265 -r1.266 pkgsrc/lang/php/phpversion.mk
cvs rdiff -u -r1.43 -r1.44 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.265 pkgsrc/lang/php/phpversion.mk:1.266
--- pkgsrc/lang/php/phpversion.mk:1.265 Thu Aug  1 14:20:58 2019
+++ pkgsrc/lang/php/phpversion.mk       Sun Sep  1 13:02:05 2019
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.265 2019/08/01 14:20:58 taca Exp $
+# $NetBSD: phpversion.mk,v 1.266 2019/09/01 13:02:05 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.31
-PHP72_VERSION= 7.2.21
+PHP72_VERSION= 7.2.22
 PHP73_VERSION= 7.3.8
 
 # Define initial release of major version.

Index: pkgsrc/lang/php72/distinfo
diff -u pkgsrc/lang/php72/distinfo:1.43 pkgsrc/lang/php72/distinfo:1.44
--- pkgsrc/lang/php72/distinfo:1.43     Thu Aug  1 14:19:39 2019
+++ pkgsrc/lang/php72/distinfo  Sun Sep  1 13:02:05 2019
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.43 2019/08/01 14:19:39 taca Exp $
+$NetBSD: distinfo,v 1.44 2019/09/01 13:02:05 taca 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