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 Nov 26 14:45:15 UTC 2020

Modified Files:
        pkgsrc/lang/php: phpversion.mk
        pkgsrc/lang/php74: Makefile distinfo

Log Message:
lang/php74: update to 7.4.13

26 Nov 2020, PHP 7.4.13

- Core:
  . Fixed bug #80280 (ADD_EXTENSION_DEP() fails for ext/standard and ext/date).
    (cmb)
  . Fixed bug #80258 (Windows Deduplication Enabled, randon permission errors).
    (cmb)

- COM:
  . Fixed bug #62474 (com_event_sink crashes on certain arguments). (cmb)

- DOM:
  . Fixed bug #80268 (loadHTML() truncates at NUL bytes). (cmb)

- FFI:
  . Fixed bug #79177 (FFI doesn't handle well PHP exceptions within callback).
    (cmb, Dmitry, Nikita)

- IMAP:
  . Fixed bug #64076 (imap_sort() does not return FALSE on failure). (cmb)
  . Fixed bug #76618 (segfault on imap_reopen). (girgias)
  . Fixed bug #80239 (imap_rfc822_write_address() leaks memory). (cmb)
  . Fixed minor regression caused by fixing bug #80220. (cmb)
  . Fixed bug #80242 (imap_mail_compose() segfaults for multipart with rfc822).
    (cmb)

- MySQLi:
  . Fixed bug #79375 (mysqli_store_result does not report error from lock wait
    timeout). (Kamil Tekiela, Nikita)
  . Fixed bug #76525 (mysqli::commit does not throw if MYSQLI_REPORT_ERROR
    enabled and mysqlnd used). (Kamil Tekiela)
  . Fixed bug #72413 (mysqlnd segfault (fetch_row second parameter
    typemismatch)). (Kamil Tekiela)

- ODBC:
  . Fixed bug #44618 (Fetching may rely on uninitialized data). (cmb)

- Opcache:
  . Fixed bug #79643 (PHP with Opcache crashes when a file with specific name
    is included). (twosee)
  . Fixed run-time binding of preloaded dynamically declared function. (Dmitry)

- OpenSSL:
  . Fixed bug #79983 (openssl_encrypt / openssl_decrypt fail with OCB mode).
    (Nikita)

- PDO MySQL:
  . Fixed bug #66528 (No PDOException or errorCode if database becomes
    unavailable before PDO::commit). (Nikita)
  . Fixed bug #65825 (PDOStatement::fetch() does not throw exception on broken
    server connection). (Nikita)

- SNMP:
  . Fixed bug #70461 (disable md5 code when it is not supported in net-snmp).
    (Alexander Bergmann, cmb)

- Standard:
  . Fixed bug #80266 (parse_url silently drops port number 0). (cmb, Nikita)


To generate a diff of this commit:
cvs rdiff -u -r1.314 -r1.315 pkgsrc/lang/php/phpversion.mk
cvs rdiff -u -r1.9 -r1.10 pkgsrc/lang/php74/Makefile
cvs rdiff -u -r1.16 -r1.17 pkgsrc/lang/php74/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.314 pkgsrc/lang/php/phpversion.mk:1.315
--- pkgsrc/lang/php/phpversion.mk:1.314 Thu Nov 26 14:44:01 2020
+++ pkgsrc/lang/php/phpversion.mk       Thu Nov 26 14:45:15 2020
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.314 2020/11/26 14:44:01 taca Exp $
+# $NetBSD: phpversion.mk,v 1.315 2020/11/26 14:45:15 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
@@ -90,7 +90,7 @@ PHPVERSION_MK=        defined
 PHP56_VERSION= 5.6.40
 PHP72_VERSION= 7.2.34
 PHP73_VERSION= 7.3.25
-PHP74_VERSION= 7.4.12
+PHP74_VERSION= 7.4.13
 
 # Define initial release of major version.
 PHP56_RELDATE= 20140828

Index: pkgsrc/lang/php74/Makefile
diff -u pkgsrc/lang/php74/Makefile:1.9 pkgsrc/lang/php74/Makefile:1.10
--- pkgsrc/lang/php74/Makefile:1.9      Fri Nov 20 15:13:31 2020
+++ pkgsrc/lang/php74/Makefile  Thu Nov 26 14:45:15 2020
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.9 2020/11/20 15:13:31 otis Exp $
+# $NetBSD: Makefile,v 1.10 2020/11/26 14:45:15 taca Exp $
 
 #
 # We can't omit PKGNAME here to handle PKG_OPTIONS.
 #
 PKGNAME=               php-${PHP_VERSION:S/RC/rc/}
-PKGREVISION=           2
 
 COMMENT=               PHP Hypertext Preprocessor version 7.4
 LICENSE=               php

Index: pkgsrc/lang/php74/distinfo
diff -u pkgsrc/lang/php74/distinfo:1.16 pkgsrc/lang/php74/distinfo:1.17
--- pkgsrc/lang/php74/distinfo:1.16     Sun Nov  8 23:55:43 2020
+++ pkgsrc/lang/php74/distinfo  Thu Nov 26 14:45:15 2020
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.16 2020/11/08 23:55:43 otis Exp $
+$NetBSD: distinfo,v 1.17 2020/11/26 14:45:15 taca Exp $
 
-SHA1 (php-7.4.12.tar.xz) = d220ea35fefec870bd81e81116a178c57bb87321
-RMD160 (php-7.4.12.tar.xz) = 73c684b5b1acdd296b471fd89d06cb205cfd57ab
-SHA512 (php-7.4.12.tar.xz) = 6c06fb74f8e479ead000b0e2e56602c217d012f1a80e47e151543c033bb5426e56aaa5e8acfcd19fd49ae14c4ca827c8e57a5b56386b20002dbc80fbd07ab04f
-Size (php-7.4.12.tar.xz) = 10311980 bytes
+SHA1 (php-7.4.13.tar.xz) = ba6737d0583911b745888209e6717a8140ff5572
+RMD160 (php-7.4.13.tar.xz) = ce0c280c209a53368b9ea784ba66be327d749485
+SHA512 (php-7.4.13.tar.xz) = 3525f4fd4ea6d97ed75ed8360d2a851e8577c09247ae3c6eb7e7b43265ee418297d91c1022bf5bbb64d1eecdebbbc2e0f6d42b560f584a741b475db2c6897ea7
+Size (php-7.4.13.tar.xz) = 10319848 bytes
 SHA1 (patch-configure) = 5e9c9c06f6d819d5ba2832d648f41363f40f3108
 SHA1 (patch-disable-filter-url) = 0a2c19c18f089448a8d842e99738b292ab9e5640
 SHA1 (patch-ext_intl_breakiterator_codepointiterator__internal.cpp) = c6702b071a1881ed35a1c1adc0e07ce53335e2e7



Home | Main Index | Thread Index | Old Index