pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/php80
Module Name: pkgsrc
Committed By: taca
Date: Thu May 12 14:03:25 UTC 2022
Modified Files:
pkgsrc/lang/php80: Makefile distinfo
Log Message:
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)
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/lang/php80/Makefile
cvs rdiff -u -r1.18 -r1.19 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/php80/Makefile
diff -u pkgsrc/lang/php80/Makefile:1.6 pkgsrc/lang/php80/Makefile:1.7
--- pkgsrc/lang/php80/Makefile:1.6 Mon Apr 18 19:09:56 2022
+++ pkgsrc/lang/php80/Makefile Thu May 12 14:03:25 2022
@@ -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
Index: pkgsrc/lang/php80/distinfo
diff -u pkgsrc/lang/php80/distinfo:1.18 pkgsrc/lang/php80/distinfo:1.19
--- pkgsrc/lang/php80/distinfo:1.18 Sat Apr 16 00:53:58 2022
+++ pkgsrc/lang/php80/distinfo Thu May 12 14:03:25 2022
@@ -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