From e75748585381cc6d5ab01d4febfdf31b424c942d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Tue, 16 Dec 2025 14:42:44 +0100 Subject: [PATCH] versions: Update cryptsetup to v2.8.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update cryptsetup to its latest release Signed-off-by: Fabiano FidĂȘncio --- versions.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versions.yaml b/versions.yaml index bc808c72fa..1fd141ec40 100644 --- a/versions.yaml +++ b/versions.yaml @@ -300,7 +300,7 @@ externals: cryptsetup: description: "A utility used to setup disk encryption, integrity protection" url: "https://gitlab.com/cryptsetup/cryptsetup" - version: "v2.5.0" + version: "v2.8.1" gperf: description: "GNU gperf is a perfect hash function generator"