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:           Fri Oct 27 08:45:06 UTC 2017

Modified Files:
        pkgsrc/lang/php: phpversion.mk
        pkgsrc/lang/php56: Makefile distinfo

Log Message:
lang/php56: Update to 5.6.32

* pkgsrc change: remove post-extract which is not required any more.
* including securiy fixes.

26 Sep 2017, PHP 5.6.32

- Date:
  . Fixed bug #75055 (Out-Of-Bounds Read in timelib_meridian()). (Derick)

- mcrypt:
  . Fixed bug #72535 (arcfour encryption stream filter crashes php). (Leigh)

- PCRE:
  . Fixed bug #75207 (applied upstream patch for CVE-2016-1283). (Anatol)


To generate a diff of this commit:
cvs rdiff -u -r1.190 -r1.191 pkgsrc/lang/php/phpversion.mk
cvs rdiff -u -r1.14 -r1.15 pkgsrc/lang/php56/Makefile
cvs rdiff -u -r1.42 -r1.43 pkgsrc/lang/php56/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.190 pkgsrc/lang/php/phpversion.mk:1.191
--- pkgsrc/lang/php/phpversion.mk:1.190 Sun Oct  1 15:50:06 2017
+++ pkgsrc/lang/php/phpversion.mk       Fri Oct 27 08:45:06 2017
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.190 2017/10/01 15:50:06 taca Exp $
+# $NetBSD: phpversion.mk,v 1.191 2017/10/27 08:45:06 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
@@ -87,7 +87,7 @@
 PHPVERSION_MK= defined
 
 # Define each PHP's version.
-PHP56_VERSION= 5.6.31
+PHP56_VERSION= 5.6.32
 PHP70_VERSION= 7.0.24
 PHP71_VERSION= 7.1.10
 

Index: pkgsrc/lang/php56/Makefile
diff -u pkgsrc/lang/php56/Makefile:1.14 pkgsrc/lang/php56/Makefile:1.15
--- pkgsrc/lang/php56/Makefile:1.14     Fri Jul  7 03:13:48 2017
+++ pkgsrc/lang/php56/Makefile  Fri Oct 27 08:45:06 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2017/07/07 03:13:48 taca Exp $
+# $NetBSD: Makefile,v 1.15 2017/10/27 08:45:06 taca Exp $
 
 #
 # We can't omit PKGNAME here to handle PKG_OPTIONS.
@@ -53,10 +53,6 @@ CFLAGS+=     -DSQLITE_ENABLE_LOCKING_STYLE=0
 CONFIGURE_ARGS+=       --disable-libgcc
 .endif
 
-post-extract:
-       cd ${WRKSRC} && \
-               ${FIND} . -xdev -type f -name '*.orig' -exec ${RM} -f {} \;
-
 post-install:
        ${INSTALL_PROGRAM} ${WRKSRC}/sapi/cli/php ${DESTDIR}${PREFIX}/bin/php
        ${INSTALL_DATA} ${WRKSRC}/sapi/cli/php.1 \

Index: pkgsrc/lang/php56/distinfo
diff -u pkgsrc/lang/php56/distinfo:1.42 pkgsrc/lang/php56/distinfo:1.43
--- pkgsrc/lang/php56/distinfo:1.42     Fri Jul  7 03:13:48 2017
+++ pkgsrc/lang/php56/distinfo  Fri Oct 27 08:45:06 2017
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.42 2017/07/07 03:13:48 taca Exp $
+$NetBSD: distinfo,v 1.43 2017/10/27 08:45:06 taca Exp $
 
-SHA1 (php-5.6.31.tar.bz2) = a4ea2b095c60d61958a43ca4151acfaf4ac82e4c
-RMD160 (php-5.6.31.tar.bz2) = e1512f94a9d1054ef136921787a47359d9cdd9bf
-SHA512 (php-5.6.31.tar.bz2) = fe0a0572917287a89910cc4d1bca7a8be17fb09d0459d68fea7b32f4b9fd94efbf36d90f8d7d34baee60efc6b0aeac1414a658fc0b451c5eb2f8e3864e20e3c0
-Size (php-5.6.31.tar.bz2) = 15028813 bytes
+SHA1 (php-5.6.32.tar.bz2) = c3166285c6d1f7cc04c45716052ec67b256838a1
+RMD160 (php-5.6.32.tar.bz2) = 481cb89ba907550adc40dda58f7f16d914367098
+SHA512 (php-5.6.32.tar.bz2) = d3f53a9c14e05726ec80785ee2db482d73cfd9bfca751041150da63e5e9273a2ea9a0027d3d9c80434ae8c1f93e7a4556b050969c271e696a841ec785efbeedc
+Size (php-5.6.32.tar.bz2) = 15055569 bytes
 SHA1 (patch-acinclude.m4) = 34d38d2538cc00932cdfcc80d1d4a91632cd15d0
 SHA1 (patch-configure) = 5d76f71aa903efa3c3491b908ff76419aa4af27c
 SHA1 (patch-ext_gd_config.m4) = b92ab4c7fe8aceaef7787a607a7d2eac258fee19



Home | Main Index | Thread Index | Old Index