Up to [cvs.NetBSD.org] / pkgsrc / lang / php5
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.18, Sat Jun 16 15:15:06 2012 UTC (10 years, 7 months ago) by taca
Branch: MAIN
CVS Tags: pkgsrc-2013Q2-base,
pkgsrc-2013Q2,
pkgsrc-2012Q4-base,
pkgsrc-2012Q4,
HEAD
Changes since 1.17: +1 -1
lines
FILE REMOVED
Remove php5 (PHP 5.2.17), please migra to php53 or php54.
Revision 1.17 / (download) - annotate - [select for diffs], Thu Jun 14 07:43:22 2012 UTC (10 years, 7 months ago) by sbd
Branch: MAIN
Changes since 1.16: +2 -2
lines
Diff to previous 1.16 (colored)
Recursive PKGREVISION bump for libxml2 buildlink addition.
Revision 1.16 / (download) - annotate - [select for diffs], Sun Oct 10 12:08:17 2010 UTC (12 years, 4 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3
Changes since 1.15: +2 -2
lines
Diff to previous 1.15 (colored)
ABI is also restricted to <5.3
Revision 1.15 / (download) - annotate - [select for diffs], Sat Mar 20 15:25:50 2010 UTC (12 years, 10 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1
Changes since 1.14: +2 -2
lines
Diff to previous 1.14 (colored)
Limit packages to PHP80xa before 5.3
Revision 1.14 / (download) - annotate - [select for diffs], Fri Mar 20 19:24:51 2009 UTC (13 years, 10 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3,
pkgsrc-2009Q2-base,
pkgsrc-2009Q2,
pkgsrc-2009Q1-base,
pkgsrc-2009Q1
Changes since 1.13: +6 -13
lines
Diff to previous 1.13 (colored)
Simply and speed up buildlink3.mk files and processing. This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
Revision 1.13 / (download) - annotate - [select for diffs], Sat Jul 8 23:10:55 2006 UTC (16 years, 7 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2008Q4-base,
pkgsrc-2008Q4,
pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
pkgsrc-2008Q1-base,
pkgsrc-2008Q1,
pkgsrc-2007Q4-base,
pkgsrc-2007Q4,
pkgsrc-2007Q3-base,
pkgsrc-2007Q3,
pkgsrc-2007Q2-base,
pkgsrc-2007Q2,
pkgsrc-2007Q1-base,
pkgsrc-2007Q1,
pkgsrc-2006Q4-base,
pkgsrc-2006Q4,
pkgsrc-2006Q3-base,
pkgsrc-2006Q3,
cwrapper,
cube-native-xorg-base,
cube-native-xorg
Changes since 1.12: +2 -2
lines
Diff to previous 1.12 (colored)
Change the format of BUILDLINK_ORDER to contain depth information as well, and add a new helper target and script, "show-buildlink3", that outputs a listing of the buildlink3.mk files included as well as the depth at which they are included. For example, "make show-buildlink3" in fonts/Xft2 displays: zlib fontconfig iconv zlib freetype2 expat freetype2 Xrender renderproto
Revision 1.12 / (download) - annotate - [select for diffs], Sat Jul 8 22:39:23 2006 UTC (16 years, 7 months ago) by jlam
Branch: MAIN
Changes since 1.11: +2 -1
lines
Diff to previous 1.11 (colored)
Track information in a new variable BUILDLINK_ORDER that informs us of the order in which buildlink3.mk files are (recursively) included by a package Makefile.
Revision 1.11 / (download) - annotate - [select for diffs], Thu Apr 6 06:22:13 2006 UTC (16 years, 10 months ago) by reed
Branch: MAIN
CVS Tags: pkgsrc-2006Q2-base,
pkgsrc-2006Q2
Changes since 1.10: +3 -3
lines
Diff to previous 1.10 (colored)
Over 1200 files touched but no revisions bumped :) RECOMMENDED is removed. It becomes ABI_DEPENDS. BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo. BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo. BUILDLINK_DEPENDS does not change. IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS which defaults to "yes". Added to obsolete.mk checking for IGNORE_RECOMMENDED. I did not manually go through and fix any aesthetic tab/spacing issues. I have tested the above patch on DragonFly building and packaging subversion and pkglint and their many dependencies. I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I have used IGNORE_RECOMMENDED for a long time). I have been an active user of IGNORE_RECOMMENDED since it was available. As suggested, I removed the documentation sentences suggesting bumping for "security" issues. As discussed on tech-pkg. I will commit to revbump, pkglint, pkg_install, createbuildlink separately. Note that if you use wip, it will fail! I will commit to pkgsrc-wip later (within day).
Revision 1.10 / (download) - annotate - [select for diffs], Fri Feb 17 09:48:01 2006 UTC (16 years, 11 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base,
pkgsrc-2006Q1
Changes since 1.9: +3 -3
lines
Diff to previous 1.9 (colored)
Install bin/pear with correct file permissions
Revision 1.7.2.1 / (download) - annotate - [select for diffs], Wed Feb 15 14:12:20 2006 UTC (16 years, 11 months ago) by salo
Branch: pkgsrc-2005Q4
Changes since 1.7: +3 -3
lines
Diff to previous 1.7 (colored) next main 1.8 (colored)
Pullup ticket 1136 - requested by Martti Kuparinen security update for php5 Revisions pulled up: - pkgsrc/lang/php5/Makefile 1.24, 1.25, 1.27 - pkgsrc/lang/php5/Makefile.common 1.14, 1.15 - pkgsrc/lang/php5/PLIST 1.9, 1.10 - pkgsrc/lang/php5/buildlink3.mk 1.10 - pkgsrc/lang/php5/distinfo 1.14 - pkgsrc/lang/php5/patches/patch-ag 1.2 - pkgsrc/lang/php5/patches/patch-ak 1.2 - pkgsrc/lang/php5/patches/patch-aj 1.3 - pkgsrc/lang/php5/patches/patch-ao 1.3 Module Name: pkgsrc Committed By: reed Date: Wed Jan 4 17:44:24 UTC 2006 Modified Files: pkgsrc/lang/php5: Makefile Log Message: Use PKGMANDIR instead of "man". --- Module Name: pkgsrc Committed By: rillig Date: Thu Feb 2 20:31:17 UTC 2006 Modified Files: pkgsrc/lang/php5: Makefile PLIST Log Message: Added two missing files to the PLIST. Bumped PKGREVISION. --- Module Name: pkgsrc Committed By: martti Date: Mon Feb 6 06:39:59 UTC 2006 Modified Files: pkgsrc/lang/php5: Makefile Makefile.common PLIST buildlink3.mk distinfo pkgsrc/lang/php5/patches: patch-ag patch-aj patch-ak patch-ao Log Message: Updated lang/php5 to 5.1.2 * HTTP Response Splitting has been addressed in ext/session and in the header() function. * Fixed format string vulnerability in ext/mysqli. * Fixed possible cross-site scripting problems in certain error conditions. * Hash & XMLWriter extensions added and enabled by default. * Upgraded OCI8 extension. * Over 85 various bug fixes. (I haven't heard anything from the MAINTAINER but since this works fine on my servers and as this fixes security issues I checked in this) --- Module Name: pkgsrc Committed By: jdolecek Date: Mon Feb 6 20:12:55 UTC 2006 Modified Files: pkgsrc/lang/php5: Makefile.common Log Message: add fix to build php-xmlrpc and php5-dom successfully with 5.1.2
Revision 1.9 / (download) - annotate - [select for diffs], Mon Feb 6 06:39:59 2006 UTC (17 years ago) by martti
Branch: MAIN
Changes since 1.8: +3 -3
lines
Diff to previous 1.8 (colored)
Updated lang/php5 to 5.1.2 * HTTP Response Splitting has been addressed in ext/session and in the header() function. * Fixed format string vulnerability in ext/mysqli. * Fixed possible cross-site scripting problems in certain error conditions. * Hash & XMLWriter extensions added and enabled by default. * Upgraded OCI8 extension. * Over 85 various bug fixes. (I haven't heard anything from the MAINTAINER but since this works fine on my servers and as this fixes security issues I checked in this)
Revision 1.8 / (download) - annotate - [select for diffs], Sun Feb 5 23:09:47 2006 UTC (17 years ago) by joerg
Branch: MAIN
Changes since 1.7: +2 -2
lines
Diff to previous 1.7 (colored)
Recursive revision bump / recommended bump for gettext ABI change.
Revision 1.7 / (download) - annotate - [select for diffs], Sat Dec 3 18:53:57 2005 UTC (17 years, 2 months ago) by jdolecek
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base
Branch point for: pkgsrc-2005Q4
Changes since 1.6: +3 -3
lines
Diff to previous 1.6 (colored)
Update PHP5 to version 5.1.1. Some of the key features include: * A complete rewrite of date handling code, with improved timezone support. * Significant performance improvements compared to PHP 5.0.X. * PDO extension is now enabled by default (separate pkg for pkgsrc) * Over 30 new functions in various extensions and built-in functionality. * Bundled libraries, PCRE and SQLite upgraded to latest versions. * Over 400 various bug fixes. * PEAR upgraded to version 1.4.5 This release also fixes various security problems discovered in 5.0.X.
Revision 1.6 / (download) - annotate - [select for diffs], Fri Sep 9 05:49:00 2005 UTC (17 years, 5 months ago) by schmonz
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base,
pkgsrc-2005Q3
Changes since 1.5: +2 -2
lines
Diff to previous 1.5 (colored)
Allow versions of PHP newer than 5.0.4nb1 to satisfy BUILDLINK_RECOMMENDED. Fixes build of ap-php and PHP modules.
Revision 1.4.2.1 / (download) - annotate - [select for diffs], Sat Sep 3 15:12:32 2005 UTC (17 years, 5 months ago) by salo
Branch: pkgsrc-2005Q2
Changes since 1.4: +2 -2
lines
Diff to previous 1.4 (colored) next main 1.5 (colored)
Pullup ticket 736 - requested by Adrian Portelli security fix for php5 Revisions pulled up: - pkgsrc/lang/php5/Makefile 1.14 - pkgsrc/lang/php5/PLIST 1.6 - pkgsrc/lang/php5/buildlink3.mk 1.5 - pkgsrc/lang/php5/distinfo 1.7 Module Name: pkgsrc Committed By: adrianp Date: Sat Sep 3 13:37:36 UTC 2005 Modified Files: pkgsrc/lang/php5: Makefile PLIST distinfo Log Message: Update php5 to 5.0.4nb1 to address XML_RPC security issue(s) Fix based on work done by tron@ for the PHP 4.x branch fix PLIST fixup to correctly remove @PREFIX@/lib/php --- Module Name: pkgsrc Committed By: adrianp Date: Sat Sep 3 14:41:05 UTC 2005 Modified Files: pkgsrc/lang/php5: buildlink3.mk Log Message: Bump BUILDLINK_RECOMMENDED to nb1 for recent security issue and fix typo Fix suggested by salo@.
Revision 1.5 / (download) - annotate - [select for diffs], Sat Sep 3 14:41:05 2005 UTC (17 years, 5 months ago) by adrianp
Branch: MAIN
Changes since 1.4: +2 -2
lines
Diff to previous 1.4 (colored)
Bump BUILDLINK_RECOMMENDED to nb1 for recent security issue and fix typo Fix suggested by salo@.
Revision 1.4 / (download) - annotate - [select for diffs], Mon Apr 11 20:16:02 2005 UTC (17 years, 10 months ago) by jdolecek
Branch: MAIN
CVS Tags: pkgsrc-2005Q2-base
Branch point for: pkgsrc-2005Q2
Changes since 1.3: +2 -4
lines
Diff to previous 1.3 (colored)
Update php5 to 5.0.4. This is maintenance/bugfix release, full list of changes available at: http://www.php.net/ChangeLog-5.php#5.0.4
Revision 1.3 / (download) - annotate - [select for diffs], Mon Nov 1 19:52:58 2004 UTC (18 years, 3 months ago) by jdolecek
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base,
pkgsrc-2005Q1,
pkgsrc-2004Q4-base,
pkgsrc-2004Q4
Changes since 1.2: +4 -1
lines
Diff to previous 1.2 (colored)
default to full dependance on php for anything including this buildlink
Revision 1.2 / (download) - annotate - [select for diffs], Sat Oct 30 05:46:21 2004 UTC (18 years, 3 months ago) by grant
Branch: MAIN
Changes since 1.1: +2 -2
lines
Diff to previous 1.1 (colored)
s/wip/lang/
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Fri Oct 29 20:31:54 2004 UTC (18 years, 3 months ago) by jdolecek
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
Import PHP 5.0.2, based on the pkgsrc-wip PHP5 package. Some of the key features of PHP 5 include: * The Zend Engine II with a new object model and dozens of new features. * XML support has been completely redone in PHP 5, all extensions are now focused around the excellent libxml2 library (http://www.xmlsoft.org/). * A new SimpleXML extension for easily accessing and manipulating XML as PHP objects. It can also interface with the DOM extension and vice-versa. * A brand new built-in SOAP extension for interoperability with Web Services. * A new MySQL extension named MySQLi for developers using MySQL 4.1 and later. This new extension includes an object-oriented interface in addition to a traditional interface; as well as support for many of MySQL's new features, such as prepared statements. * SQLite has been bundled with PHP. For more information on SQLite, please visit their website. * Streams have been greatly improved, including the ability to access low-level socket operations on streams.
Revision 1.1 / (download) - annotate - [select for diffs], Fri Oct 29 20:31:54 2004 UTC (18 years, 3 months ago) by jdolecek
Branch: MAIN
Initial revision