aboutsummaryrefslogtreecommitdiffstats
path: root/main/cryptsetup
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2016-10-04 16:09:10 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2016-10-10 12:04:07 +0000
commit4a28d46b3055530f8156cc9058346a3aacc44de9 (patch)
tree6276f8036530439b9206639b2309da24e3575de5 /main/cryptsetup
parentfa58c47b4cbe85ace24ae9af6acfd418e074cc7b (diff)
downloadaports-4a28d46b3055530f8156cc9058346a3aacc44de9.tar.bz2
aports-4a28d46b3055530f8156cc9058346a3aacc44de9.tar.xz
main/cryptsetup: rebuild against libressl
Diffstat (limited to 'main/cryptsetup')
-rw-r--r--main/cryptsetup/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/cryptsetup/APKBUILD b/main/cryptsetup/APKBUILD
index dc5cdd0b50..abb3e4e1fb 100644
--- a/main/cryptsetup/APKBUILD
+++ b/main/cryptsetup/APKBUILD
@@ -1,14 +1,14 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=cryptsetup
pkgver=1.7.2
-pkgrel=0
+pkgrel=1
pkgdesc="Userspace setup tool for transparent encryption of block devices using the Linux 2.6 cryptoapi"
url="https://gitlab.com/cryptsetup/cryptsetup"
arch="all"
license="GPL2+"
depends=""
makedepends_build=""
-makedepends_host="lvm2-dev openssl-dev popt-dev util-linux-dev"
+makedepends_host="lvm2-dev libressl-dev popt-dev util-linux-dev"
makedepends="$makedepends_build $makedepends_host"
subpackages="$pkgname-dev $pkgname-doc $pkgname-libs"
source="https://www.kernel.org/pub/linux/utils/cryptsetup/v${pkgver%.*}/cryptsetup-$pkgver.tar.gz