pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/pkgsrc-2019Q1]: pkgsrc Pullup ticket #5974 - requested by taca
details: https://anonhg.NetBSD.org/pkgsrc/rev/ca7e44e29651
branches: pkgsrc-2019Q1
changeset: 334754:ca7e44e29651
user: spz <spz%pkgsrc.org@localhost>
date: Tue Jun 04 19:39:07 2019 +0000
description:
Pullup ticket #5974 - requested by taca
lang/php72: security update
meta-pkgs/php72-extensions: security update
Revisions pulled up:
- lang/php/phpversion.mk 1.259
- lang/php72/distinfo 1.41
- meta-pkgs/php72-extensions/Makefile 1.3
-------------------------------------------------------------------
Module Name: pkgsrc
Committed By: taca
Date: Sat Jun 1 15:33:52 UTC 2019
Modified Files:
pkgsrc/lang/php: phpversion.mk
pkgsrc/lang/php72: distinfo
Log Message:
lang/php72: update to 7.2.19
Update php72 to 7.2.19.
30 May 2019, PHP 7.2.19
- EXIF:
. Fixed bug #77988 (heap-buffer-overflow on php_jpg_get16).
(CVE-2019-11040) (Stas)
- FPM:
. Fixed bug #77934 (php-fpm kill -USR2 not working). (Jakub Zelenka)
. Fixed bug #77921 (static.php.net doesn't work anymore). (Peter Kokot)
- GD:
. Fixed bug #77943 (imageantialias($image, false); does not work). (cmb)
. Fixed bug #77973 (Uninitialized read in gdImageCreateFromXbm).
(CVE-2019-11038) (cmb)
- Iconv:
. Fixed bug #78069 (Out-of-bounds read in iconv.c:_php_iconv_mime_decode()
due to integer overflow). (CVE-2019-11039). (maris dot adam)
- JSON:
. Fixed bug #77843 (Use after free with json serializer). (Nikita)
- Opcache:
. Fixed possible crashes, because of inconsistent PCRE cache and opcache
SHM reset. (Alexey Kalinin, Dmitry)
- PDO_MySQL:
. Fixed bug #77944 (Wrong meta pdo_type for bigint on LLP64). (cmb)
- Reflection:
. Fixed bug #75186 (Inconsistent reflection of Closure:::__invoke()). (Nikita)
- Session:
. Fixed bug #77911 (Wrong warning for session.sid_bits_per_character). (cmb)
- SPL:
. Fixed bug #77024 (SplFileObject::__toString() may return array). (Craig
Duncan)
- SQLite:
. Fixed bug #77967 (Bypassing open_basedir restrictions via file uris). (Stas)
To generate a diff of this commit:
cvs rdiff -u -r1.258 -r1.259 pkgsrc/lang/php/phpversion.mk
cvs rdiff -u -r1.40 -r1.41 pkgsrc/lang/php72/distinfo
-------------------------------------------------------------------
Module Name: pkgsrc
Committed By: taca
Date: Sat Jun 1 15:35:05 UTC 2019
Modified Files:
pkgsrc/meta-pkgs/php72-extensions: Makefile
Log Message:
meta-pkgs/php72-extensions: reset PKGREVISION
Reset PKGREVISION along with update of lang/php72.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/meta-pkgs/php72-extensions/Makefile
diffstat:
lang/php/phpversion.mk | 4 ++--
lang/php72/distinfo | 10 +++++-----
meta-pkgs/php72-extensions/Makefile | 3 +--
3 files changed, 8 insertions(+), 9 deletions(-)
diffs (48 lines):
diff -r 699c602f2f35 -r ca7e44e29651 lang/php/phpversion.mk
--- a/lang/php/phpversion.mk Tue Jun 04 17:42:36 2019 +0000
+++ b/lang/php/phpversion.mk Tue Jun 04 19:39:07 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.251.2.7 2019/06/04 17:42:36 spz Exp $
+# $NetBSD: phpversion.mk,v 1.251.2.8 2019/06/04 19:39:07 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
PHP71_VERSION= 7.1.30
-PHP72_VERSION= 7.2.18
+PHP72_VERSION= 7.2.19
PHP73_VERSION= 7.3.5
# Define initial release of major version.
diff -r 699c602f2f35 -r ca7e44e29651 lang/php72/distinfo
--- a/lang/php72/distinfo Tue Jun 04 17:42:36 2019 +0000
+++ b/lang/php72/distinfo Tue Jun 04 19:39:07 2019 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.38.2.2 2019/05/14 05:17:31 spz Exp $
+$NetBSD: distinfo,v 1.38.2.3 2019/06/04 19:39:07 spz Exp $
-SHA1 (php-7.2.18.tar.bz2) = 1ceecc98182429c65c6952cf101fe3e2ff0e85b0
-RMD160 (php-7.2.18.tar.bz2) = 5eca44c9c1b9853f51a5d3aeeaef694d6a05ed27
-SHA512 (php-7.2.18.tar.bz2) = 38e1c7eb2051193665b6d19c9634827ce95cd801e95e9a60e8ed9b2675122821d86b32454a24fca02d451bfab25bc9b2567dd57e1bc1170cde31b7a4edfa348c
-Size (php-7.2.18.tar.bz2) = 15075704 bytes
+SHA1 (php-7.2.19.tar.bz2) = ed5e83285e6fcdc9113ea6fa0358479a9f4b3b9c
+RMD160 (php-7.2.19.tar.bz2) = cfb4085f105d874d68152695555ad635bddbe0b9
+SHA512 (php-7.2.19.tar.bz2) = 79077e73075f4aaba86699c536d8bad4929d351ad40f89c35b6f9ff0d1237b9e3d528be2918dae16519659bdaf93c5ab16fc81653fe13f667e6251871f05d722
+Size (php-7.2.19.tar.bz2) = 15079655 bytes
SHA1 (patch-configure) = 6e66a79e691a84aa7ae461f8dec1752443ad6b61
SHA1 (patch-disable-filter-url) = e9e92d686ddd1d1a1ece10fe4feee4e368fe510c
SHA1 (patch-ext_gd_config.m4) = eaecfb31b18700dd642c067ed82748d4f6be2335
diff -r 699c602f2f35 -r ca7e44e29651 meta-pkgs/php72-extensions/Makefile
--- a/meta-pkgs/php72-extensions/Makefile Tue Jun 04 17:42:36 2019 +0000
+++ b/meta-pkgs/php72-extensions/Makefile Tue Jun 04 19:39:07 2019 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2018/12/09 16:20:03 taca Exp $
+# $NetBSD: Makefile,v 1.2.4.1 2019/06/04 19:39:07 spz Exp $
DISTNAME= ${PHP_PKG_PREFIX}-extensions-${PHP_VERSION}
-PKGREVISION= 1
CATEGORIES= meta-pkgs www
MASTER_SITES= # empty
DISTFILES= # empty
Home |
Main Index |
Thread Index |
Old Index