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:           Sat Jan 12 15:01:34 UTC 2019

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

Log Message:
lang/php56: udate to 5.6.40

10 Jan 2019, PHP 5.6.40

- GD:
  . Fixed bug #77269 (efree() on uninitialized Heap data in imagescale leads to
    use-after-free). (cmb)
  . Fixed bug #77270 (imagecolormatch Out Of Bounds Write on Heap). (cmb)

- Mbstring:
  . Fixed bug #77370 (Buffer overflow on mb regex functions - fetch_token). (Stas)
  . Fixed bug #77371 (heap buffer overflow in mb regex functions
    - compile_string_node). (Stas)
  . Fixed bug #77381 (heap buffer overflow in multibyte match_at). (Stas)
  . Fixed bug #77382 (heap buffer overflow due to incorrect length in
    expand_case_fold_string). (Stas)
  . Fixed bug #77385 (buffer overflow in fetch_token). (Stas)
  . Fixed bug #77394 (Buffer overflow in multibyte case folding - unicode). (Stas)
  . Fixed bug #77418 (Heap overflow in utf32be_mbc_to_code). (Stas)

- Phar:
  . Fixed bug #77247 (heap buffer overflow in phar_detect_phar_fname_ext). (Stas)

- Xmlrpc:
  . Fixed bug #77242 (heap out of bounds read in xmlrpc_decode()). (cmb)
  . Fixed bug #77380 (Global out of bounds read in xmlrpc base64 code). (Stas)


To generate a diff of this commit:
cvs rdiff -u -r1.244 -r1.245 pkgsrc/lang/php/phpversion.mk
cvs rdiff -u -r1.19 -r1.20 pkgsrc/lang/php56/Makefile
cvs rdiff -u -r1.53 -r1.54 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.244 pkgsrc/lang/php/phpversion.mk:1.245
--- pkgsrc/lang/php/phpversion.mk:1.244 Sat Jan 12 15:00:25 2019
+++ pkgsrc/lang/php/phpversion.mk       Sat Jan 12 15:01:34 2019
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.244 2019/01/12 15:00:25 taca Exp $
+# $NetBSD: phpversion.mk,v 1.245 2019/01/12 15:01:34 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.39
+PHP56_VERSION= 5.6.40
 PHP70_VERSION= 7.0.33
 PHP71_VERSION= 7.1.26
 PHP72_VERSION= 7.2.14

Index: pkgsrc/lang/php56/Makefile
diff -u pkgsrc/lang/php56/Makefile:1.19 pkgsrc/lang/php56/Makefile:1.20
--- pkgsrc/lang/php56/Makefile:1.19     Sun Dec  9 12:20:44 2018
+++ pkgsrc/lang/php56/Makefile  Sat Jan 12 15:01:34 2019
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.19 2018/12/09 12:20:44 taca Exp $
+# $NetBSD: Makefile,v 1.20 2019/01/12 15:01:34 taca Exp $
 
 #
 # We can't omit PKGNAME here to handle PKG_OPTIONS.
 #
 PKGNAME=               php-${PHP_VERSION}
-PKGREVISION=           1
 CATEGORIES=            lang
 
 HOMEPAGE=              http://www.php.net/

Index: pkgsrc/lang/php56/distinfo
diff -u pkgsrc/lang/php56/distinfo:1.53 pkgsrc/lang/php56/distinfo:1.54
--- pkgsrc/lang/php56/distinfo:1.53     Sat Dec 15 16:58:57 2018
+++ pkgsrc/lang/php56/distinfo  Sat Jan 12 15:01:34 2019
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.53 2018/12/15 16:58:57 taca Exp $
+$NetBSD: distinfo,v 1.54 2019/01/12 15:01:34 taca Exp $
 
-SHA1 (php-5.6.39.tar.bz2) = 5cb2b8fdeff71f3a198e09835862facb1e6e0354
-RMD160 (php-5.6.39.tar.bz2) = d1d412f874904aff2a6c78dc1899844ec16ddc02
-SHA512 (php-5.6.39.tar.bz2) = 362388882f813f9e56e22cd58505e44becdfef87b031b117c957a05aca881b70a30283e462a3c3e50c9935cb055b9994183b7d2555765f876a30266540765753
-Size (php-5.6.39.tar.bz2) = 15056476 bytes
+SHA1 (php-5.6.40.tar.bz2) = d34b1503521843a63024a5e20c017d630997f4bc
+RMD160 (php-5.6.40.tar.bz2) = c96e45edb86da40384950818eeb0f5d4c281240f
+SHA512 (php-5.6.40.tar.bz2) = acd9fee67a55f5e62c23550777c676138e9932330ce6f056354752a12b169fe1d017b30d85ad66a612ce959f2392edecde68eca9eb200cf99f739f629e0cb857
+Size (php-5.6.40.tar.bz2) = 15061249 bytes
 SHA1 (patch-acinclude.m4) = 34d38d2538cc00932cdfcc80d1d4a91632cd15d0
 SHA1 (patch-configure) = a5623b0cbb3331fd0a537b26c0ae48315d52dbe2
 SHA1 (patch-disable-filter-url) = a2b08912d81f2872bf1834fa4cefddb044c9d0f8



Home | Main Index | Thread Index | Old Index