mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-09 17:03:35 -09:00
package/luksmeta: security bump to version 10
Fixes the following security issue:
CVE-2025-11568: A data corruption vulnerability has been identified in the
luksmeta utility when used with the LUKS1 disk encryption format.
https://github.com/advisories/GHSA-pvmm-7c2r-wmp4
https://github.com/latchset/luksmeta/releases/tag/v10
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Julien Olivain <ju.o@free.fr>
(cherry picked from commit 80764d7208)
Signed-off-by: Thomas Perale <thomas.perale@mind.be>
This commit is contained in:
committed by
Thomas Perale
parent
63b413c2b2
commit
8619092a26
@@ -1,3 +1,3 @@
|
||||
# Locally calculated
|
||||
sha256 2ca0c35b551b331ba1444fc9d36e8c48ff8cae53dd4e6155b028e8904edc202a luksmeta-9.tar.bz2
|
||||
sha256 a842538ba39680c8319c41dac0bcc082fe40fb43342561761925c0daa1a48f28 luksmeta-10.tar.bz2
|
||||
sha256 4b72eb6b5a336cd3ec837cc2d6347c23bf7574168db6b4802267700b93021abf COPYING
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LUKSMETA_VERSION = 9
|
||||
LUKSMETA_VERSION = 10
|
||||
LUKSMETA_SOURCE = luksmeta-$(LUKSMETA_VERSION).tar.bz2
|
||||
LUKSMETA_SITE = https://github.com/latchset/luksmeta/releases/download/v$(LUKSMETA_VERSION)
|
||||
LUKSMETA_LICENSE = LGPL-2.1+
|
||||
|
||||
Reference in New Issue
Block a user