pkgsrc-Changes archive

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

CVS commit: [pkgsrc-2019Q2] pkgsrc/lang



Module Name:    pkgsrc
Committed By:   bsiegert
Date:           Sat Aug 10 12:11:27 UTC 2019

Modified Files:
        pkgsrc/lang/php [pkgsrc-2019Q2]: phpversion.mk
        pkgsrc/lang/php71 [pkgsrc-2019Q2]: distinfo

Log Message:
Pullup ticket #6021 - requested by taca
lang/php71: security fix

Revisions pulled up:
- lang/php/phpversion.mk                                        1.265
- lang/php71/distinfo                                           1.53

---
   Module Name: pkgsrc
   Committed By:        taca
   Date:                Thu Aug  1 14:20:58 UTC 2019

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

   Log Message:
   lang/php71: update to 7.1.31

   01 Aug 2019, PHP 7.1.31

   - SQLite:
     . Upgraded to SQLite 3.28.0. (cmb)

   - EXIF:
     . Fixed bug #78256 (heap-buffer-overflow on exif_process_user_comment).
     (CVE-2019-11042) (Stas)
     . Fixed bug #78222 (heap-buffer-overflow on exif_scan_thumbnail).
     (CVE-2019-11041) (Stas)

   - Phar:
     . Fixed bug #77919 (Potential UAF in Phar RSHUTDOWN). (cmb)


To generate a diff of this commit:
cvs rdiff -u -r1.260.2.2 -r1.260.2.3 pkgsrc/lang/php/phpversion.mk
cvs rdiff -u -r1.52 -r1.52.2.1 pkgsrc/lang/php71/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.260.2.2 pkgsrc/lang/php/phpversion.mk:1.260.2.3
--- pkgsrc/lang/php/phpversion.mk:1.260.2.2     Sat Aug 10 12:07:22 2019
+++ pkgsrc/lang/php/phpversion.mk       Sat Aug 10 12:11:27 2019
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.260.2.2 2019/08/10 12:07:22 bsiegert Exp $
+# $NetBSD: phpversion.mk,v 1.260.2.3 2019/08/10 12:11:27 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
-PHP71_VERSION= 7.1.30
+PHP71_VERSION= 7.1.31
 PHP72_VERSION= 7.2.21
 PHP73_VERSION= 7.3.8
 

Index: pkgsrc/lang/php71/distinfo
diff -u pkgsrc/lang/php71/distinfo:1.52 pkgsrc/lang/php71/distinfo:1.52.2.1
--- pkgsrc/lang/php71/distinfo:1.52     Sat Jun  1 15:28:07 2019
+++ pkgsrc/lang/php71/distinfo  Sat Aug 10 12:11:27 2019
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.52 2019/06/01 15:28:07 taca Exp $
+$NetBSD: distinfo,v 1.52.2.1 2019/08/10 12:11:27 bsiegert Exp $
 
-SHA1 (php-7.1.30.tar.bz2) = 39e2fc72e3e4febdb1b321e18ec20be7e7088157
-RMD160 (php-7.1.30.tar.bz2) = 4644b3bd9a123b740642c36513ddad83c206ca29
-SHA512 (php-7.1.30.tar.bz2) = 9b8ae29d149803768408261306ed409e6191f403e1dff9fa8d608608c19f112c4822b34b242da82034954223196958b6d74ddd709cf7fe97fbc70237e196c9d0
-Size (php-7.1.30.tar.bz2) = 15165592 bytes
+SHA1 (php-7.1.31.tar.bz2) = e89ed374a504fbeb457e92a209d3b03ecd1582ac
+RMD160 (php-7.1.31.tar.bz2) = 65be06c0553428cf1970077317661cc5b3ab9fc7
+SHA512 (php-7.1.31.tar.bz2) = c5adeb267087719253f93789fb772f22262212e5a96fc4ff15f86dc96cf7bca962f63edbb370dfa01f25f6198638f63cdb27780ec2fa4092c966e72d55a8f79b
+Size (php-7.1.31.tar.bz2) = 15334491 bytes
 SHA1 (patch-acinclude.m4) = c232e68dbcd58bbfdf6800e491eb46812df15f65
 SHA1 (patch-configure) = 862707ff3fd8b8d7312104bb44a48fe8379951bd
 SHA1 (patch-disable-filter-url) = e9e92d686ddd1d1a1ece10fe4feee4e368fe510c



Home | Main Index | Thread Index | Old Index