pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [pkgsrc-2020Q1] pkgsrc/lang



Module Name:    pkgsrc
Committed By:   bsiegert
Date:           Fri May 15 16:57:50 UTC 2020

Modified Files:
        pkgsrc/lang/php [pkgsrc-2020Q1]: phpversion.mk
        pkgsrc/lang/php72 [pkgsrc-2020Q1]: distinfo

Log Message:
Pullup ticket #6200 - requested by taca
lang/php72: security fix

Revisions pulled up:
- lang/php/phpversion.mk                                        1.298
- lang/php72/distinfo                                           1.55

---
   Module Name: pkgsrc
   Committed By:        taca
   Date:                Thu May 14 14:26:59 UTC 2020

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

   Log Message:
   lang/php72: update to 7.2.31

   Update php72 to 7.2.31 (PHP 7.2.31).

   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.292.2.5 -r1.292.2.6 pkgsrc/lang/php/phpversion.mk
cvs rdiff -u -r1.53.2.1 -r1.53.2.2 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.292.2.5 pkgsrc/lang/php/phpversion.mk:1.292.2.6
--- pkgsrc/lang/php/phpversion.mk:1.292.2.5     Fri May 15 16:54:48 2020
+++ pkgsrc/lang/php/phpversion.mk       Fri May 15 16:57:50 2020
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.292.2.5 2020/05/15 16:54:48 bsiegert Exp $
+# $NetBSD: phpversion.mk,v 1.292.2.6 2020/05/15 16:57:50 bsiegert 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.30
+PHP72_VERSION= 7.2.31
 PHP73_VERSION= 7.3.18
 PHP74_VERSION= 7.4.6
 

Index: pkgsrc/lang/php72/distinfo
diff -u pkgsrc/lang/php72/distinfo:1.53.2.1 pkgsrc/lang/php72/distinfo:1.53.2.2
--- pkgsrc/lang/php72/distinfo:1.53.2.1 Thu Apr 30 07:38:46 2020
+++ pkgsrc/lang/php72/distinfo  Fri May 15 16:57:50 2020
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.53.2.1 2020/04/30 07:38:46 bsiegert Exp $
+$NetBSD: distinfo,v 1.53.2.2 2020/05/15 16:57:50 bsiegert Exp $
 
-SHA1 (php-7.2.30.tar.xz) = 45e70f84a69fc1d9811f51f74516ebf8f00d1c53
-RMD160 (php-7.2.30.tar.xz) = eb49ad8a8d23ad6bac4261414405be497b16ac89
-SHA512 (php-7.2.30.tar.xz) = 92e79cdd0e8b925012235375ebece19038b42f3751e9623beda5807e3a07484d0faaabb58227c67abb515c188c09c215c9b00cc8dadffc90f0dd09f8f5dd126f
-Size (php-7.2.30.tar.xz) = 12283804 bytes
+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 (patch-configure) = 6e66a79e691a84aa7ae461f8dec1752443ad6b61
 SHA1 (patch-disable-filter-url) = e9e92d686ddd1d1a1ece10fe4feee4e368fe510c
 SHA1 (patch-ext_gd_config.m4) = eaecfb31b18700dd642c067ed82748d4f6be2335



Home | Main Index | Thread Index | Old Index