summaryrefslogtreecommitdiff
path: root/mail/php4-imap
diff options
context:
space:
mode:
authormartti <martti@pkgsrc.org>2002-10-14 06:21:05 +0000
committermartti <martti@pkgsrc.org>2002-10-14 06:21:05 +0000
commita9e061798aa32659126d61c3622e8e85b2628fe0 (patch)
tree1931aa17ad183137853874ea40e88e55da0898ff /mail/php4-imap
parent514243a19eceab52350f829797fec2fc579ea194 (diff)
downloadpkgsrc-a9e061798aa32659126d61c3622e8e85b2628fe0.tar.gz
Updated php to 4.2.3
* lots of bug fixes * experimental apache2 support * added IPv6 support to gethostbyaddr() ATTENTION!! register_globals defaults to 'off' now
Diffstat (limited to 'mail/php4-imap')
-rw-r--r--mail/php4-imap/distinfo8
-rw-r--r--mail/php4-imap/patches/patch-ab14
2 files changed, 11 insertions, 11 deletions
diff --git a/mail/php4-imap/distinfo b/mail/php4-imap/distinfo
index 59edbe93f32..dd0cee74cdc 100644
--- a/mail/php4-imap/distinfo
+++ b/mail/php4-imap/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2002/02/28 09:50:05 tron Exp $
+$NetBSD: distinfo,v 1.5 2002/10/14 06:21:12 martti Exp $
-SHA1 (php-4.1.2.tar.gz) = fc4f9685b2b26d6e12af2e746a34fadfe57f0466
-Size (php-4.1.2.tar.gz) = 3359964 bytes
+SHA1 (php-4.2.3.tar.gz) = 3e57e8c056bd2f173bba8705293cdfa15aeb93bc
+Size (php-4.2.3.tar.gz) = 3413829 bytes
SHA1 (patch-aa) = 15b68a0a73cdd6af903b1efc5a768b4bb20b38a4
-SHA1 (patch-ab) = 9e62d755be7bea0efeacef1acb61c1e7b112b0dc
+SHA1 (patch-ab) = d3df38e0ff0d818db39f5fe1980318eac2738bcd
diff --git a/mail/php4-imap/patches/patch-ab b/mail/php4-imap/patches/patch-ab
index 0b3e722f77f..2adba67c508 100644
--- a/mail/php4-imap/patches/patch-ab
+++ b/mail/php4-imap/patches/patch-ab
@@ -1,8 +1,8 @@
-$NetBSD: patch-ab,v 1.2 2001/12/31 23:57:39 jlam Exp $
+$NetBSD: patch-ab,v 1.3 2002/10/14 06:21:12 martti Exp $
---- php_imap.c.orig Fri Dec 7 11:47:59 2001
-+++ php_imap.c
-@@ -410,6 +410,11 @@
+--- php_imap.c.orig Mon Aug 26 01:58:31 2002
++++ php_imap.c Sat Oct 12 10:49:37 2002
+@@ -421,6 +421,11 @@
ZEND_INIT_MODULE_GLOBALS(imap, php_imap_init_globals, NULL)
@@ -14,7 +14,7 @@ $NetBSD: patch-ab,v 1.2 2001/12/31 23:57:39 jlam Exp $
#ifndef PHP_WIN32
mail_link(&unixdriver); /* link in the unix driver */
mail_link(&mhdriver); /* link in the mh driver */
-@@ -430,6 +435,10 @@
+@@ -436,6 +441,10 @@
mail_link(&tenexdriver); /* link in the tenex driver */
mail_link(&mtxdriver); /* link in the mtx driver */
mail_link(&dummydriver); /* link in the dummy driver */
@@ -23,5 +23,5 @@ $NetBSD: patch-ab,v 1.2 2001/12/31 23:57:39 jlam Exp $
+#include "linkage.c"
+#endif
- /* lets allow NIL */
- REGISTER_MAIN_LONG_CONSTANT("NIL", NIL, CONST_PERSISTENT | CONST_CS);
+ #ifndef PHP_WIN32
+ auth_link(&auth_log); /* link in the log authenticator */