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 Jul 11 04:06:07 UTC 2020
Modified Files:
pkgsrc/lang/php: phpversion.mk
pkgsrc/lang/php72: Makefile distinfo
Log Message:
lang/php72: update to 7.2.
Update php72 to 7.2
09 Jul 2020, PHP 7.2.32
- Core:
. No source changes to this release.
Vesion number added for reproduction of Windows builds. (cmb)
14 May 2020, PHP 7.2.31
- Core:
. Fixed bug #78875 (Long filenames cause OOM and temp files are not cleaned).
(CVE-2019-11048) (cmb)
. Fixed bug #78876 (Long variables in multipart/form-data cause OOM and temp
files are not cleaned). (CVE-2019-11048) (cmb)
To generate a diff of this commit:
cvs rdiff -u -r1.302 -r1.303 pkgsrc/lang/php/phpversion.mk
cvs rdiff -u -r1.27 -r1.28 pkgsrc/lang/php72/Makefile
cvs rdiff -u -r1.55 -r1.56 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.302 pkgsrc/lang/php/phpversion.mk:1.303
--- pkgsrc/lang/php/phpversion.mk:1.302 Sat Jul 11 04:02:14 2020
+++ pkgsrc/lang/php/phpversion.mk Sat Jul 11 04:06:07 2020
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.302 2020/07/11 04:02:14 taca Exp $
+# $NetBSD: phpversion.mk,v 1.303 2020/07/11 04:06:07 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.31
+PHP72_VERSION= 7.2.32
PHP73_VERSION= 7.3.20
PHP74_VERSION= 7.4.8
Index: pkgsrc/lang/php72/Makefile
diff -u pkgsrc/lang/php72/Makefile:1.27 pkgsrc/lang/php72/Makefile:1.28
--- pkgsrc/lang/php72/Makefile:1.27 Tue Jun 2 08:22:46 2020
+++ pkgsrc/lang/php72/Makefile Sat Jul 11 04:06:07 2020
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.27 2020/06/02 08:22:46 adam Exp $
+# $NetBSD: Makefile,v 1.28 2020/07/11 04:06:07 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.55 pkgsrc/lang/php72/distinfo:1.56
--- pkgsrc/lang/php72/distinfo:1.55 Thu May 14 14:26:59 2020
+++ pkgsrc/lang/php72/distinfo Sat Jul 11 04:06:07 2020
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.55 2020/05/14 14:26:59 taca Exp $
+$NetBSD: distinfo,v 1.56 2020/07/11 04:06:07 taca Exp $
-SHA1 (php-7.2.31.tar.xz) = b575c1ca634b80218021a6addb49a004bc5260f8
-RMD160 (php-7.2.31.tar.xz) = 4785209f87e29a61a395c1fe0ddbaf3488f9ca04
-SHA512 (php-7.2.31.tar.xz) = b21c504d0af2c095e4ae5a62c810af96171b927a27ea4694f59555c0d47798d61c3491a92941099cd9c978b3b0f41852ca2cf745e42ee3d9a6d107a5a884c9ee
-Size (php-7.2.31.tar.xz) = 12309936 bytes
+SHA1 (php-7.2.32.tar.xz) = 7e3c03118c1ef745d84c2a4b21c4a7b35ec03e86
+RMD160 (php-7.2.32.tar.xz) = 000b6cae82089da51e7ba798da99d353e8af6fee
+SHA512 (php-7.2.32.tar.xz) = 47e84f9f493951b33625e149291bcde87189ecb28636809b3ec6264ed17e85f842fa40f3a53754f7bf948a5a6963f8773d35f773760c0c2bf21a9dbd0314736e
+Size (php-7.2.32.tar.xz) = 12251152 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