pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Feb 20 13:08:53 UTC 2022

Modified Files:
        pkgsrc/lang/php: phpversion.mk
        pkgsrc/lang/php80: distinfo

Log Message:
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)


To generate a diff of this commit:
cvs rdiff -u -r1.356 -r1.357 pkgsrc/lang/php/phpversion.mk
cvs rdiff -u -r1.15 -r1.16 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/php/phpversion.mk
diff -u pkgsrc/lang/php/phpversion.mk:1.356 pkgsrc/lang/php/phpversion.mk:1.357
--- pkgsrc/lang/php/phpversion.mk:1.356 Sun Feb 20 13:03:01 2022
+++ pkgsrc/lang/php/phpversion.mk       Sun Feb 20 13:08:52 2022
@@ -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 @@ PHPVERSION_MK=        defined
 # 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.

Index: pkgsrc/lang/php80/distinfo
diff -u pkgsrc/lang/php80/distinfo:1.15 pkgsrc/lang/php80/distinfo:1.16
--- pkgsrc/lang/php80/distinfo:1.15     Fri Jan 21 00:32:08 2022
+++ pkgsrc/lang/php80/distinfo  Sun Feb 20 13:08:52 2022
@@ -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