diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-11-06 10:18:14 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-11-07 16:46:16 +0000 |
commit | e2ba91b9579706a850537e975ffef990f583287e (patch) | |
tree | dc33323d047b597cf515f1241e2f8776ef53212f /community/john | |
parent | 54b3bea757deafa6c7fc09bb1fa6a1ed973767bc (diff) | |
download | aports-e2ba91b9579706a850537e975ffef990f583287e.tar.bz2 aports-e2ba91b9579706a850537e975ffef990f583287e.tar.xz |
community/john: add fixme comment about openssl 1.1
Diffstat (limited to 'community/john')
-rw-r--r-- | community/john/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/community/john/APKBUILD b/community/john/APKBUILD index c92dbcae88..e98f02afcd 100644 --- a/community/john/APKBUILD +++ b/community/john/APKBUILD @@ -11,6 +11,7 @@ arch="x86_64 armhf armv7 ppc64le" license="GPL-2.0" depends="nss" options="!strip" +# FIXME: openssl 1.1 is not yet supported makedepends="libpcap-dev libressl-dev gmp-dev yasm-dev zlib-dev" subpackages="$pkgname-doc $pkgname-scripts-py:py:noarch |