pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/php80 lang/php80: update to 8.0.19
details: https://anonhg.NetBSD.org/pkgsrc/rev/cc5e8fe56e2b
branches: trunk
changeset: 379182:cc5e8fe56e2b
user: taca <taca%pkgsrc.org@localhost>
date: Thu May 12 14:03:25 2022 +0000
description:
lang/php80: update to 8.0.19
12 May 2022, PHP 8.0.19
- Core:
. Fixed bug GH-8289 (Exceptions thrown within a yielded from iterator are
not rethrown into the generator). (Bob)
- Date:
. Fixed bug GH-7979 (DatePeriod iterator advances when checking if valid).
(Derick, Cody Mann)
- FFI:
. Fixed bug GH-8433 (Assigning function pointers to structs in FFI leaks).
(Bob)
- FPM:
. Fixed bug #76003 (FPM /status reports wrong number of active processe).
(Jakub Zelenka)
. Fixed bug #77023 (FPM cannot shutdown processes). (Jakub Zelenka)
. Fixed comment in kqueue remove callback log message. (David Carlier)
- Iconv:
. Fixed bug GH-8218 (ob_end_clean does not reset Content-Encoding header).
(cmb)
- Intl:
. Fixed bug GH-8364 (msgfmt_format $values may not support references). (cmb)
- MySQLi:
. Fixed bug GH-8267 (MySQLi uses unsupported format specifier on Windows).
(cmb)
- SPL:
. Fixed bug GH-8366 (ArrayIterator may leak when calling __construct()).
(cmb)
. Fixed bug GH-8273 (SplFileObject: key() returns wrong value). (Girgias)
- Streams:
. Fixed php://temp does not preserve file-position when switched to temporary
file. (Bernd Holzmüller)
- zlib:
. Fixed bug GH-8218 (ob_end_clean does not reset Content-Encoding header).
(cmb)
diffstat:
lang/php80/Makefile | 3 +--
lang/php80/distinfo | 8 ++++----
2 files changed, 5 insertions(+), 6 deletions(-)
diffs (31 lines):
diff -r b4d42ecdf9a3 -r cc5e8fe56e2b lang/php80/Makefile
--- a/lang/php80/Makefile Thu May 12 13:56:28 2022 +0000
+++ b/lang/php80/Makefile Thu May 12 14:03:25 2022 +0000
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.6 2022/04/18 19:09:56 adam Exp $
+# $NetBSD: Makefile,v 1.7 2022/05/12 14:03:25 taca Exp $
#
# We can't omit PKGNAME here to handle PKG_OPTIONS.
#
PKGNAME= php-${PHP_VERSION:S/RC/rc/}
-PKGREVISION= 1
COMMENT= PHP Hypertext Preprocessor version 8.0
LICENSE= php
diff -r b4d42ecdf9a3 -r cc5e8fe56e2b lang/php80/distinfo
--- a/lang/php80/distinfo Thu May 12 13:56:28 2022 +0000
+++ b/lang/php80/distinfo Thu May 12 14:03:25 2022 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.18 2022/04/16 00:53:58 taca Exp $
+$NetBSD: distinfo,v 1.19 2022/05/12 14:03:25 taca Exp $
-BLAKE2s (php-8.0.18.tar.xz) = eaa0fd7c1742cae37836d29f2d21993524a2e5bcdcb766ce7f1fd4d0f082c6c0
-SHA512 (php-8.0.18.tar.xz) = fda43f5bcb2aba7c2777331b41d2d8bb35c0b8508feef1a2fbff15105acfd7a41e0a4f1f9111e5cf1091e5df04ac4c737ec939c5bd5d85535b3b3ebb0450bc21
-Size (php-8.0.18.tar.xz) = 10871224 bytes
+BLAKE2s (php-8.0.19.tar.xz) = 9c2620a24bcf565f825e3153268f18bc7527c09f0e918210a2b526a7f4ffe832
+SHA512 (php-8.0.19.tar.xz) = 106aa7c9f4804b8ce3518d7e6da4dc8f2a4df2f0b5d7369776737e0b13d4cd6be375694b78271fd1d007d4e0892009dc2a7214c1652462ebf128b74f845787e8
+Size (php-8.0.19.tar.xz) = 10778992 bytes
SHA1 (patch-build_libtool.m4) = e58a2bcebe9e9d7dc7255354fd9fe57878e3f8a6
SHA1 (patch-configure) = 6c3d2537eb4d1c2ed05e8e1e411701d316c67d8b
SHA1 (patch-disable-filter-url) = 0a2c19c18f089448a8d842e99738b292ab9e5640
Home |
Main Index |
Thread Index |
Old Index