Search Criteria
Package Details: mcrypt 2.6.8-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/mcrypt.git (read-only, click to copy) |
---|---|
Package Base: | mcrypt |
Description: | A replacement for the old unix crypt(1). |
Upstream URL: | http://mcrypt.sourceforge.net/ |
Licenses: | GPL |
Submitter: | None |
Maintainer: | aksr |
Last Packager: | aksr |
Votes: | 13 |
Popularity: | 0.000000 |
First Submitted: | 2013-05-08 17:38 (UTC) |
Last Updated: | 2015-07-06 09:36 (UTC) |
Dependencies (3)
- libmcrypt
- mhash
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat)
Latest Comments
starfry commented on 2024-07-16 14:48 (UTC)
The build generates warnings that are treated as errors, this can be worked around by changing the
./configure
in the PKGBUILD withCFLAGS=-Wno-error=format-nonliteral
. Just an FYI for anyone who might hit this, however mcrypt would seem to be abandonware these days.