aboutsummaryrefslogtreecommitdiffstats
path: root/main/cryptsetup
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-02-03 01:33:11 +0100
committerLeo <thinkabit.ukim@gmail.com>2020-02-03 04:41:49 +0100
commit925208100f2e7eb00c3be48cda1c45491a976dbd (patch)
treea9378198bd218bcdaac79a070102e77712f12023 /main/cryptsetup
parentbef815d3143b1916c91b10c4e5a2503e0437cf31 (diff)
downloadaports-925208100f2e7eb00c3be48cda1c45491a976dbd.tar.bz2
aports-925208100f2e7eb00c3be48cda1c45491a976dbd.tar.xz
main/cryptsetup: upgrade to 2.3.0
Diffstat (limited to 'main/cryptsetup')
-rw-r--r--main/cryptsetup/APKBUILD7
1 files changed, 2 insertions, 5 deletions
diff --git a/main/cryptsetup/APKBUILD b/main/cryptsetup/APKBUILD
index e6f195d2a3..bb8cb622d8 100644
--- a/main/cryptsetup/APKBUILD
+++ b/main/cryptsetup/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Sören Tempel <soeren+alpine@soeren-tempel.net>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=cryptsetup
-pkgver=2.2.2
+pkgver=2.3.0
pkgrel=0
pkgdesc="Userspace setup tool for transparent encryption of block devices using the Linux 2.6 cryptoapi"
url="https://gitlab.com/cryptsetup/cryptsetup"
@@ -20,7 +20,6 @@ source="https://www.kernel.org/pub/linux/utils/cryptsetup/v${pkgver%.*}/cryptset
"
build() {
- cd "$builddir"
./configure \
--build="$CBUILD" \
--host="$CHOST" \
@@ -34,12 +33,10 @@ build() {
}
check() {
- cd "$builddir"
make check
}
package() {
- cd "$builddir"
make DESTDIR=$pkgdir install
mkdir -p "$pkgdir"/usr/lib
@@ -59,7 +56,7 @@ libs() {
mv "$pkgdir"/lib "$subpkgdir"/
}
-sha512sums="22fa0fd491112fe93d080c2a5b9c3b456324ed3269ad2058adbc1ffa47a35313ec05351992bed4b47984585f3204c023088f29096a14357ce27fe7d033706cf5 cryptsetup-2.2.2.tar.gz
+sha512sums="e1afc6dcc79ac1b204dca3acbf8f84b366a40e790ed8c10b0cac1968e6babb589e460a763ccfd0078388b24e5ec5bd62821cbc24b971dab986e0b5c2303888a9 cryptsetup-2.3.0.tar.gz
dc896fdb7697d01443a168819f01af02db00a9de75589f062a1ebbfc0bc185b6d2109b18352309c41b818e3ad89609dcea3660d6f3cda890de825f053f94de97 flush-stdout.patch
74422d5e1614b43af894ea01da1ea80d805ec7f77981cbb80a6b1a4becad737a8825d7269812499095a7f50d39fa7da5bf4e4edae63529b1fe87b9176943a733 dmcrypt.confd
81dad61cdecf1dc529b26eb3cdc15979a582c876b01268f88e7a71c8fae6911137c03bfa63fee64e064e5fb31f673610be27ecab9fc432229f13e7040698bd5c dmcrypt.initd"