diff options
author | tron <tron@pkgsrc.org> | 2013-07-15 22:32:24 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2013-07-15 22:32:24 +0000 |
commit | 0c61ca7ba4961e4ffd143fd507aeef5e0c5c20a0 (patch) | |
tree | c8b92c0eec1151a00e2c69db4046cadf93f45d0a /lang/php53/patches/patch-php__mssql.c | |
parent | be9cf00d5e0879980a92698c8a8d949a90890109 (diff) | |
download | pkgsrc-0c61ca7ba4961e4ffd143fd507aeef5e0c5c20a0.tar.gz |
Pullup ticket #4183 - requested by taca
lang/php53: security update
Revisions pulled up:
- lang/php/phpversion.mk 1.36
- lang/php53/Makefile.common 1.27
- lang/php53/Makefile.php 1.35
- lang/php53/distinfo 1.66
- lang/php53/patches/patch-aa 1.3
- lang/php53/patches/patch-ab 1.7
- lang/php53/patches/patch-ac 1.6
- lang/php53/patches/patch-ad 1.2
- lang/php53/patches/patch-ae 1.2
- lang/php53/patches/patch-af 1.4
- lang/php53/patches/patch-ag 1.3
- lang/php53/patches/patch-ah 1.2
- lang/php53/patches/patch-ai 1.2
- lang/php53/patches/patch-aj 1.3
- lang/php53/patches/patch-al 1.2
- lang/php53/patches/patch-ext_standard_basic__functions.c 1.2
- lang/php53/patches/patch-main_streams_cast.c 1.2
- lang/php53/patches/patch-php__mssql.c 1.2
- lang/php53/patches/patch-sapi_fpm_php-fpm.conf.in 1.2
---
Module Name: pkgsrc
Committed By: taca
Date: Fri Jul 12 00:07:04 UTC 2013
Modified Files:
pkgsrc/lang/php53: Makefile.common Makefile.php distinfo
pkgsrc/lang/php53/patches: patch-aa patch-ab patch-ac patch-ad patch-ae
patch-af patch-ag patch-ah patch-ai patch-aj patch-al
patch-ext_standard_basic__functions.c patch-main_streams_cast.c
patch-php__mssql.c patch-sapi_fpm_php-fpm.conf.in
Log Message:
Update php53 to 5.3.27 (PHP 5.3.27).
11-Jul-2013
Core:
* Fixed bug #64966 (segfault in zend_do_fcall_common_helper_SPEC).
* Fixed bug #64960 (Segfault in gc_zval_possible_root).
* Fixed bug #64934 (Apache2 TS crash with get_browser()).
* Fixed bug #63186 (compile failure on netbsd).
DateTime:
* Fixed bug #53437 (Crash when using unserialized DatePeriod instance).
PDO_firebird:
* Fixed bug #64037 (Firebird return wrong value for numeric field).
* Fixed bug #62024 (Cannot insert second row with null using parametrized
query).
PDO_pgsql:
* Fixed bug #64949 (Buffer overflow in _pdo_pgsql_error).
pgsql:
* Fixed bug #64609 (pg_convert enum type support).
SPL:
* Fixed bug #64997 (Segfault while using RecursiveIteratorIterator on 64-bits
systems).
XML:
* Fixed bug #65236 (heap corruption in xml parser).
---
Module Name: pkgsrc
Committed By: taca
Date: Fri Jul 12 00:09:14 UTC 2013
Modified Files:
pkgsrc/lang/php: phpversion.mk
Log Message:
Update PHP53_VERSION to 5.3.27.
Diffstat (limited to 'lang/php53/patches/patch-php__mssql.c')
-rw-r--r-- | lang/php53/patches/patch-php__mssql.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/php53/patches/patch-php__mssql.c b/lang/php53/patches/patch-php__mssql.c index 044bb8f8f68..de666fbcf2c 100644 --- a/lang/php53/patches/patch-php__mssql.c +++ b/lang/php53/patches/patch-php__mssql.c @@ -1,11 +1,11 @@ -$NetBSD: patch-php__mssql.c,v 1.1 2011/09/12 16:24:32 taca Exp $ +$NetBSD: patch-php__mssql.c,v 1.1.16.1 2013/07/15 22:32:24 tron Exp $ Fix with newer freetds: * cast pointer => long => int, hoping values are ranges in int. * Don't pass unsigned char ** to spprintf(). ---- ext/mssql/php_mssql.c.orig 2011-07-28 11:01:04.000000000 +0000 +--- ext/mssql/php_mssql.c.orig 2013-07-10 17:43:08.000000000 +0000 +++ ext/mssql/php_mssql.c @@ -764,7 +764,7 @@ static void php_mssql_do_connect(INTERNA dbfreelogin(mssql.login); |