head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.4 pkgsrc-2013Q2-base:1.4 pkgsrc-2012Q4:1.4.0.2 pkgsrc-2012Q4-base:1.4 pkgsrc-2012Q1:1.3.0.54 pkgsrc-2012Q1-base:1.3 pkgsrc-2011Q4:1.3.0.52 pkgsrc-2011Q4-base:1.3 pkgsrc-2011Q3:1.3.0.50 pkgsrc-2011Q3-base:1.3 pkgsrc-2011Q2:1.3.0.48 pkgsrc-2011Q2-base:1.3 pkgsrc-2011Q1:1.3.0.46 pkgsrc-2011Q1-base:1.3 pkgsrc-2010Q4:1.3.0.44 pkgsrc-2010Q4-base:1.3 pkgsrc-2010Q3:1.3.0.42 pkgsrc-2010Q3-base:1.3 pkgsrc-2010Q2:1.3.0.40 pkgsrc-2010Q2-base:1.3 pkgsrc-2010Q1:1.3.0.38 pkgsrc-2010Q1-base:1.3 pkgsrc-2009Q4:1.3.0.36 pkgsrc-2009Q4-base:1.3 pkgsrc-2009Q3:1.3.0.34 pkgsrc-2009Q3-base:1.3 pkgsrc-2009Q2:1.3.0.32 pkgsrc-2009Q2-base:1.3 pkgsrc-2009Q1:1.3.0.30 pkgsrc-2009Q1-base:1.3 pkgsrc-2008Q4:1.3.0.28 pkgsrc-2008Q4-base:1.3 pkgsrc-2008Q3:1.3.0.26 pkgsrc-2008Q3-base:1.3 cube-native-xorg:1.3.0.24 cube-native-xorg-base:1.3 pkgsrc-2008Q2:1.3.0.22 pkgsrc-2008Q2-base:1.3 cwrapper:1.3.0.20 pkgsrc-2008Q1:1.3.0.18 pkgsrc-2008Q1-base:1.3 pkgsrc-2007Q4:1.3.0.16 pkgsrc-2007Q4-base:1.3 pkgsrc-2007Q3:1.3.0.14 pkgsrc-2007Q3-base:1.3 pkgsrc-2007Q2:1.3.0.12 pkgsrc-2007Q2-base:1.3 pkgsrc-2007Q1:1.3.0.10 pkgsrc-2007Q1-base:1.3 pkgsrc-2006Q4:1.3.0.8 pkgsrc-2006Q4-base:1.3 pkgsrc-2006Q3:1.3.0.6 pkgsrc-2006Q3-base:1.3 pkgsrc-2006Q2:1.3.0.4 pkgsrc-2006Q2-base:1.3 pkgsrc-2006Q1:1.3.0.2 pkgsrc-2006Q1-base:1.3 pkgsrc-2005Q4:1.2.0.6 pkgsrc-2005Q4-base:1.2 pkgsrc-2005Q3:1.2.0.4 pkgsrc-2005Q3-base:1.2 pkgsrc-2005Q2:1.2.0.2 pkgsrc-2005Q2-base:1.2 pkgsrc-2005Q1:1.1.0.4 pkgsrc-2005Q1-base:1.1 pkgsrc-2004Q4:1.1.0.2 pkgsrc-2004Q4-base:1.1; locks; strict; comment @# @; 1.4 date 2012.06.16.15.15.06; author taca; state dead; branches; next 1.3; 1.3 date 2006.02.06.06.39.59; author martti; state Exp; branches; next 1.2; 1.2 date 2005.04.11.20.16.02; author jdolecek; state Exp; branches 1.2.6.1; next 1.1; 1.1 date 2004.10.31.21.14.54; author jdolecek; state Exp; branches; next ; 1.2.6.1 date 2006.02.15.14.12.20; author salo; state Exp; branches; next ; desc @@ 1.4 log @Remove php5 (PHP 5.2.17), please migra to php53 or php54. @ text @$NetBSD: patch-aj,v 1.3 2006/02/06 06:39:59 martti Exp $ --- ext/imap/config.m4.orig 2005-05-30 02:16:41.000000000 +0300 +++ ext/imap/config.m4 2006-02-05 15:36:56.000000000 +0200 @@@@ -42,6 +42,14 @@@@ ]) ]) +dsl Must be before --with-kerberos, affects the check +PHP_ARG_WITH(imap-linkage,use IMAP c-client linkage, +[ --with-imap-linkage Use IMAP c-client linkage to determine supported items.]) + +if test "$PHP_IMAP_LINKAGE" != "no"; then + AC_DEFINE(HAVE_IMAP_LINKAGE, 1, [ ]) +fi + AC_DEFUN([PHP_IMAP_KRB_CHK], [ if test "$PHP_KERBEROS" != "no"; then PHP_SETUP_KERBEROS(IMAP_SHARED_LIBADD, @@@@ -53,7 +61,7 @@@@ Check the path given to --with-kerberos (if no path is given, searches in /usr/kerberos, /usr/local and /usr ) ]) ]) - else + elif test "$PHP_IMAP_LINKAGE" != "yes"; then AC_EGREP_HEADER(auth_gss, $IMAP_INC_DIR/linkage.h, [ AC_MSG_ERROR([This c-client library is built with Kerberos support. @ 1.3 log @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) @ text @d1 1 a1 1 $NetBSD: patch-aj,v 1.2 2005/04/11 20:16:02 jdolecek Exp $ @ 1.2 log @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 @ text @d1 1 a1 1 $NetBSD$ d3 3 a5 3 --- ext/imap/config.m4.orig 2005-04-08 20:55:11.000000000 +0200 +++ ext/imap/config.m4 2005-04-08 20:55:01.000000000 +0200 @@@@ -54,6 +54,14 @@@@ d20 1 a20 1 @@@@ -65,7 +73,7 @@@@ @ 1.2.6.1 log @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 @ text @d1 1 a1 1 $NetBSD: patch-aj,v 1.3 2006/02/06 06:39:59 martti Exp $ d3 3 a5 3 --- ext/imap/config.m4.orig 2005-05-30 02:16:41.000000000 +0300 +++ ext/imap/config.m4 2006-02-05 15:36:56.000000000 +0200 @@@@ -42,6 +42,14 @@@@ d20 1 a20 1 @@@@ -53,7 +61,7 @@@@ @ 1.1 log @add patches necessary to build php-imap with PHP5 @ text @d3 3 a5 3 --- ext/imap/config.m4.orig 2004-02-23 04:24:58.000000000 +0100 +++ ext/imap/config.m4 2004-10-31 21:11:57.000000000 +0100 @@@@ -42,6 +42,14 @@@@ d17 7 a23 7 AC_DEFUN(PHP_IMAP_KRB_CHK, [ AC_ARG_WITH(kerberos, [ --with-kerberos[=DIR] IMAP: Include Kerberos support. DIR is the Kerberos install dir.],[ @@@@ -78,7 +86,7 @@@@ PHP_ADD_LIBRARY(k5crypto, 1, IMAP_SHARED_LIBADD) PHP_ADD_LIBRARY(com_err, 1, IMAP_SHARED_LIBADD) PHP_ADD_INCLUDE($PHP_KERBEROS_DIR/include) @