head 1.5; access; symbols pkgsrc-2014Q4:1.4.0.12 pkgsrc-2014Q4-base:1.4 pkgsrc-2014Q3:1.4.0.10 pkgsrc-2014Q3-base:1.4 pkgsrc-2014Q2:1.4.0.8 pkgsrc-2014Q2-base:1.4 pkgsrc-2014Q1:1.4.0.6 pkgsrc-2014Q1-base:1.4 pkgsrc-2013Q4:1.4.0.4 pkgsrc-2013Q4-base:1.4 pkgsrc-2013Q3:1.4.0.2 pkgsrc-2013Q3-base:1.4 pkgsrc-2013Q2:1.3.0.18 pkgsrc-2013Q2-base:1.3 pkgsrc-2013Q1:1.3.0.16 pkgsrc-2013Q1-base:1.3 pkgsrc-2012Q4:1.3.0.14 pkgsrc-2012Q4-base:1.3 pkgsrc-2012Q3:1.3.0.12 pkgsrc-2012Q3-base:1.3 pkgsrc-2012Q2:1.3.0.10 pkgsrc-2012Q2-base:1.3 pkgsrc-2012Q1:1.3.0.8 pkgsrc-2012Q1-base:1.3 pkgsrc-2011Q4:1.3.0.6 pkgsrc-2011Q4-base:1.3 pkgsrc-2011Q3:1.3.0.4 pkgsrc-2011Q3-base:1.3 pkgsrc-2011Q2:1.3.0.2 pkgsrc-2011Q2-base:1.3 pkgsrc-2011Q1:1.2.0.2 pkgsrc-2011Q1-base:1.2 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.5 date 2015.03.15.15.00.46; author taca; state dead; branches; next 1.4; commitid 4KsKfLt2nQH6kIdy; 1.4 date 2013.07.12.00.07.04; author taca; state Exp; branches; next 1.3; commitid C1FAqta7bpf817Xw; 1.3 date 2011.06.22.09.54.35; author taca; state Exp; branches 1.3.18.1; next 1.2; 1.2 date 2011.03.19.07.01.19; author taca; state Exp; branches; next 1.1; 1.1 date 2010.03.16.15.31.58; author taca; state Exp; branches 1.1.1.1; next ; 1.3.18.1 date 2013.07.15.22.32.24; author tron; state Exp; branches; next ; commitid Sj7vdPy68bMQmCXw; 1.1.1.1 date 2010.03.16.15.31.58; author taca; state Exp; branches 1.1.1.1.8.1; next ; 1.1.1.1.8.1 date 2011.03.22.06.55.44; author sbd; state Exp; branches; next ; desc @@ 1.5 log @Remove php53 now. It is not supported any more including security fix. @ text @$NetBSD: patch-af,v 1.4 2013/07/12 00:07:04 taca Exp $ --- ext/phar/Makefile.frag.orig 2013-07-10 17:43:08.000000000 +0000 +++ ext/phar/Makefile.frag @@@@ -18,7 +18,7 @@@@ PHP_PHARCMD_EXECUTABLE = ` \ else \ $(top_srcdir)/build/shtool echo -n -- "$(PHP_EXECUTABLE)"; \ fi;` -PHP_PHARCMD_BANG = `$(top_srcdir)/build/shtool echo -n -- "$(INSTALL_ROOT)$(bindir)/$(program_prefix)php$(program_suffix)$(EXEEXT)";` +PHP_PHARCMD_BANG = `$(top_srcdir)/build/shtool echo -n -- "$(bindir)/$(program_prefix)php$(program_suffix)$(EXEEXT)";` $(builddir)/phar/phar.inc: $(srcdir)/phar/phar.inc -@@test -d $(builddir)/phar || mkdir $(builddir)/phar @@@@ -39,4 +39,4 @@@@ install-pharcmd: pharcmd -@@$(mkinstalldirs) $(INSTALL_ROOT)$(bindir) $(INSTALL) $(builddir)/phar.phar $(INSTALL_ROOT)$(bindir) -@@rm -f $(INSTALL_ROOT)$(bindir)/phar - $(LN_S) -f $(bindir)/phar.phar $(INSTALL_ROOT)$(bindir)/phar + $(LN_S) -f phar.phar $(INSTALL_ROOT)$(bindir)/phar @ 1.4 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-af,v 1.3 2011/06/22 09:54:35 taca Exp $ @ 1.3 log @Improve previous security fix for cyrpt_blowfish(). There was incompatible result by previous fix and it should be gone away. Beside ths security fix, ${PREFIX}/bin/phar.phar has correct shbang line. Bump PKGREVISION. @ text @d1 1 a1 1 $NetBSD: patch-af,v 1.2 2011/03/19 07:01:19 taca Exp $ d3 1 a3 1 --- ext/phar/Makefile.frag.orig 2011-02-25 09:32:17.000000000 +0000 @ 1.3.18.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 @d1 1 a1 1 $NetBSD$ d3 1 a3 1 --- ext/phar/Makefile.frag.orig 2013-07-10 17:43:08.000000000 +0000 @ 1.2 log @Update lang/php53 package to PHP 5.3. PHP 5.3.6 Released! [17-Mar-2011] The PHP development team would like to announce the immediate availability of PHP 5.3.6. This release focuses on improving the stability of the PHP 5.3.x branch with over 60 bug fixes, some of which are security related. Security Enhancements and Fixes in PHP 5.3.6: * Enforce security in the fastcgi protocol parsing with fpm SAPI. * Fixed bug #54247 (format-string vulnerability on Phar). (CVE-2011-1153) * Fixed bug #54193 (Integer overflow in shmop_read()). (CVE-2011-1092) * Fixed bug #54055 (buffer overrun with high values for precision ini setting). * Fixed bug #54002 (crash on crafted tag in exif). (CVE-2011-0708) * Fixed bug #53885 (ZipArchive segfault with FL_UNCHANGED on empty archive). (CVE-2011-0421) Key enhancements in PHP 5.3.6 include: * Upgraded bundled Sqlite3 to version 3.7.4. * Upgraded bundled PCRE to version 8.11. * Added ability to connect to HTTPS sites through proxy with basic authentication using stream_context/http/header/Proxy-Authorization. * Added options to debug backtrace functions. * Changed default value of ini directive serialize_precision from 100 to 17. * Fixed Bug #53971 (isset() and empty() produce apparently spurious runtime error). * Fixed Bug #53958 (Closures can't 'use' shared variables by value and by reference). * Fixed bug #53577 (Regression introduced in 5.3.4 in open_basedir with a trailing forward slash). * Over 60 other bug fixes. @ text @d1 1 a1 1 $NetBSD: patch-af,v 1.1.1.1 2010/03/16 15:31:58 taca Exp $ d5 9 @ 1.1 log @Initial revision @ text @d1 1 a1 1 $NetBSD$ d3 1 a3 1 --- ext/phar/Makefile.frag.orig 2009-07-23 15:48:04.000000000 +0000 d5 1 a5 1 @@@@ -44,4 +44,4 @@@@ install-pharcmd: pharcmd @ 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.8.1 log @Pullup ticket #3395 - requested by taca security fix for lang/php53 Revisions pulled up: - lang/php53/Makefile 1.8 - lang/php53/Makefile.common 1.5 - lang/php53/distinfo 1.13 - lang/php53/patches/patch-aa 1.2 - lang/php53/patches/patch-ab 1.4 - lang/php53/patches/patch-af 1.2 - lang/php53/patches/patch-ar Removed - lang/php53/patches/patch-ext_exif_exif.c Removed - lang/php53/patches/patch-ext_zip_lib_zip__name__locate.c Removed - lang/php53/patches/patch-ext_zip_php__zip.c Removed --- Module Name: pkgsrc Committed By: taca Date: Sat Mar 19 07:01:19 UTC 2011 Modified Files: pkgsrc/lang/php53: Makefile Makefile.common distinfo pkgsrc/lang/php53/patches: patch-aa patch-ab patch-af Removed Files: pkgsrc/lang/php53/patches: patch-ar patch-ext_exif_exif.c patch-ext_zip_lib_zip__name__locate.c patch-ext_zip_php__zip.c Log Message: Update lang/php53 package to PHP 5.3. PHP 5.3.6 Released! [17-Mar-2011] The PHP development team would like to announce the immediate availability of PHP 5.3.6. This release focuses on improving the stability of the PHP 5.3.x branch with over 60 bug fixes, some of which are security related. Security Enhancements and Fixes in PHP 5.3.6: * Enforce security in the fastcgi protocol parsing with fpm SAPI. * Fixed bug #54247 (format-string vulnerability on Phar). (CVE-2011-1153) * Fixed bug #54193 (Integer overflow in shmop_read()). (CVE-2011-1092) * Fixed bug #54055 (buffer overrun with high values for precision ini setting). * Fixed bug #54002 (crash on crafted tag in exif). (CVE-2011-0708) * Fixed bug #53885 (ZipArchive segfault with FL_UNCHANGED on empty archive). (CVE-2011-0421) Key enhancements in PHP 5.3.6 include: * Upgraded bundled Sqlite3 to version 3.7.4. * Upgraded bundled PCRE to version 8.11. * Added ability to connect to HTTPS sites through proxy with basic authentication using stream_context/http/header/Proxy-Authorization. * Added options to debug backtrace functions. * Changed default value of ini directive serialize_precision from 100 to 17. * Fixed Bug #53971 (isset() and empty() produce apparently spurious runtime error). * Fixed Bug #53958 (Closures can't 'use' shared variables by value and by reference). * Fixed bug #53577 (Regression introduced in 5.3.4 in open_basedir with a trailing forward slash). * Over 60 other bug fixes. @ text @d3 1 a3 1 --- ext/phar/Makefile.frag.orig 2011-02-25 09:32:17.000000000 +0000 d5 1 a5 1 @@@@ -39,4 +39,4 @@@@ install-pharcmd: pharcmd @