head 1.3; access; symbols pkgsrc-2014Q4:1.2.0.12 pkgsrc-2014Q4-base:1.2 pkgsrc-2014Q3:1.2.0.10 pkgsrc-2014Q3-base:1.2 pkgsrc-2014Q2:1.2.0.8 pkgsrc-2014Q2-base:1.2 pkgsrc-2014Q1:1.2.0.6 pkgsrc-2014Q1-base:1.2 pkgsrc-2013Q4:1.2.0.4 pkgsrc-2013Q4-base:1.2 pkgsrc-2013Q3:1.2.0.2 pkgsrc-2013Q3-base:1.2 pkgsrc-2013Q2:1.1.1.1.0.28 pkgsrc-2013Q2-base:1.1.1.1 pkgsrc-2013Q1:1.1.1.1.0.26 pkgsrc-2013Q1-base:1.1.1.1 pkgsrc-2012Q4:1.1.1.1.0.24 pkgsrc-2012Q4-base:1.1.1.1 pkgsrc-2012Q3:1.1.1.1.0.22 pkgsrc-2012Q3-base:1.1.1.1 pkgsrc-2012Q2:1.1.1.1.0.20 pkgsrc-2012Q2-base:1.1.1.1 pkgsrc-2012Q1:1.1.1.1.0.18 pkgsrc-2012Q1-base:1.1.1.1 pkgsrc-2011Q4:1.1.1.1.0.16 pkgsrc-2011Q4-base:1.1.1.1 pkgsrc-2011Q3:1.1.1.1.0.14 pkgsrc-2011Q3-base:1.1.1.1 pkgsrc-2011Q2:1.1.1.1.0.12 pkgsrc-2011Q2-base:1.1.1.1 pkgsrc-2011Q1:1.1.1.1.0.10 pkgsrc-2011Q1-base:1.1.1.1 pkgsrc-2010Q4:1.1.1.1.0.8 pkgsrc-2010Q4-base:1.1.1.1 pkgsrc-2010Q3:1.1.1.1.0.6 pkgsrc-2010Q3-base:1.1.1.1 pkgsrc-2010Q2:1.1.1.1.0.4 pkgsrc-2010Q2-base:1.1.1.1 pkgsrc-2010Q1:1.1.1.1.0.2 pkgsrc-2010Q1-base:1.1.1.1 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.3 date 2015.03.15.15.00.46; author taca; state dead; branches; next 1.2; commitid 4KsKfLt2nQH6kIdy; 1.2 date 2013.07.12.00.07.04; author taca; state Exp; branches; next 1.1; commitid C1FAqta7bpf817Xw; 1.1 date 2010.03.16.15.31.58; author taca; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2010.03.16.15.31.58; author taca; state Exp; branches 1.1.1.1.28.1; next ; 1.1.1.1.28.1 date 2013.07.15.22.32.24; author tron; state Exp; branches; next ; commitid Sj7vdPy68bMQmCXw; desc @@ 1.3 log @Remove php53 now. It is not supported any more including security fix. @ text @$NetBSD: patch-ah,v 1.2 2013/07/12 00:07:04 taca Exp $ --- php.ini-development.orig 2013-07-10 17:43:08.000000000 +0000 +++ php.ini-development @@@@ -793,7 +793,7 @@@@ default_mimetype = "text/html" ;;;;;;;;;;;;;;;;;;;;;;;;; ; UNIX: "/path1:/path2" -;include_path = ".:/php/includes" +include_path = ".:@@PREFIX@@/lib/php" ; ; Windows: "\path1;\path2" ;include_path = ".;c:\php\includes" @@@@ -814,8 +814,8 @@@@ doc_root = ; http://php.net/user-dir user_dir = -; Directory in which the loadable extensions (modules) reside. -; http://php.net/extension-dir +; Directory in which the loadable extensions (modules) reside. If not +; defined, then use the extension directory specified at compile-time. ; extension_dir = "./" ; On windows: ; extension_dir = "ext" @@@@ -884,7 +884,7 @@@@ file_uploads = On ; Temporary directory for HTTP uploaded files (will use system default if not ; specified). ; http://php.net/upload-tmp-dir -;upload_tmp_dir = +upload_tmp_dir = /tmp ; Maximum allowed size for uploaded files. ; http://php.net/upload-max-filesize @ 1.2 log @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). @ text @d1 1 a1 1 $NetBSD: patch-ah,v 1.1.1.1 2010/03/16 15:31:58 taca Exp $ @ 1.1 log @Initial revision @ text @d1 1 a1 1 $NetBSD$ d3 1 a3 1 --- php.ini-development.orig 2009-11-05 13:29:34.000000000 +0000 d5 1 a5 1 @@@@ -781,7 +781,7 @@@@ default_mimetype = "text/html" d14 1 a14 1 @@@@ -802,8 +802,8 @@@@ doc_root = d25 1 a25 1 @@@@ -872,7 +872,7 @@@@ file_uploads = On @ 1.1.1.1 log @Importing PHP 5.3.2 as lang/php53. This package and lang/php5 aren't installed at the same time. Setting PHP_VERSION_DEFAULT as "5" or "53" to select PHP 5.2.x or 5.3.x. PHP is an HTML-embedded scripting language. It is modular, with some object-oriented features. Much of its syntax is borrowed from C, Java and Perl with a couple of unique PHP-specific features thrown in. The language is designed to allow web developers to write dynamically generated pages quickly. @ text @@ 1.1.1.1.28.1 log @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. @ text @d3 1 a3 1 --- php.ini-development.orig 2013-07-10 17:43:08.000000000 +0000 d5 1 a5 1 @@@@ -793,7 +793,7 @@@@ default_mimetype = "text/html" d14 1 a14 1 @@@@ -814,8 +814,8 @@@@ doc_root = d25 1 a25 1 @@@@ -884,7 +884,7 @@@@ file_uploads = On @