diff options
author | jlam <jlam@pkgsrc.org> | 2001-10-16 06:05:41 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-10-16 06:05:41 +0000 |
commit | a19d0edc67843a61360720a0f5cfb5c48401753e (patch) | |
tree | 1f20d259d15649d9979d8ab61f8da2679776d17a /security | |
parent | a09fe9cffaba38b53937db574ddab9f35363d239 (diff) | |
download | pkgsrc-a19d0edc67843a61360720a0f5cfb5c48401753e.tar.gz |
Update php4-mcrypt to the version from the php-4.0.6 distribution. Changes
from version 4.0.5 include moving from the www category, and:
- Fixed bug in the mcrypt extension that caused segfaults when using a key
that is too large for the used algorithm, and a bug that caused
mcrypt_generic() to segfault PHP (Derick)
Diffstat (limited to 'security')
-rw-r--r-- | security/php4-mcrypt/Makefile | 13 | ||||
-rw-r--r-- | security/php4-mcrypt/distinfo | 4 | ||||
-rw-r--r-- | security/php4-mcrypt/pkg/DESCR | 2 |
3 files changed, 19 insertions, 0 deletions
diff --git a/security/php4-mcrypt/Makefile b/security/php4-mcrypt/Makefile new file mode 100644 index 00000000000..b9ef962bb69 --- /dev/null +++ b/security/php4-mcrypt/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/10/16 06:05:41 jlam Exp $ + +.include "../php4/Makefile.module" + +MODNAME= mcrypt +CATEGORIES+= security +PHP_PKG_VERS= # empty +COMMENT= PHP4 extension for the mcrypt crypto algorithms library + +CONFIGURE_ARGS+= --with-${MODNAME}=shared,${BUILDLINK_DIR} + +.include "../../security/libmcrypt/buildlink.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/security/php4-mcrypt/distinfo b/security/php4-mcrypt/distinfo new file mode 100644 index 00000000000..6f25691459b --- /dev/null +++ b/security/php4-mcrypt/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2001/10/16 06:05:41 jlam Exp $ + +SHA1 (php-4.0.6.tar.gz) = 6544eb1085b916541af914a11074e9bb8a037a03 +Size (php-4.0.6.tar.gz) = 3157346 bytes diff --git a/security/php4-mcrypt/pkg/DESCR b/security/php4-mcrypt/pkg/DESCR new file mode 100644 index 00000000000..62e6755af5e --- /dev/null +++ b/security/php4-mcrypt/pkg/DESCR @@ -0,0 +1,2 @@ +PHP is a programming language designed to be embedded into web pages. +This module provides PHP4 access to the mcrypt crypto algorithms library. |