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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fea1dfb7219c
branches:  trunk
changeset: 381491:fea1dfb7219c
user:      taca <taca%pkgsrc.org@localhost>
date:      Fri Jul 08 13:50:32 2022 +0000

description:
lang/php80: update to 8.0.21

07 Jul 2022, PHP 8.0.21

- Core:
  . Fixed potential use after free in php_binary_init(). (Heiko Weber)

- CLI:
  . Fixed GH-8827 (Intentionally closing std handles no longer possible). (cmb)

- COM:
  . Fixed bug GH-8778 (Integer arithmethic with large number variants fails).
    (cmb)

- Curl:
  . Fixed CURLOPT_TLSAUTH_TYPE is not treated as a string option. (Pierrick)

- Date:
  . Fixed bug #74671 (DST timezone abbreviation has incorrect offset). (Derick)
  . Fixed bug #77243 (Weekdays are calculated incorrectly for negative years).
    (Derick)
  . Fixed bug #78139 (timezone_open accepts invalid timezone string argument).
    (Derick)

- FPM:
  . Fixed bug #67764 (fpm: syslog.ident don't work). (Jakub Zelenka)

- MBString:
  . Fixed bug GH-8685 (pcre not ready at mbstring startup). (Remi)

- ODBC:
  . Fixed handling of single-key connection strings. (Calvin Buckley)

- OpenSSL:
  . Fixed bug #50293 (Several openssl functions ignore the VCWD).
    (Jakub Zelenka, cmb)
  . Fixed bug #81713 (NULL byte injection in several OpenSSL functions working
    with certificates). (Jakub Zelenka)

- PDO_ODBC:
  . Fixed errorInfo() result on successful PDOStatement->execute(). (Yurunsoft)
  . Fixed handling of single-key connection strings. (Calvin Buckley)

- SPL:
  . Fixed bug GH-8563 (Different results for seek() on SplFileObject and SplTempFileObject). (Girgias)

- Zip:
  . Fixed bug GH-8781 (ZipArchive::close deletes zip file without updating stat
    cache). (Remi)

diffstat:

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

diffs (34 lines):

diff -r 8f2a2daf2c1c -r fea1dfb7219c lang/php/phpversion.mk
--- a/lang/php/phpversion.mk    Fri Jul 08 13:31:49 2022 +0000
+++ b/lang/php/phpversion.mk    Fri Jul 08 13:50:32 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.368 2022/06/10 00:00:06 taca Exp $
+# $NetBSD: phpversion.mk,v 1.369 2022/07/08 13:50:32 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.20
+PHP80_VERSION= 8.0.21
 PHP81_VERSION= 8.1.7
 
 # Define initial release of major version.
diff -r 8f2a2daf2c1c -r fea1dfb7219c lang/php80/distinfo
--- a/lang/php80/distinfo       Fri Jul 08 13:31:49 2022 +0000
+++ b/lang/php80/distinfo       Fri Jul 08 13:50:32 2022 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.21 2022/06/10 00:00:07 taca Exp $
+$NetBSD: distinfo,v 1.22 2022/07/08 13:50:32 taca Exp $
 
-BLAKE2s (php-8.0.20.tar.xz) = 44891d8274de55a31eda0ba66d6ae783a39caedb770673d00882252d3fe2c9c6
-SHA512 (php-8.0.20.tar.xz) = 24153733111bb5104298679fb5ee02d8abad4e6b2a8e0a07c2a6076e1c9104309abe56bcb7b5fe17670c266e5e9981c520ed0ac12b699ae0050953ff99ef04fa
-Size (php-8.0.20.tar.xz) = 10879064 bytes
+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
 SHA1 (patch-build_libtool.m4) = e58a2bcebe9e9d7dc7255354fd9fe57878e3f8a6
 SHA1 (patch-configure) = 6c3d2537eb4d1c2ed05e8e1e411701d316c67d8b
 SHA1 (patch-disable-filter-url) = 0a2c19c18f089448a8d842e99738b292ab9e5640



Home | Main Index | Thread Index | Old Index