summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorjdolecek <jdolecek@pkgsrc.org>2004-07-06 19:52:01 +0000
committerjdolecek <jdolecek@pkgsrc.org>2004-07-06 19:52:01 +0000
commit1a4bdc48078ef47ebb8d7bcae549897d1035ac5d (patch)
treec1896824918706a279e15f92abae9a9f38fb2a58 /databases
parent1372b1e0a1eb9dea0d63a25b8118c277554469b7 (diff)
downloadpkgsrc-1a4bdc48078ef47ebb8d7bcae549897d1035ac5d.tar.gz
Update php4 package to 4.3.7.
Change list from release notes: * Synchronized bundled GD library with GD 2.0.23. * Fixed a bug that prevented compilation of GD extensions against FreeType 2.1.0-2.1.2. * Fixed thread safety issue with informix connection id. * Fixed incorrect resolving of relative paths by glob() in windows. * Fixed mapping of Greek letters to html entities. * Fixed a bug that caused an on shutdown crash when using PHP with Apache 2.0.49. * Fixed a number of crashes inside pgsql, cpdf and gd extensions. All in all this release fixes over 30 bugs that have been discovered and resolved since the 4.3.6 release.
Diffstat (limited to 'databases')
-rw-r--r--databases/php4-mysql/distinfo6
-rw-r--r--databases/php4-pgsql/Makefile4
2 files changed, 5 insertions, 5 deletions
diff --git a/databases/php4-mysql/distinfo b/databases/php4-mysql/distinfo
index fe8b0c258bc..e79fd0dd862 100644
--- a/databases/php4-mysql/distinfo
+++ b/databases/php4-mysql/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2004/04/21 11:14:40 tron Exp $
+$NetBSD: distinfo,v 1.10 2004/07/06 19:52:01 jdolecek Exp $
-SHA1 (php-4.3.6.tar.bz2) = c5696d778f0684fae94ee2ca6463f37c97228441
-Size (php-4.3.6.tar.bz2) = 3957796 bytes
+SHA1 (php-4.3.7.tar.bz2) = f6171d71282b2e50333d1e96859fe907da068c34
+Size (php-4.3.7.tar.bz2) = 3963734 bytes
SHA1 (patch-aa) = 8f7027758c3fe1d59187e7777ee46e73d126738a
diff --git a/databases/php4-pgsql/Makefile b/databases/php4-pgsql/Makefile
index e2b2df95346..17df39e38e7 100644
--- a/databases/php4-pgsql/Makefile
+++ b/databases/php4-pgsql/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2004/04/25 01:12:49 xtraeme Exp $
+# $NetBSD: Makefile,v 1.10 2004/07/06 19:52:01 jdolecek Exp $
MODNAME= pgsql
-PKGREVISION= 1
+PKGREVISION= # empty
CATEGORIES+= databases
COMMENT= PHP4 extension for PostgreSQL databases