pkgsrc-Changes-HG archive

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

[pkgsrc/pkgsrc-2020Q3]: pkgsrc/lang Pullup ticket #6333 - requested by taca



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c3797df4eb8a
branches:  pkgsrc-2020Q3
changeset: 440923:c3797df4eb8a
user:      spz <spz%pkgsrc.org@localhost>
date:      Wed Oct 21 19:13:41 2020 +0000

description:
Pullup ticket #6333 - requested by taca
lang/php73: security update

Revisions pulled up:
- lang/php/phpversion.mk                                        1.309
- lang/php73/distinfo                                           1.27

-------------------------------------------------------------------
   Module Name: pkgsrc
   Committed By:        taca
   Date:                Sun Oct  4 03:06:28 UTC 2020

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

   Log Message:
   lang/php73: update to 7.3.23

   Update php73 package to 7.3.23.

   01 Oct 2020, PHP 7.3.23

   - Core:
     . Fixed bug #80048 (Bug #69100 has not been fixed for Windows). (cmb)
     . Fixed bug #80049 (Memleak when coercing integers to string via variadic
       argument). (Nikita)
     . Fixed bug #79699 (PHP parses encoded cookie names so malicious `__Host-`
       cookies can be sent). (CVE-2020-7070) (Stas)

   - Calendar:
     . Fixed bug #80007 (Potential type confusion in unixtojd() parameter parsing).
       (Andy Postnikov)

   - COM:
     . Fixed bug #64130 (COM obj parameters passed by reference are not updated).
       (cmb)

   - OPcache:
     . Fixed bug #80002 (calc free space for new interned string is wrong).
       (t-matsuno)
     . Fixed bug #79825 (opcache.file_cache causes SIGSEGV when custom opcode
       handlers changed). (SammyK)

   - OpenSSL:
     . Fixed bug #79601 (Wrong ciphertext/tag in AES-CCM encryption for a 12
       bytes IV). (CVE-2020-7069) (Jakub Zelenka)

   - PDO:
     . Fixed bug #80027 (Terrible performance using $query->fetch on queries with
       many bind parameters (Matteo)

   - Standard:
     . Fixed bug #79986 (str_ireplace bug with diacritics characters). (cmb)
     . Fixed bug #80077 (getmxrr test bug). (Rainer Jung)
     . Fixed bug #72941 (Modifying bucket->data by-ref has no effect any longer).
       (cmb)
     . Fixed bug #80067 (Omitting the port in bindto setting errors). (cmb)


   To generate a diff of this commit:
   cvs rdiff -u -r1.308 -r1.309 pkgsrc/lang/php/phpversion.mk
   cvs rdiff -u -r1.26 -r1.27 pkgsrc/lang/php73/distinfo

diffstat:

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

diffs (36 lines):

diff -r 570b22868ee2 -r c3797df4eb8a lang/php/phpversion.mk
--- a/lang/php/phpversion.mk    Wed Oct 21 17:11:27 2020 +0000
+++ b/lang/php/phpversion.mk    Wed Oct 21 19:13:41 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.308 2020/09/04 15:01:04 taca Exp $
+# $NetBSD: phpversion.mk,v 1.308.2.1 2020/10/21 19:13:41 spz 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
 PHP72_VERSION= 7.2.33
-PHP73_VERSION= 7.3.22
+PHP73_VERSION= 7.3.23
 PHP74_VERSION= 7.4.10
 
 # Define initial release of major version.
diff -r 570b22868ee2 -r c3797df4eb8a lang/php73/distinfo
--- a/lang/php73/distinfo       Wed Oct 21 17:11:27 2020 +0000
+++ b/lang/php73/distinfo       Wed Oct 21 19:13:41 2020 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.26 2020/09/04 14:59:16 taca Exp $
+$NetBSD: distinfo,v 1.26.2.1 2020/10/21 19:13:41 spz Exp $
 
-SHA1 (php-7.3.22.tar.xz) = 4505a7579b6a35a060c5bcd6fc6c8bbf32d1603d
-RMD160 (php-7.3.22.tar.xz) = 837bcbaa9e894b05c15772ef885100bf7775611b
-SHA512 (php-7.3.22.tar.xz) = 7f06473e394e3236dff1376c8c9e6d15b998eef8b8b1148b103bd13dfd27785c01e1c6b15414ff64ea511f3f5e59e925831a7546f235d7c58bd47dcf46f6ff00
-Size (php-7.3.22.tar.xz) = 12134212 bytes
+SHA1 (php-7.3.23.tar.xz) = 4253311bcbe469d37644a8c2d793e40cd3e8ef95
+RMD160 (php-7.3.23.tar.xz) = 648b20df10e8934ff22cbeb6ea4ec60d5e55ad7a
+SHA512 (php-7.3.23.tar.xz) = b5e318bd59951b470a22b2ef2db19cd542d42bed72cf4abe4344c0521eeba606eac31a38ff49d2ab0cb7ed17441655e029d5984584d86b935f576515179777af
+Size (php-7.3.23.tar.xz) = 12133616 bytes
 SHA1 (patch-configure) = 08b80528ba90c705398e8841c232382663479a3b
 SHA1 (patch-disable-filter-url) = 0a2c19c18f089448a8d842e99738b292ab9e5640
 SHA1 (patch-ext_gd_config.m4) = eaecfb31b18700dd642c067ed82748d4f6be2335



Home | Main Index | Thread Index | Old Index