summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorjdolecek <jdolecek@pkgsrc.org>2004-09-28 12:41:13 +0000
committerjdolecek <jdolecek@pkgsrc.org>2004-09-28 12:41:13 +0000
commit4cdbf7dfa70a7d1f8bd25254b7ded9760eb93d62 (patch)
treeebdc2f7926bd68831040c0a87107b4ab28229595 /databases
parent5d66eab9bb0c05c941ec575059508e6d4dfcec00 (diff)
downloadpkgsrc-4cdbf7dfa70a7d1f8bd25254b7ded9760eb93d62.tar.gz
Update php4 package to bug-fix release 4.3.9.
Changes since 4.3.8: * fixes to GPC input processing * bundled GD extension synced with 2.0.28, re-introducing write support for GIF (patent expiration worldwide) * Implemented periodic PCRE compiled regexp cache cleanup, to avoid memory exhaustion * Fixed strip_tags() to correctly handle '\0' characters. * Rewritten UNIX and Windows install help files. * Fixed a file-descriptor leak with phpinfo() and other 'special' URLs. * Fixed possible crash inside php_shutdown_config(). * Fixed isset crashes on arrays. * Fixed imagecreatefromstring() crashes with external GD library. * Fixed fgetcsv() parsing of strings ending with escaped enclosures. * Fixed overflow in array_slice(), array_splice(), substr(), substr_replace(), strspn(), strcspn(). * Fixed '\0' in Authenticate header passed via safe_mode. * Allow bundled GD to compile against freetype 2.1.2. All in all this release fixes over 50 bugs that have been discovered and resolved since the 4.3.8 release.
Diffstat (limited to 'databases')
-rw-r--r--databases/php4-mssql/Makefile4
-rw-r--r--databases/php4-mssql/distinfo5
-rw-r--r--databases/php4-mssql/patches/patch-aa20
3 files changed, 1 insertions, 28 deletions
diff --git a/databases/php4-mssql/Makefile b/databases/php4-mssql/Makefile
index b4cf114de72..7c82bd658a8 100644
--- a/databases/php4-mssql/Makefile
+++ b/databases/php4-mssql/Makefile
@@ -1,11 +1,9 @@
-# $NetBSD: Makefile,v 1.3 2004/07/14 08:03:16 jdolecek Exp $
+# $NetBSD: Makefile,v 1.4 2004/09/28 12:41:13 jdolecek Exp $
MODNAME= mssql
CATEGORIES+= databases
COMMENT= PHP4 extension for MS SQL databases
-DISTINFO_FILE= ${.CURDIR}/distinfo
-
.include "../../www/php4/Makefile.module"
USE_BUILDLINK3= yes
diff --git a/databases/php4-mssql/distinfo b/databases/php4-mssql/distinfo
deleted file mode 100644
index 121570747f1..00000000000
--- a/databases/php4-mssql/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.2 2004/07/29 19:03:57 wiz Exp $
-
-SHA1 (php-4.3.8.tar.bz2) = 95da913b932859239f544a7b2f38c9257aa3d735
-Size (php-4.3.8.tar.bz2) = 3963437 bytes
-SHA1 (patch-aa) = 7b32b73720513c1b5efb7282def96cfa8efc717a
diff --git a/databases/php4-mssql/patches/patch-aa b/databases/php4-mssql/patches/patch-aa
deleted file mode 100644
index d19d11f4547..00000000000
--- a/databases/php4-mssql/patches/patch-aa
+++ /dev/null
@@ -1,20 +0,0 @@
-$NetBSD: patch-aa,v 1.2 2004/07/29 19:03:57 wiz Exp $
-
-===================================================================
-RCS file: /repository/php-src/ext/mssql/php_mssql.h,v
-retrieving revision 1.23.4.10
-retrieving revision 1.23.4.11
-diff -p --unified=3 -r1.23.4.10 -r1.23.4.11
---- php_mssql.h 2004/04/20 23:37:26 1.23.4.10
-+++ php_mssql.h 2004/06/04 01:02:21 1.23.4.11
-@@ -37,9 +37,7 @@
- #include "sqldb.h"
-
- #if HAVE_FREETDS
--#ifndef SHORT
--typedef short SHORT;
--#endif
-+typedef short TDS_SHORT;
- #define SQLTEXT SYBTEXT
- #define SQLCHAR SYBCHAR
- #define SQLVARCHAR SYBVARCHAR