summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-04-17 09:40:16 +0800
committerKhem Raj <raj.khem@gmail.com>2024-04-17 23:47:23 -0700
commitc7a2dde455c11d9985478f882838502ce7c0e67b (patch)
tree7c670508b91f6c85914062080b1df8c9f04e59a8
parent2f4f2cfef1deb21a2a812b36c1d80aa5a9ef8598 (diff)
downloadmeta-openembedded-c7a2dde455c11d9985478f882838502ce7c0e67b.tar.gz
cryptsetup: upgrade 2.7.1 -> 2.7.2
Changelog: ========== * Fix activation of OPAL-only encrypted LUKS device with tokens. * Fix formatting of OPAL devices with 4096-byte sector size. * Fix incorrect OPAL locking range alignment calculation if used over an unaligned device partition. * Add --hw-opal-factory-reset option description to the manual page. * Do not check the passphrase quality for OPAL Admin PIN, as this passphrase already exists. * Update license for FAQ document to CC BY-SA 4.0. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.7.2.bb (renamed from meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.7.1.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.7.1.bb b/meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.7.2.bb
index 53162cb94..504c718b9 100644
--- a/meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.7.1.bb
+++ b/meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.7.2.bb
@@ -20,7 +20,7 @@ DEPENDS:append:libc-musl = " argp-standalone"
20LDFLAGS:append:libc-musl = " -largp" 20LDFLAGS:append:libc-musl = " -largp"
21 21
22SRC_URI = "${KERNELORG_MIRROR}/linux/utils/${BPN}/v${@d.getVar('PV').split('.')[0]}.${@d.getVar('PV').split('.')[1]}/${BP}.tar.xz" 22SRC_URI = "${KERNELORG_MIRROR}/linux/utils/${BPN}/v${@d.getVar('PV').split('.')[0]}.${@d.getVar('PV').split('.')[1]}/${BP}.tar.xz"
23SRC_URI[sha256sum] = "da5d1419e2a86e01aa32fd79582cd54d208857cb541bca2fd426a5ff1aaabbc3" 23SRC_URI[sha256sum] = "219ebf74e8eddf96624a0376477e5a6f8f350a67aaf36e7dadb114d94b3afef4"
24 24
25inherit autotools gettext pkgconfig 25inherit autotools gettext pkgconfig
26 26