diff options
author | jdolecek <jdolecek> | 2004-07-06 19:52:01 +0000 |
---|---|---|
committer | jdolecek <jdolecek> | 2004-07-06 19:52:01 +0000 |
commit | 52ca2d9b6840e73b324f398de469de5d12cc6475 (patch) | |
tree | c1896824918706a279e15f92abae9a9f38fb2a58 /security | |
parent | 5f0a77984b2500338e2349a5c9f70e8143d488d2 (diff) | |
download | pkgsrc-52ca2d9b6840e73b324f398de469de5d12cc6475.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 'security')
-rw-r--r-- | security/php4-openssl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/php4-openssl/Makefile b/security/php4-openssl/Makefile index 6acf8d96090..45fea81319e 100644 --- a/security/php4-openssl/Makefile +++ b/security/php4-openssl/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2004/04/24 23:35:15 xtraeme Exp $ +# $NetBSD: Makefile,v 1.6 2004/07/06 19:52:01 jdolecek Exp $ MODNAME= openssl -PKGREVISION= 2 CATEGORIES+= security +PKGREVISION= # empty COMMENT= PHP4 extension for the OpenSSL library USE_BUILDLINK3= YES |