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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/48d6121cc3fa
branches:  trunk
changeset: 456531:48d6121cc3fa
user:      taca <taca%pkgsrc.org@localhost>
date:      Mon Aug 02 14:09:36 2021 +0000

description:
lang/php80: update to 8.0.9

29 Jul 2021, PHP 8.0.9

- Core:
  . Fixed bug #81145 (copy() and stream_copy_to_stream() fail for +4GB files).
    (cmb, Nikita)
  . Fixed bug #81163 (incorrect handling of indirect vars in __sleep).
    (krakjoe)
  . Fixed bug #81159 (Object to int warning when using an object as a string
    offset). (girgias)
  . Fixed bug #80728 (PHP built-in web server resets timeout when it can kill
    the process). (Calvin Buckley)
  . Fixed bug #73630 (Built-in Weberver - overwrite $_SERVER['request_uri']).
    (cmb)
  . Fixed bug #80173 (Using return value of zend_assign_to_variable() is not
    safe). (Nikita)
  . Fixed bug #73226 (--r[fcez] always return zero exit code). (cmb)

- Intl:
  . Fixed bug #72809 (Locale::lookup() wrong result with canonicalize option).
    (cmb)
  . Fixed bug #68471 (IntlDateFormatter fails for "GMT+00:00" timezone). (cmb)
  . Fixed bug #74264 (grapheme_strrpos() broken for negative offsets). (cmb)

- OpenSSL:
  . Fixed bug #52093 (openssl_csr_sign truncates $serial). (cmb)

- PCRE:
  . Fixed bug #81101 (PCRE2 10.37 shows unexpected result). (Anatol)
  . Fixed bug #81243 (Too much memory is allocated for preg_replace()). (cmb)

- Reflection:
  . Fixed bug #81208 (Segmentation fault while create newInstance from
    attribute). (Nikita)

- Standard:
  . Fixed bug #81223 (flock() only locks first byte of file). (cmb)

diffstat:

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

diffs (36 lines):

diff -r fc6212eeb31c -r 48d6121cc3fa lang/php/phpversion.mk
--- a/lang/php/phpversion.mk    Mon Aug 02 14:08:32 2021 +0000
+++ b/lang/php/phpversion.mk    Mon Aug 02 14:09:36 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.334 2021/08/02 14:08:01 taca Exp $
+# $NetBSD: phpversion.mk,v 1.335 2021/08/02 14:09:36 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
@@ -90,7 +90,7 @@
 PHP56_VERSION= 5.6.40
 PHP73_VERSION= 7.3.29
 PHP74_VERSION= 7.4.22
-PHP80_VERSION= 8.0.8
+PHP80_VERSION= 8.0.9
 
 # Define initial release of major version.
 PHP56_RELDATE= 20140828
diff -r fc6212eeb31c -r 48d6121cc3fa lang/php80/distinfo
--- a/lang/php80/distinfo       Mon Aug 02 14:08:32 2021 +0000
+++ b/lang/php80/distinfo       Mon Aug 02 14:09:36 2021 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.5 2021/07/02 17:30:35 taca Exp $
+$NetBSD: distinfo,v 1.6 2021/08/02 14:09:36 taca Exp $
 
-SHA1 (php-8.0.8.tar.xz) = a3799800e0f25474ce4125789afccba5c2877e0e
-RMD160 (php-8.0.8.tar.xz) = fd0571822e3bc50b43c51ac98585108e679e208b
-SHA512 (php-8.0.8.tar.xz) = 1f8b94083b64705e24365af57169f8ff08115f31a7471238d9ed7a24b692e46c789f3fc00ff2bef2205243b9cd9c4736831e995a004afc7fc4127f3b74932428
-Size (php-8.0.8.tar.xz) = 10674548 bytes
+SHA1 (php-8.0.9.tar.xz) = f58cc5a018db11221cab439b9f6aa8fb2814e1f5
+RMD160 (php-8.0.9.tar.xz) = 8a448fa6c683aab4a73b73bb3796566457686e40
+SHA512 (php-8.0.9.tar.xz) = de9923bfa3ca37cd775ff743beb417152d7380fa5622f3fb0055b49e552c6484561f4f503bb11f535aadd12352c92f673f3e3cc86964c767b1f6cec21265d03c
+Size (php-8.0.9.tar.xz) = 10678448 bytes
 SHA1 (patch-build_libtool.m4) = e58a2bcebe9e9d7dc7255354fd9fe57878e3f8a6
 SHA1 (patch-configure) = 6c3d2537eb4d1c2ed05e8e1e411701d316c67d8b
 SHA1 (patch-disable-filter-url) = 0a2c19c18f089448a8d842e99738b292ab9e5640



Home | Main Index | Thread Index | Old Index