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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/75823bad106b
branches:  trunk
changeset: 374358:75823bad106b
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Feb 20 13:08:52 2022 +0000

description:
lang/php80: update to 8.0.16

17 Feb 2022, PHP 8.0.16

- Core:
  . Fixed bug #81430 (Attribute instantiation leaves dangling pointer).
    (beberlei)
  . Fixed bug GH-7896 (Environment vars may be mangled on Windows). (cmb)

- FFI:
  . Fixed bug GH-7867 (FFI::cast() from pointer to array is broken). (cmb,
    dmitry)

- Filter:
  . Fix #81708: UAF due to php_filter_float() failing for ints. (stas)

- FPM:
  . Fixed memory leak on invalid port. (David Carlier)

- MBString:
  . Fixed bug GH-7902 (mb_send_mail may delimit headers with LF only). (cmb)

- MySQLnd:
  . Fixed bug GH-7972 (MariaDB version prefix 5.5.5- is not stripped). (Kamil Tekiela)

- Sockets:
  . Fixed ext/sockets build on Haiku. (David Carlier)
  . Fixed bug GH-7978 (sockets extension compilation errors). (David Carlier)

- Standard:
  . Fixed bug GH-7875 (mails are sent even if failure to log throws exception).
    (cmb)

diffstat:

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

diffs (34 lines):

diff -r 3f3fe3a9e593 -r 75823bad106b lang/php/phpversion.mk
--- a/lang/php/phpversion.mk    Sun Feb 20 13:04:48 2022 +0000
+++ b/lang/php/phpversion.mk    Sun Feb 20 13:08:52 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.356 2022/02/20 13:03:01 taca Exp $
+# $NetBSD: phpversion.mk,v 1.357 2022/02/20 13:08:52 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.28
-PHP80_VERSION= 8.0.15
+PHP80_VERSION= 8.0.16
 PHP81_VERSION= 8.1.2
 
 # Define initial release of major version.
diff -r 3f3fe3a9e593 -r 75823bad106b lang/php80/distinfo
--- a/lang/php80/distinfo       Sun Feb 20 13:04:48 2022 +0000
+++ b/lang/php80/distinfo       Sun Feb 20 13:08:52 2022 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.15 2022/01/21 00:32:08 taca Exp $
+$NetBSD: distinfo,v 1.16 2022/02/20 13:08:52 taca Exp $
 
-BLAKE2s (php-8.0.15.tar.xz) = 2914fbf51f4fec6f866b1e3f26794ade2277120ee64de0d58526d2c2bf58afec
-SHA512 (php-8.0.15.tar.xz) = e6ac50b2e38d6d02cf84ce388826438bb7d339b54d2038ca071874b90c65f80c5c5e0c69f870edd7450d2de8f83788c8855eeb983d0d4528d44e31679caf404f
-Size (php-8.0.15.tar.xz) = 10764936 bytes
+BLAKE2s (php-8.0.16.tar.xz) = 8e10af9dfd91154e2b4ca535671e14bf162a76ffe708cfac72d375d61e5438eb
+SHA512 (php-8.0.16.tar.xz) = 68952638f2965752be26dc0a49f938eb4f251f2d5a7b309a2983c4f9bc064738c9da2e8015ec9b2ecc0dc06e014ace3c0348222166b898a4a38c31ab8b0fd139
+Size (php-8.0.16.tar.xz) = 10864076 bytes
 SHA1 (patch-build_libtool.m4) = e58a2bcebe9e9d7dc7255354fd9fe57878e3f8a6
 SHA1 (patch-configure) = 6c3d2537eb4d1c2ed05e8e1e411701d316c67d8b
 SHA1 (patch-disable-filter-url) = 0a2c19c18f089448a8d842e99738b292ab9e5640



Home | Main Index | Thread Index | Old Index