cryptsetup: update to 2.1.0.

This commit is contained in:
maxice8 2019-02-09 02:18:39 -02:00 committed by maxice8
parent c53bafaacf
commit 5f64a932e2
2 changed files with 2 additions and 19 deletions

View file

@ -1,17 +0,0 @@
--- ./src/utils_tools.c.orig 2014-10-24 12:58:35.151717616 -0200
+++ ./src/utils_tools.c 2014-10-24 13:00:42.716855265 -0200
@@ -105,10 +105,13 @@
case CRYPT_LOG_NORMAL:
fputs(msg, stdout);
+ fflush(stdout);
break;
case CRYPT_LOG_VERBOSE:
- if (opt_verbose)
+ if (opt_verbose) {
fputs(msg, stdout);
+ fflush(stdout);
+ }
break;
case CRYPT_LOG_ERROR:
fputs(msg, stderr);

View file

@ -1,6 +1,6 @@
# Template file for 'cryptsetup'
pkgname=cryptsetup
version=2.0.6
version=2.1.0
revision=1
build_style=gnu-configure
configure_args="--with-crypto_backend=openssl $(vopt_enable pwquality)
@ -14,7 +14,7 @@ license="GPL-2.0-or-later"
homepage="https://gitlab.com/cryptsetup/cryptsetup"
changelog="https://gitlab.com/cryptsetup/cryptsetup/raw/master/docs/v${version}-ReleaseNotes"
distfiles="${KERNEL_SITE}/utils/cryptsetup/v${version%.*}/${pkgname}-${version}.tar.xz"
checksum=7c51fae0f0e7ea9af0f515b2ac77009fb2969a6619ebab47d097dca38b083d30
checksum=a3eeb2741f8f3376d16585191f3c60e067dd987e096c3c4b073fab7748b1c897
subpackages="libcryptsetup cryptsetup-devel"
build_options="pwquality"