update mcrypt bugs

This commit is contained in:
crazywhalecc 2023-03-18 19:58:36 +08:00
parent 3af2811951
commit 4edd05f4df
No known key found for this signature in database
GPG Key ID: 1F4BDD59391F2680
3 changed files with 34 additions and 9 deletions

View File

@ -98,12 +98,7 @@
"ffitarget.h" "ffitarget.h"
] ]
}, },
"libmcrypt": {
"source": "libmcrypt",
"static-libs-unix": [
"libmcrypt.a"
]
},
"libpng": { "libpng": {
"source": "libpng", "source": "libpng",
"static-libs-unix": [ "static-libs-unix": [
@ -208,6 +203,18 @@
"openssl" "openssl"
] ]
}, },
"libmcrypt": {
"source": "libmcrypt",
"static-libs-unix": [
"libmcrypt.a"
]
},
"mcrypt": {
"source": "mcrypt",
"static-libs-unix": [
"libmcrypt.a"
]
},
"nghttp2": { "nghttp2": {
"source": "nghttp2", "source": "nghttp2",
"static-libs-unix": [ "static-libs-unix": [

View File

@ -53,12 +53,20 @@
"path": "LICENSE" "path": "LICENSE"
} }
}, },
"libmcrypt": { "mcrypt": {
"type": "url", "type": "url",
"url": "https://github.com/winlibs/libmcrypt/archive/refs/tags/libmcrypt-2.5.8-3.4.tar.gz", "url": "https://jaist.dl.sourceforge.net/project/mcrypt/MCrypt/2.6.8/mcrypt-2.6.8.tar.gz",
"license": { "license": {
"type": "file", "type": "file",
"path": "COPYING.LIB" "path": "COPYING"
}
},
"libmcrypt": {
"type": "url",
"url": "https://nchc.dl.sourceforge.net/project/mcrypt/Libmcrypt/2.5.8/libmcrypt-2.5.8.tar.gz",
"license": {
"type": "file",
"path": "COPYING"
} }
}, },
"libpng": { "libpng": {

View File

@ -57,3 +57,13 @@
| xmlwriter | | | | | xmlwriter | | | |
| zip | | | | | zip | | | |
| zlib | | | | | zlib | | | |
## Additional Requirements
- phpmicro requires PHP >= 8.0
- swoole >= 5.0 requires PHP >= 8.0
- swow requires PHP >= 8.0
## Bugs
See #32.