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:           Sat Jan 25 17:24:03 UTC 2020

Modified Files:
        pkgsrc/lang/php: phpversion.mk
        pkgsrc/lang/php72: Makefile distinfo

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


To generate a diff of this commit:
cvs rdiff -u -r1.285 -r1.286 pkgsrc/lang/php/phpversion.mk
cvs rdiff -u -r1.23 -r1.24 pkgsrc/lang/php72/Makefile
cvs rdiff -u -r1.50 -r1.51 pkgsrc/lang/php72/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.285 pkgsrc/lang/php/phpversion.mk:1.286
--- pkgsrc/lang/php/phpversion.mk:1.285 Sat Jan 25 17:22:49 2020
+++ pkgsrc/lang/php/phpversion.mk       Sat Jan 25 17:24:03 2020
@@ -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 @@ PHPVERSION_MK=        defined
 
 # 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
 

Index: pkgsrc/lang/php72/Makefile
diff -u pkgsrc/lang/php72/Makefile:1.23 pkgsrc/lang/php72/Makefile:1.24
--- pkgsrc/lang/php72/Makefile:1.23     Sat Jan 18 21:49:42 2020
+++ pkgsrc/lang/php72/Makefile  Sat Jan 25 17:24:03 2020
@@ -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

Index: pkgsrc/lang/php72/distinfo
diff -u pkgsrc/lang/php72/distinfo:1.50 pkgsrc/lang/php72/distinfo:1.51
--- pkgsrc/lang/php72/distinfo:1.50     Sat Dec 21 07:02:15 2019
+++ pkgsrc/lang/php72/distinfo  Sat Jan 25 17:24:03 2020
@@ -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