aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKARBOWSKI Piotr <piotr.karbowski@gmail.com>2020-04-12 21:34:34 +0200
committerKARBOWSKI Piotr <piotr.karbowski@gmail.com>2020-04-12 21:34:34 +0200
commit208961acfc42a14bbc77044dfd42c9b51091aa7c (patch)
tree0c8c42e6c3eb6743ac99ee37f1fea4df02375431
parentlibblkid 2.35.1 added. (diff)
downloadbetter-initramfs-208961acfc42a14bbc77044dfd42c9b51091aa7c.tar.xz
better-initramfs-208961acfc42a14bbc77044dfd42c9b51091aa7c.zip
cryptsetup 2.0.0 -> 2.3.1 bump
-rw-r--r--ChangeLog2
-rwxr-xr-xbootstrap/lebuilds/cryptsetup.lebuild3
2 files changed, 3 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 936ffce..9ed7c59 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -32,7 +32,7 @@ devel branch:
libgpg-error 1.20 -> 1.37
libgcrypt 1.6.4 -> 1.8.5
json-c 0.13.1 (new dependency)
- cryptsetup 1.7.0 -> 2.0.0
+ cryptsetup 1.7.0 -> 2.3.1
mdadm 3.3.6 -> 4.0
libaio 0.3.112 (new dependency)
libblkid 2.35.1 (new dependency)
diff --git a/bootstrap/lebuilds/cryptsetup.lebuild b/bootstrap/lebuilds/cryptsetup.lebuild
index b3b1868..38d8642 100755
--- a/bootstrap/lebuilds/cryptsetup.lebuild
+++ b/bootstrap/lebuilds/cryptsetup.lebuild
@@ -1,6 +1,6 @@
#!/bin/sh
name='cryptsetup'
-version='2.0.0'
+version='2.3.1'
sources=( "https://bitbucket.org/piotrkarbowski/better-initramfs/downloads/${name}-${version}.tar.xz" )
homepage='https://gitlab.com/cryptsetup/cryptsetup'
license='GPLv2'
@@ -13,6 +13,7 @@ build_cmd="
--disable-nls \
--enable-static=yes \
--enable-shared=no \
+ --with-crypto_backend=gcrypt \
--enable-static-cryptsetup && \
make -j ${cores_num:-1} && \
make install