pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang lang/php72: update to 7.2.27



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0cd87a9fb58f
branches:  trunk
changeset: 422385:0cd87a9fb58f
user:      taca <taca%pkgsrc.org@localhost>
date:      Sat Jan 25 17:24:03 2020 +0000

description:
lang/php72: update to 7.2.27

Update php72 to 7.2.27 (PHP 7.2.27).

23 Jan 2020, PHP 7.2.27

- Mbstring:
  . Fixed bug #79037 (global buffer-overflow in `mbfl_filt_conv_big5_wchar`).
    (CVE-2020-7060) (Nikita)

- Session:
  . Fixed bug #79091 (heap use-after-free in session_create_id()). (cmb, Nikita)

- Standard:
  . Fixed bug #79099 (OOB read in php_strip_tags_ex). (CVE-2020-7059). (cmb)

diffstat:

 lang/php/phpversion.mk |   4 ++--
 lang/php72/Makefile    |   3 +--
 lang/php72/distinfo    |  10 +++++-----
 3 files changed, 8 insertions(+), 9 deletions(-)

diffs (51 lines):

diff -r 5a476f9287fd -r 0cd87a9fb58f lang/php/phpversion.mk
--- a/lang/php/phpversion.mk    Sat Jan 25 17:22:49 2020 +0000
+++ b/lang/php/phpversion.mk    Sat Jan 25 17:24:03 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.285 2020/01/25 17:22:49 taca Exp $
+# $NetBSD: phpversion.mk,v 1.286 2020/01/25 17:24:03 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
@@ -88,7 +88,7 @@
 
 # Define each PHP's version.
 PHP56_VERSION= 5.6.40
-PHP72_VERSION= 7.2.26
+PHP72_VERSION= 7.2.27
 PHP73_VERSION= 7.3.14
 PHP74_VERSION= 7.4.2
 
diff -r 5a476f9287fd -r 0cd87a9fb58f lang/php72/Makefile
--- a/lang/php72/Makefile       Sat Jan 25 17:22:49 2020 +0000
+++ b/lang/php72/Makefile       Sat Jan 25 17:24:03 2020 +0000
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.23 2020/01/18 21:49:42 jperkin Exp $
+# $NetBSD: Makefile,v 1.24 2020/01/25 17:24:03 taca Exp $
 
 #
 # We can't omit PKGNAME here to handle PKG_OPTIONS.
 #
 PKGNAME=               php-${PHP_VERSION:S/RC/rc/}
-PKGREVISION=           1
 
 COMMENT=               PHP Hypertext Preprocessor version 7.2
 LICENSE=               php
diff -r 5a476f9287fd -r 0cd87a9fb58f lang/php72/distinfo
--- a/lang/php72/distinfo       Sat Jan 25 17:22:49 2020 +0000
+++ b/lang/php72/distinfo       Sat Jan 25 17:24:03 2020 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.50 2019/12/21 07:02:15 taca Exp $
+$NetBSD: distinfo,v 1.51 2020/01/25 17:24:03 taca Exp $
 
-SHA1 (php-7.2.26.tar.xz) = 900f24ee0d0851566a63f7ff2c59fcfa03e27aae
-RMD160 (php-7.2.26.tar.xz) = d62f811f36bc146de8f0ddd68f41820f46a74b09
-SHA512 (php-7.2.26.tar.xz) = 457e3420120135e311a22cd11529d5a3efc5885af4f298196f403093141801619d4dcdb38d6a4a5f8d9dcfa619688d8fdf33fea4a30e2d885e987b739a268f12
-Size (php-7.2.26.tar.xz) = 12309176 bytes
+SHA1 (php-7.2.27.tar.xz) = 6c7647acc873ef2a23c6af2130f466509e4ff420
+RMD160 (php-7.2.27.tar.xz) = f07a0007ed55d8535e8bedbc6a5a03ced5f28842
+SHA512 (php-7.2.27.tar.xz) = 02416e2bdfcd47ef660c7403ca25c7358c2f9a685b1dee6a2a95c52d1b1178666f9fa0bb32dc070cfd09febb5c44ecdb70116546142369d7ead4432634dc38c5
+Size (php-7.2.27.tar.xz) = 12307512 bytes
 SHA1 (patch-configure) = 6e66a79e691a84aa7ae461f8dec1752443ad6b61
 SHA1 (patch-disable-filter-url) = e9e92d686ddd1d1a1ece10fe4feee4e368fe510c
 SHA1 (patch-ext_gd_config.m4) = eaecfb31b18700dd642c067ed82748d4f6be2335



Home | Main Index | Thread Index | Old Index