summaryrefslogtreecommitdiff
path: root/security/php4-mcrypt
AgeCommit message (Collapse)AuthorFilesLines
2002-06-09Fix typo.jlam1-2/+2
2002-04-12Use libmcrypt22 instead of libmcrypt. Reported to fix pkg/16198 byjlam1-2/+4
Stephen Borrill <netbsd@precedence.co.uk>.
2002-02-28Update distribution file checksum for PHP version 4.1.2.tron1-3/+3
2002-02-28Update security/php4-mcrypt to 4.1.2. The only change from version 4.1.1 isjlam1-3/+3
that this is built from the php-4.1.2 sources.
2002-01-06Update security/php4-mcrypt to 4.1.1. Changes from version 4.1.0 include:jlam1-3/+3
- Fixed several crash bugs in the mcrypt extension. (Derick) - Made the mcrypt extension compile with the libmcrypt 2.2 series again. (Sterling)
2001-12-31Update security/php4-mcrypt to 4.1.0. Changes from version 4.0.6 include:jlam1-3/+3
- Fixed a bug in the mcrypt extension, where list destructors were not properly being allocated. (Sterling) - Fixed bugs in the mcrypt extension that caused crashes. (Derick)
2001-12-03Use PKGREVISION to manage the package-specific version number when itjlam1-2/+2
differs from the distfile version number. G/C some the unused variables in php4/Makefile.common related to the old way of handling version numbers.
2001-11-01Move pkg/ files into package's toplevel directoryzuntum1-0/+0
2001-10-16Find Makefile.module in ../../www/php4.jlam1-2/+2
2001-10-16Update php4-mcrypt to the version from the php-4.0.6 distribution. Changesjlam3-0/+19
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)