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.18



details:   https://anonhg.NetBSD.org/pkgsrc/rev/49802a0d270a
branches:  trunk
changeset: 377056:49802a0d270a
user:      taca <taca%pkgsrc.org@localhost>
date:      Sat Apr 16 00:53:58 2022 +0000

description:
lang/php80: update to 8.0.18

14 Apr 2022, PHP 8.0.18

- Core:
  . Fixed freeing of internal attribute arguments. (Bob)
  . Fixed bug GH-8070 (memory leak of internal function attribute hash).
    (Tim Düsterhus)
  . Fixed bug GH-8160 (ZTS support on Alpine is broken). (Michael Voříšek)

- Filter:
  . Fixed signedness confusion in php_filter_validate_domain(). (cmb)

- Intl:
  . Fixed bug GH-8142 (Compilation error on cygwin). (David Carlier)

- MBString:
  . Fixed bug GH-8208 (mb_encode_mimeheader: $indent functionality broken).
    (cmb)

- MySQLi:
  . Fixed bug GH-8068 (mysqli_fetch_object creates inaccessible properties).
    (cmb)

- Pcntl:
  . Fixed bug GH-8142 (Compilation error on cygwin). (David Carlier)

- PgSQL:
  . Fixed result_type related stack corruption on LLP64 architectures. (cmb)
  . Fixed bug GH-8253 (pg_insert() fails for references). (cmb)

- Sockets:
  . Fixed Solaris builds. (David Carlier)

- SPL:
  . Fixed bug GH-8121 (SplFileObject - seek and key with csv file inconsistent).
    (cmb)

- Standard:
  . Fixed bug GH-8048 (Force macOS to use statfs). (risner)

diffstat:

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

diffs (34 lines):

diff -r 1745776343c9 -r 49802a0d270a lang/php/phpversion.mk
--- a/lang/php/phpversion.mk    Sat Apr 16 00:53:06 2022 +0000
+++ b/lang/php/phpversion.mk    Sat Apr 16 00:53:58 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.361 2022/04/16 00:52:28 taca Exp $
+# $NetBSD: phpversion.mk,v 1.362 2022/04/16 00:53:58 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.29
-PHP80_VERSION= 8.0.17
+PHP80_VERSION= 8.0.18
 PHP81_VERSION= 8.1.4
 
 # Define initial release of major version.
diff -r 1745776343c9 -r 49802a0d270a lang/php80/distinfo
--- a/lang/php80/distinfo       Sat Apr 16 00:53:06 2022 +0000
+++ b/lang/php80/distinfo       Sat Apr 16 00:53:58 2022 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.17 2022/03/18 14:41:23 taca Exp $
+$NetBSD: distinfo,v 1.18 2022/04/16 00:53:58 taca Exp $
 
-BLAKE2s (php-8.0.17.tar.xz) = cb8a9376eb73b0dea3b1860191792ba3072896553be89e263a0124e757ac8f9c
-SHA512 (php-8.0.17.tar.xz) = 9e1e44860be8f5ddf0c264f791e2c8936ca3abd02c18c432ff340057e94f0fbc5f40f1ee8f4feee60416eb4ce712f43764d3757f2e667dc78150d2d86d3c02e3
-Size (php-8.0.17.tar.xz) = 10771016 bytes
+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
 SHA1 (patch-build_libtool.m4) = e58a2bcebe9e9d7dc7255354fd9fe57878e3f8a6
 SHA1 (patch-configure) = 6c3d2537eb4d1c2ed05e8e1e411701d316c67d8b
 SHA1 (patch-disable-filter-url) = 0a2c19c18f089448a8d842e99738b292ab9e5640


Home | Main Index | Thread Index | Old Index