summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorjdolecek <jdolecek>2003-08-31 19:55:21 +0000
committerjdolecek <jdolecek>2003-08-31 19:55:21 +0000
commit7fee6bb1cf924b136f2dce03a46fbffcc762f626 (patch)
tree33c9301fff79082d1d83e91e87ace097146292cf /security
parenta7a86db52a7242ae962f32b0bcb16417c677b5f8 (diff)
downloadpkgsrc-7fee6bb1cf924b136f2dce03a46fbffcc762f626.tar.gz
Update PHP to final 4.3.3
Some highlights of changes since 4.2.3: * PCRE updated to 4.3, GD to 2.0.15 * improved Apache2 support * much improved stream & URL wrapper support, output compression support * added CLI (Command Line Interface) SAPI * debug_backtrace() backported from ZendEngine2 * faster build system * huge number of other bug fixes and improvements Packaging changes: * 'pcre', 'xml', and 'session' modules folded back into main package - 'pcre' and 'xml' is required by PEAR, and 'session' is just too essential to be separate * 'gd' module now uses bundled PHP GD library, which is better integrated * PHP modules use shared distinfo when possible to ease future PHP updates * ${PREFIX}/bin/php is now CLI version, ${PREFIX}/libexec/cgi-big/php remains CGI version
Diffstat (limited to 'security')
-rw-r--r--security/php4-mcrypt/Makefile4
-rw-r--r--security/php4-mcrypt/distinfo5
-rw-r--r--security/php4-mcrypt/patches/patch-aa13
-rw-r--r--security/php4-mhash/distinfo4
4 files changed, 2 insertions, 24 deletions
diff --git a/security/php4-mcrypt/Makefile b/security/php4-mcrypt/Makefile
index 3ba6ab45b23..6c530cb7916 100644
--- a/security/php4-mcrypt/Makefile
+++ b/security/php4-mcrypt/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.9 2003/03/05 09:07:23 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2003/08/31 19:55:57 jdolecek Exp $
MODNAME= mcrypt
CATEGORIES+= security
-PKGREVISION= 1
+PKGREVISION= # empty
COMMENT= PHP4 extension for the mcrypt crypto algorithms library
USE_BUILDLINK2= YES
diff --git a/security/php4-mcrypt/distinfo b/security/php4-mcrypt/distinfo
deleted file mode 100644
index 3a01b5faffc..00000000000
--- a/security/php4-mcrypt/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.6 2003/03/05 09:07:23 wiz Exp $
-
-SHA1 (php-4.2.3.tar.gz) = 3e57e8c056bd2f173bba8705293cdfa15aeb93bc
-Size (php-4.2.3.tar.gz) = 3413829 bytes
-SHA1 (patch-aa) = 1aae3f30992fa85342e5939184e963a0c377024a
diff --git a/security/php4-mcrypt/patches/patch-aa b/security/php4-mcrypt/patches/patch-aa
deleted file mode 100644
index 740f67d1980..00000000000
--- a/security/php4-mcrypt/patches/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.1 2003/03/05 09:07:24 wiz Exp $
-
---- config.m4.orig Fri Jan 4 15:13:53 2002
-+++ config.m4
-@@ -31,7 +31,7 @@ if test "$PHP_MCRYPT" != "no"; then
- ],[
- PHP_CHECK_LIBRARY(mcrypt, init_mcrypt,
- [
-- AC_DEFINE(HAVE_LIBMCRYPT22,1,[ ])
-+ AC_DEFINE(HAVE_LIBMCRYPT24,1,[ ])
- ],[
- AC_MSG_ERROR([Sorry, I was not able to diagnose which libmcrypt version you have installed.])
- ],[
diff --git a/security/php4-mhash/distinfo b/security/php4-mhash/distinfo
deleted file mode 100644
index 77274a40808..00000000000
--- a/security/php4-mhash/distinfo
+++ /dev/null
@@ -1,4 +0,0 @@
-$NetBSD: distinfo,v 1.2 2002/10/14 06:21:16 martti Exp $
-
-SHA1 (php-4.2.3.tar.gz) = 3e57e8c056bd2f173bba8705293cdfa15aeb93bc
-Size (php-4.2.3.tar.gz) = 3413829 bytes