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 Dec 21 07:02:15 UTC 2019
Modified Files:
pkgsrc/lang/php: phpversion.mk
pkgsrc/lang/php72: distinfo
Log Message:
lang/php72: update to 7.2.26
Update php73 to 7.2.26, including security fixes.
19 Dec 2019, PHP 7.2.26
- Bcmath:
. Fixed bug #78878 (Buffer underflow in bc_shift_addsub). (CVE-2019-11046).
(cmb)
- Core:
. Fixed bug #78862 (link() silently truncates after a null byte on Windows).
(CVE-2019-11044). (cmb)
. Fixed bug #78863 (DirectoryIterator class silently truncates after a null
byte). (CVE-2019-11045). (cmb)
- EXIF:
. Fixed bug #78793 (Use-after-free in exif parsing under memory sanitizer).
(CVE-2019-11050). (Nikita)
. Fixed bug #78910 (Heap-buffer-overflow READ in exif). (CVE-2019-11047).
(Nikita)
- GD:
. Fixed bug #78849 (GD build broken with -D SIGNED_COMPARE_SLOW). (cmb)
- Intl:
. Fixed bug #78804 (Segmentation fault in Locale::filterMatches). (Stas)
- OPcache:
. Fixed $x = (bool)$x; with opcache (should emit undeclared variable notice).
(Tyson Andre)
- Standard:
. Fixed bug #78759 (array_search in $GLOBALS). (Nikita)
. Fixed bug #78833 (Integer overflow in pack causes out-of-bound access).
(cmb)
. Fixed bug #78814 (strip_tags allows / in tag name => whitelist bypass).
(cmb)
To generate a diff of this commit:
cvs rdiff -u -r1.282 -r1.283 pkgsrc/lang/php/phpversion.mk
cvs rdiff -u -r1.49 -r1.50 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.282 pkgsrc/lang/php/phpversion.mk:1.283
--- pkgsrc/lang/php/phpversion.mk:1.282 Sat Dec 21 07:00:55 2019
+++ pkgsrc/lang/php/phpversion.mk Sat Dec 21 07:02:15 2019
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.282 2019/12/21 07:00:55 taca Exp $
+# $NetBSD: phpversion.mk,v 1.283 2019/12/21 07:02:15 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.25
+PHP72_VERSION= 7.2.26
PHP73_VERSION= 7.3.13
PHP74_VERSION= 7.4.1
Index: pkgsrc/lang/php72/distinfo
diff -u pkgsrc/lang/php72/distinfo:1.49 pkgsrc/lang/php72/distinfo:1.50
--- pkgsrc/lang/php72/distinfo:1.49 Mon Dec 16 15:58:18 2019
+++ pkgsrc/lang/php72/distinfo Sat Dec 21 07:02:15 2019
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.49 2019/12/16 15:58:18 taca Exp $
+$NetBSD: distinfo,v 1.50 2019/12/21 07:02:15 taca Exp $
-SHA1 (php-7.2.25.tar.xz) = 3ef98fe23aa61883e7d931f52822f9b7bc4cb3c7
-RMD160 (php-7.2.25.tar.xz) = 393022b9385e9e2ec399ddfd2f57a399dbfbd012
-SHA512 (php-7.2.25.tar.xz) = b803284ef3aac178646095200c4bb3635d6dcaffd967ea94960905cec9a76835f745606d45e383b917d7e6b118708bc05025728444a3123d3c09e06350cb277b
-Size (php-7.2.25.tar.xz) = 12278980 bytes
+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 (patch-configure) = 6e66a79e691a84aa7ae461f8dec1752443ad6b61
SHA1 (patch-disable-filter-url) = e9e92d686ddd1d1a1ece10fe4feee4e368fe510c
SHA1 (patch-ext_gd_config.m4) = eaecfb31b18700dd642c067ed82748d4f6be2335
Home |
Main Index |
Thread Index |
Old Index