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: Sat Aug 28 06:22:42 UTC 2021
Modified Files:
pkgsrc/lang/php: phpversion.mk
pkgsrc/lang/php74: distinfo
Log Message:
lang/php74: update to 7.4.23
26 Aug 2021, PHP 7.4.23
- Core:
. Fixed bug #72595 (php_output_handler_append illegal write access). (cmb)
. Fixed bug #66719 (Weird behaviour when using get_called_class() with
call_user_func()). (Nikita)
. Fixed bug #81305 (Built-in Webserver Drops Requests With "Upgrade" Header).
(cmb)
- BCMath:
. Fixed bug #78238 (BCMath returns "-0"). (cmb)
- CGI:
. Fixed bug #80849 (HTTP Status header truncation). (cmb)
- GD:
. Fixed bug #51498 (imagefilledellipse does not work for large circles). (cmb)
- MySQLi:
. Fixed bug #74544 (Integer overflow in mysqli_real_escape_string()). (cmb,
johannes)
- OpenSSL:
. Fixed bug #81327 (Error build openssl extension on php 7.4.22). (cmb)
- PDO_ODBC:
. Fixed bug #81252 (PDO_ODBC doesn't account for SQL_NO_TOTAL). (cmb)
- Phar:
. Fixed bug #81211: Symlinks are followed when creating PHAR archive.(cmb)
- Shmop:
. Fixed bug #81283 (shmop can't read beyond 2147483647 bytes). (cmb, Nikita)
- Standard:
. Fixed bug #72146 (Integer overflow on substr_replace). (cmb)
. Fixed bug #81265 (getimagesize returns 0 for 256px ICO images).
(George Dietrich)
. Fixed bug #74960 (Heap buffer overflow via str_repeat). (cmb, Dmitry)
- Streams:
. Fixed bug #81294 (Segfault when removing a filter). (cmb)
To generate a diff of this commit:
cvs rdiff -u -r1.335 -r1.336 pkgsrc/lang/php/phpversion.mk
cvs rdiff -u -r1.26 -r1.27 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.335 pkgsrc/lang/php/phpversion.mk:1.336
--- pkgsrc/lang/php/phpversion.mk:1.335 Mon Aug 2 14:09:36 2021
+++ pkgsrc/lang/php/phpversion.mk Sat Aug 28 06:22:42 2021
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.335 2021/08/02 14:09:36 taca Exp $
+# $NetBSD: phpversion.mk,v 1.336 2021/08/28 06:22:42 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
PHP73_VERSION= 7.3.29
-PHP74_VERSION= 7.4.22
+PHP74_VERSION= 7.4.23
PHP80_VERSION= 8.0.9
# Define initial release of major version.
Index: pkgsrc/lang/php74/distinfo
diff -u pkgsrc/lang/php74/distinfo:1.26 pkgsrc/lang/php74/distinfo:1.27
--- pkgsrc/lang/php74/distinfo:1.26 Mon Aug 2 14:08:01 2021
+++ pkgsrc/lang/php74/distinfo Sat Aug 28 06:22:42 2021
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.26 2021/08/02 14:08:01 taca Exp $
+$NetBSD: distinfo,v 1.27 2021/08/28 06:22:42 taca Exp $
-SHA1 (php-7.4.22.tar.xz) = 15d630081607a5138947c4b307acf756c2c89719
-RMD160 (php-7.4.22.tar.xz) = eee21b333b7a5fed9a774a9df8ba9c2cebd6d4da
-SHA512 (php-7.4.22.tar.xz) = 80587ba613b8a863a666f44a16ebb33cbb5a5d396601d1eaf063c8f7793a98abae903cb76fca4216860f1a043d5ee997464d479d53ffff6a1d6a6cd31da9100d
-Size (php-7.4.22.tar.xz) = 10348532 bytes
+SHA1 (php-7.4.23.tar.xz) = 47bb61cbadd25e1a64ab69566e6bf34e107466a2
+RMD160 (php-7.4.23.tar.xz) = 9735c55365d2ef8fe5b99b7dbbfc909240fe773e
+SHA512 (php-7.4.23.tar.xz) = 659b6bbf9be21a09640529bc088dfd7a494081188e37eb1f2dac2cab92a1084062fd06d550dc8c97bdd7dd9b57f4146e357447be2cb86643bda1d8dbc8a0d4a3
+Size (php-7.4.23.tar.xz) = 10371160 bytes
SHA1 (patch-build_libtool.m4) = 3656eb516fb14defd4b0964fe21e117c630be856
SHA1 (patch-configure) = 5e9c9c06f6d819d5ba2832d648f41363f40f3108
SHA1 (patch-disable-filter-url) = 0a2c19c18f089448a8d842e99738b292ab9e5640
Home |
Main Index |
Thread Index |
Old Index