Source-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.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7a6e78a264c1
branches:  trunk
changeset: 435645:7a6e78a264c1
user:      taca <taca%pkgsrc.org@localhost>
date:      Sat Jul 11 04:06:07 2020 +0000

description:
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)

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 ebb7111ba64c -r 7a6e78a264c1 lang/php/phpversion.mk
--- a/lang/php/phpversion.mk    Sat Jul 11 04:02:45 2020 +0000
+++ b/lang/php/phpversion.mk    Sat Jul 11 04:06:07 2020 +0000
@@ -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 @@
 
 # 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
 
diff -r ebb7111ba64c -r 7a6e78a264c1 lang/php72/Makefile
--- a/lang/php72/Makefile       Sat Jul 11 04:02:45 2020 +0000
+++ b/lang/php72/Makefile       Sat Jul 11 04:06:07 2020 +0000
@@ -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
diff -r ebb7111ba64c -r 7a6e78a264c1 lang/php72/distinfo
--- a/lang/php72/distinfo       Sat Jul 11 04:02:45 2020 +0000
+++ b/lang/php72/distinfo       Sat Jul 11 04:06:07 2020 +0000
@@ -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