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: Fri Jan 21 00:32:08 UTC 2022
Modified Files:
pkgsrc/lang/php: phpversion.mk
pkgsrc/lang/php80: distinfo
Log Message:
lang/php80: update to 8.0.15
20 Jan 2022, PHP 8.0.15
- Core:
. Fixed bug #81656 (GCC-11 silently ignores -R). (Michael Wallner)
. Fixed bug #81585 (cached_chunks are not counted to real_size on shutdown).
(cmb)
- Filter:
. Fixed FILTER_FLAG_NO_RES_RANGE flag. (Yifan Tong)
- Hash:
. Fixed bug GH-7759 (Incorrect return types for hash() and hash_hmac()).
(cmb)
. Fixed bug GH-7826 (Inconsistent argument name in hash_hmac_file and
hash_file). (cmb)
- MySQLnd:
. Fixed bug where large bigints may be truncated. (Nathan Freeman, cmb)
- OCI8:
. Fixed bug GH-7765 (php_oci_cleanup_global_handles segfaults at second
call). (cmb)
- OPcache:
. Fixed bug #81679 (Tracing JIT crashes on reattaching). (cmb)
- PDO_PGSQL:
. Fixed error message allocation of PDO PgSQL. (SATO Kentaro)
- Sockets:
. Avoid void* arithmetic in sockets/multicast.c on NetBSD. (David Carlier)
- Spl:
. Fixed bug #75917 (SplFileObject::seek broken with CSV flags). (Aliaksandr
Bystry)
To generate a diff of this commit:
cvs rdiff -u -r1.353 -r1.354 pkgsrc/lang/php/phpversion.mk
cvs rdiff -u -r1.14 -r1.15 pkgsrc/lang/php80/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.353 pkgsrc/lang/php/phpversion.mk:1.354
--- pkgsrc/lang/php/phpversion.mk:1.353 Wed Dec 29 06:08:55 2021
+++ pkgsrc/lang/php/phpversion.mk Fri Jan 21 00:32:08 2022
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.353 2021/12/29 06:08:55 taca Exp $
+# $NetBSD: phpversion.mk,v 1.354 2022/01/21 00:32:08 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
PHP74_VERSION= 7.4.27
-PHP80_VERSION= 8.0.14
+PHP80_VERSION= 8.0.15
PHP81_VERSION= 8.1.1
# Define initial release of major version.
Index: pkgsrc/lang/php80/distinfo
diff -u pkgsrc/lang/php80/distinfo:1.14 pkgsrc/lang/php80/distinfo:1.15
--- pkgsrc/lang/php80/distinfo:1.14 Sun Dec 19 05:03:19 2021
+++ pkgsrc/lang/php80/distinfo Fri Jan 21 00:32:08 2022
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.14 2021/12/19 05:03:19 taca Exp $
+$NetBSD: distinfo,v 1.15 2022/01/21 00:32:08 taca Exp $
-BLAKE2s (php-8.0.14.tar.xz) = ab1ad6119b048c4c42463e6a2365267ac143d3d793ed7d8f620cf84c3eb3f925
-SHA512 (php-8.0.14.tar.xz) = 1fb96dd7e229dd71d0e872c8450e18bdefadebaf0b6b6429bd5d054be1b940cd2d53f132ba2d166d454b89374e79e4ea02d483320792e983d572df68ef769788
-Size (php-8.0.14.tar.xz) = 10860176 bytes
+BLAKE2s (php-8.0.15.tar.xz) = 2914fbf51f4fec6f866b1e3f26794ade2277120ee64de0d58526d2c2bf58afec
+SHA512 (php-8.0.15.tar.xz) = e6ac50b2e38d6d02cf84ce388826438bb7d339b54d2038ca071874b90c65f80c5c5e0c69f870edd7450d2de8f83788c8855eeb983d0d4528d44e31679caf404f
+Size (php-8.0.15.tar.xz) = 10764936 bytes
SHA1 (patch-build_libtool.m4) = e58a2bcebe9e9d7dc7255354fd9fe57878e3f8a6
SHA1 (patch-configure) = 6c3d2537eb4d1c2ed05e8e1e411701d316c67d8b
SHA1 (patch-disable-filter-url) = 0a2c19c18f089448a8d842e99738b292ab9e5640
Home |
Main Index |
Thread Index |
Old Index