From 395f0980130f29e51c9c66987e88f0e05cf06c7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Tempel?= Date: Tue, 6 Feb 2018 16:49:45 +0100 Subject: main/cryptsetup: upgrade to 2.0.1 Also remove the --with-luks2-lock-path configure option since `/run/cryptsetup` is now the default. --- main/cryptsetup/APKBUILD | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/main/cryptsetup/APKBUILD b/main/cryptsetup/APKBUILD index 1939d9c16b..0d6c99fb5b 100644 --- a/main/cryptsetup/APKBUILD +++ b/main/cryptsetup/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Sören Tempel # Maintainer: Natanael Copa pkgname=cryptsetup -pkgver=2.0.0 -pkgrel=1 +pkgver=2.0.1 +pkgrel=0 pkgdesc="Userspace setup tool for transparent encryption of block devices using the Linux 2.6 cryptoapi" url="https://gitlab.com/cryptsetup/cryptsetup" arch="all" @@ -30,8 +30,7 @@ build() { --sbindir=/sbin \ --disable-static \ --enable-libargon2 \ - --with-crypto_backend=openssl \ - --with-luks2-lock-path=/run/cryptsetup # https://gitlab.com/cryptsetup/cryptsetup/issues/362 + --with-crypto_backend=openssl make } @@ -56,7 +55,7 @@ libs() { mv "$pkgdir"/lib "$subpkgdir"/ } -sha512sums="a595bb9f67908a9e4b8f0002a592999bdd4367329c0f05c9d592ddc30138ba0b5f82113ac547c8949c26c8f4ba510973125eeaf1fa17195d162c46545e9dbb59 cryptsetup-2.0.0.tar.gz +sha512sums="9d77e25c0d8569820a021e8c30fe7a3a9fa0ec9fe310e85e7aa1870e0df135baa4975a65aec02a4de6e66ba83661f1c8b1610aed7cc349e73b7e99cc17e08bda cryptsetup-2.0.1.tar.gz 301e3e3da5a899e0a6f01f44fbf37bb6a3f5b6a4fb41243bae6d3b7aea747276e784626cd1b19721cc264652c10ae8c560c4d20094e33bb82fb2fae0160682c0 flush-stdout.patch 74422d5e1614b43af894ea01da1ea80d805ec7f77981cbb80a6b1a4becad737a8825d7269812499095a7f50d39fa7da5bf4e4edae63529b1fe87b9176943a733 dmcrypt.confd 81dad61cdecf1dc529b26eb3cdc15979a582c876b01268f88e7a71c8fae6911137c03bfa63fee64e064e5fb31f673610be27ecab9fc432229f13e7040698bd5c dmcrypt.initd" -- cgit v1.2.3