pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang lang/php81: update to 8.1.7



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c7f1440312ff
branches:  trunk
changeset: 380591:c7f1440312ff
user:      taca <taca%pkgsrc.org@localhost>
date:      Thu Jun 09 15:10:50 2022 +0000

description:
lang/php81: update to 8.1.7

09 Jun 2022, PHP 8.1.7

- CLI:
  . Fixed bug GH-8575 (CLI closes standard streams too early). (Levi Morrison)

- Date:
  . Fixed bug #51934 (strtotime plurals / incorrect time). (Derick)
  . Fixed bug #51987 (Datetime fails to parse an ISO 8601 ordinal date
    (extended format)). (Derick)
  . Fixed bug #66019 (DateTime object does not support short ISO 8601 time
    format - YYYY-MM-DDTHH) (cmb, Derick)
  . Fixed bug #68549 (Timezones and offsets are not properly used when working
    with dates) (Derick, Roel Harbers)
  . Fixed bug #81565 (date parsing fails when provided with timezones including
    seconds). (Derick)
  . Fixed bug GH-7758 (Problems with negative timestamps and fractions).
    (Derick, Ilija)

- FPM:
  . Fixed ACL build check on MacOS. (David Carlier)
  . Fixed bug #72185: php-fpm writes empty fcgi record causing nginx 502.
    (Jakub Zelenka, loveharmful)

- mysqlnd:
  . Fixed bug #81719: mysqlnd/pdo password buffer overflow. (CVE-2022-31626)
    (c dot fol at ambionics dot io)

- OPcache:
  . Fixed bug GH-8461 (tracing JIT crash after function/method change).
    (Arnaud, Dmitry)

- OpenSSL:
  . Fixed bug #79589 (error:14095126:SSL routines:ssl3_read_n:unexpected eof
    while reading). (Jakub Zelenka)

- Pcntl:
  . Fixed Haiku build. (David Carlier)

- pgsql
  . Fixed bug #81720: Uninitialized array in pg_query_params().
    (CVE-2022-31625) (cmb)

- Soap:
  . Fixed bug GH-8578 (Error on wrong parameter on SoapHeader constructor).
    (robertnisipeanu)
  . Fixed bug GH-8538 (SoapClient may strip parts of nmtokens). (cmb)

- SPL:
  . Fixed bug GH-8235 (iterator_count() may run indefinitely). (cmb)

- Standard:
  . Fixed bug GH-8185 (Crash during unloading of extension after dl() in ZTS).
    (Arnaud)

- Zip:
  . Fixed type for index in ZipArchive::replaceFile. (Martin Rehberger)

diffstat:

 lang/php/phpversion.mk |  4 ++--
 lang/php81/Makefile    |  3 +--
 lang/php81/distinfo    |  8 ++++----
 3 files changed, 7 insertions(+), 8 deletions(-)

diffs (49 lines):

diff -r b8d1a22b461b -r c7f1440312ff lang/php/phpversion.mk
--- a/lang/php/phpversion.mk    Thu Jun 09 15:01:06 2022 +0000
+++ b/lang/php/phpversion.mk    Thu Jun 09 15:10:50 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.366 2022/06/09 15:00:38 taca Exp $
+# $NetBSD: phpversion.mk,v 1.367 2022/06/09 15:10:50 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 @@
 PHP56_VERSION= 5.6.40
 PHP74_VERSION= 7.4.30
 PHP80_VERSION= 8.0.19
-PHP81_VERSION= 8.1.6
+PHP81_VERSION= 8.1.7
 
 # Define initial release of major version.
 PHP56_RELDATE= 20140828
diff -r b8d1a22b461b -r c7f1440312ff lang/php81/Makefile
--- a/lang/php81/Makefile       Thu Jun 09 15:01:06 2022 +0000
+++ b/lang/php81/Makefile       Thu Jun 09 15:10:50 2022 +0000
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.6 2022/05/21 16:01:06 taca Exp $
+# $NetBSD: Makefile,v 1.7 2022/06/09 15:10:50 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.1
 LICENSE=               php
diff -r b8d1a22b461b -r c7f1440312ff lang/php81/distinfo
--- a/lang/php81/distinfo       Thu Jun 09 15:01:06 2022 +0000
+++ b/lang/php81/distinfo       Thu Jun 09 15:10:50 2022 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.8 2022/05/21 16:01:06 taca Exp $
+$NetBSD: distinfo,v 1.9 2022/06/09 15:10:50 taca Exp $
 
-BLAKE2s (php-8.1.6.tar.xz) = 6e46606147f0169d44c89d1ac0084f94a78125bc66402e3847ff4c6bf5051610
-SHA512 (php-8.1.6.tar.xz) = df5ab8e90aced1cc904c6abd25f42b0c59a327fe4f7b518591c23820e711952f3b1e70b31a1c2e90282621891400b492fb099cbadafcd0ef7991ccc2962156de
-Size (php-8.1.6.tar.xz) = 11708824 bytes
+BLAKE2s (php-8.1.7.tar.xz) = c90e278fa7644ef0aed8c168d772c213dae59ea2ba84f65e7922b38bf0e65ae9
+SHA512 (php-8.1.7.tar.xz) = 1d72db220f3485310e02b67c41dd6434c26b7118f673ba7f425ff6b79cc96c86fc45bfe9c90b302d719eb9b7a5334f363a92ac309c367aacc93ab31a72a63c45
+Size (php-8.1.7.tar.xz) = 11718520 bytes
 SHA1 (patch-build_libtool.m4) = e58a2bcebe9e9d7dc7255354fd9fe57878e3f8a6
 SHA1 (patch-configure) = e91e22267a9b7ebcc16a586ba6f325c772adb13c
 SHA1 (patch-disable-filter-url) = 0a2c19c18f089448a8d842e99738b292ab9e5640



Home | Main Index | Thread Index | Old Index