From f90149a02475cda876dad50840f73f6fe441a076 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Sat, 6 Jul 2019 03:24:53 +0200 Subject: [PATCH] osk-sdl: update to 0.53 As Idan Horo wrote in osk-sdl!82: "Newer versions of cryptsetup automatically encrypt with LUKS v2. osk-sdl assumes all partitions are encrytped with v1 and as such fails. By just changing the encryption type to NULL cryptsetup automatically detects and chooses the correct LUKS version. Tested on xiaomi-kenzo." --- main/osk-sdl/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main/osk-sdl/APKBUILD b/main/osk-sdl/APKBUILD index a87d61dcd..d60a520ed 100644 --- a/main/osk-sdl/APKBUILD +++ b/main/osk-sdl/APKBUILD @@ -1,5 +1,5 @@ pkgname=osk-sdl -pkgver=0.52 +pkgver=0.53 pkgrel=0 pkgdesc="Onscreen keyboard for unlocking LUKS devices" url="https://gitlab.com/postmarketOS/osk-sdl" @@ -23,4 +23,4 @@ package() { install -D -m755 "${srcdir}/${pkgname}-${pkgver}"/osk.conf \ "$pkgdir"/etc/osk.conf } -sha512sums="ce2f17113d41b9c43c37148c18a547c4e09e26fdf86eb19d25b2761712065b2f2f45e34dcb5ec9be29a8c356c4430a881eedf9130e8a05d0645c97b26c756eb0 osk-sdl-0.52-0.tar.gz" +sha512sums="0b48c6cbe6edce7edda8721e75be76fb984a825468b49d1ff690309c3112392f731eb919ebc96a0b085f6a5fc77e11e220fd79dbe6ea030cfddbb3cd5f86dd3f osk-sdl-0.53-0.tar.gz"