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:           Thu Apr 30 07:38:46 UTC 2020

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

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

Revisions pulled up:
- lang/php/phpversion.mk                                        1.295
- lang/php72/distinfo                                           1.54

---
   Module Name: pkgsrc
   Committed By:        taca
   Date:                Sun Apr 19 02:34:58 UTC 2020

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

   Log Message:
   lang/php72: update to 7.2.30

   Update php72 to 7.2.30.

   16 Apr 2020, PHP 7.2.30

   - Standard:
     . Fixed bug #79468 (SIGSEGV when closing stream handle with a stream filter
       appended). (dinosaur)
     . Fixed bug #79330 (shell_exec() silently truncates after a null byte). (stas)
     . Fixed bug #79465 (OOB Read in urldecode()). (stas)


To generate a diff of this commit:
cvs rdiff -u -r1.292.2.2 -r1.292.2.3 pkgsrc/lang/php/phpversion.mk
cvs rdiff -u -r1.53 -r1.53.2.1 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.2 pkgsrc/lang/php/phpversion.mk:1.292.2.3
--- pkgsrc/lang/php/phpversion.mk:1.292.2.2     Thu Apr 30 07:35:30 2020
+++ pkgsrc/lang/php/phpversion.mk       Thu Apr 30 07:38:46 2020
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.292.2.2 2020/04/30 07:35:30 bsiegert Exp $
+# $NetBSD: phpversion.mk,v 1.292.2.3 2020/04/30 07:38:46 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.29
+PHP72_VERSION= 7.2.30
 PHP73_VERSION= 7.3.17
 PHP74_VERSION= 7.4.5
 

Index: pkgsrc/lang/php72/distinfo
diff -u pkgsrc/lang/php72/distinfo:1.53 pkgsrc/lang/php72/distinfo:1.53.2.1
--- pkgsrc/lang/php72/distinfo:1.53     Fri Mar 20 08:14:44 2020
+++ pkgsrc/lang/php72/distinfo  Thu Apr 30 07:38:46 2020
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.53 2020/03/20 08:14:44 taca Exp $
+$NetBSD: distinfo,v 1.53.2.1 2020/04/30 07:38:46 bsiegert Exp $
 
-SHA1 (php-7.2.29.tar.xz) = 910952c26c51a5fcc97e0306e7921efeb5d18379
-RMD160 (php-7.2.29.tar.xz) = 2e0bfdbf9b325b02f1a18a2b832d83e002dc49b1
-SHA512 (php-7.2.29.tar.xz) = 16e516b5aa22e18b31f1a988149035c4a405dffd9ebe78dfddc39b8d3b2e096dbbf5162f402dc4a0eb7a4a3376b11073b8c5ade13ff08e1e4ea828ee78756c20
-Size (php-7.2.29.tar.xz) = 12308380 bytes
+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 (patch-configure) = 6e66a79e691a84aa7ae461f8dec1752443ad6b61
 SHA1 (patch-disable-filter-url) = e9e92d686ddd1d1a1ece10fe4feee4e368fe510c
 SHA1 (patch-ext_gd_config.m4) = eaecfb31b18700dd642c067ed82748d4f6be2335



Home | Main Index | Thread Index | Old Index