pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang lang/php80: update to 8.0.22



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f24a7d4a0d5c
branches:  trunk
changeset: 382762:f24a7d4a0d5c
user:      taca <taca%pkgsrc.org@localhost>
date:      Thu Aug 04 15:19:39 2022 +0000

description:
lang/php80: update to 8.0.22

02 Aug 2022, PHP 8.0.22

- CLI:
  . Fixed potential overflow for the builtin server via the
    PHP_CLI_SERVER_WORKERS environment variable. (yiyuaner)

- Core:
  . Fixed bug GH-8923 (error_log on Windows can hold the file write
    lock). (cmb)

  . Fixed bug GH-8995 (WeakMap object reference offset causing TypeError).
    (Tobias Bachert)

- Date:
  . Fixed bug #80047 (DatePeriod doesn't warn with custom
    DateTimeImmutable).  (Derick)

- DBA:
  . Fixed LMDB driver hanging when attempting to delete a non-existing key
    (Girgias)

- FPM:
  . Fixed zlog message prepend, free on incorrect address. (Heiko Weber)
  . Fixed possible double free on configuration loading failure. (Heiko
    Weber).

- GD:
  . Fixed bug GH-8848 (imagecopyresized() error refers to the wrong argument).
    (cmb)

- Intl:
  . Fixed build for ICU 69.x and onwards. (David Carlier)

- OPcache:
  . Fixed bug GH-8847 (PHP hanging infinitly at 100% cpu when check php
    syntaxe of a valid file). (Dmitry)

- Standard:
  . Fixed the crypt_sha256/512 api build with clang > 12. (David Carlier)
  . Uses CCRandomGenerateBytes instead of arc4random_buf on macOs. (David
    Carlier).

diffstat:

 lang/php/phpversion.mk |  4 ++--
 lang/php80/distinfo    |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (34 lines):

diff -r aea859fac1d3 -r f24a7d4a0d5c lang/php/phpversion.mk
--- a/lang/php/phpversion.mk    Thu Aug 04 15:16:05 2022 +0000
+++ b/lang/php/phpversion.mk    Thu Aug 04 15:19:39 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.370 2022/07/08 13:51:56 taca Exp $
+# $NetBSD: phpversion.mk,v 1.371 2022/08/04 15:19:39 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 @@
 # Define each PHP's version.
 PHP56_VERSION= 5.6.40
 PHP74_VERSION= 7.4.30
-PHP80_VERSION= 8.0.21
+PHP80_VERSION= 8.0.22
 PHP81_VERSION= 8.1.8
 
 # Define initial release of major version.
diff -r aea859fac1d3 -r f24a7d4a0d5c lang/php80/distinfo
--- a/lang/php80/distinfo       Thu Aug 04 15:16:05 2022 +0000
+++ b/lang/php80/distinfo       Thu Aug 04 15:19:39 2022 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.22 2022/07/08 13:50:32 taca Exp $
+$NetBSD: distinfo,v 1.23 2022/08/04 15:19:39 taca Exp $
 
-BLAKE2s (php-8.0.21.tar.xz) = aa57db1699a7fe53b353e16dcf3ce1c0126188ea6637261501bb4e6d5cb8c495
-SHA512 (php-8.0.21.tar.xz) = c1c1577f3d6af445d8ac15338877186f2a639a76ad980328011cb0a5e9592bdb24c1cda7ae8a0c495c881497d54cbca6e1373ede71bf097e69a040368841d567
-Size (php-8.0.21.tar.xz) = 10785364 bytes
+BLAKE2s (php-8.0.22.tar.xz) = 8e849d5b56e4aa0753cc1746bf974edfe80e46e2e0bb29f3e7bd0cb3b30136fe
+SHA512 (php-8.0.22.tar.xz) = e4f117331aed84542034524df96e14a73fe4770205c38576659cec90e376e205a8c4a16191119a73d1115e731b3d16cbdaac4a2e4267738e9b9beb22b0add5a7
+Size (php-8.0.22.tar.xz) = 10785228 bytes
 SHA1 (patch-build_libtool.m4) = e58a2bcebe9e9d7dc7255354fd9fe57878e3f8a6
 SHA1 (patch-configure) = 6c3d2537eb4d1c2ed05e8e1e411701d316c67d8b
 SHA1 (patch-disable-filter-url) = 0a2c19c18f089448a8d842e99738b292ab9e5640



Home | Main Index | Thread Index | Old Index