From 9c0eee07c7107fa2beb7644f4e3612d702b4588c Mon Sep 17 00:00:00 2001 From: Dario Binacchi Date: Tue, 29 Apr 2025 21:53:37 +0200 Subject: [PATCH] package/mmc-utils: bump version to c515ea2e1ceb Change log since last version bump: c515ea2e1ceb mmc-utils: Doc: new secure write protect commands 3fc7643ac148 mmc-utils: Secure Write Protect Mode Read bd51a271de9d mmc-utils: Enable/Disable write protect 5d3a04e70b05 mmc-utils: Add secure write-protect mode enable/disable 05051e40351c mmc-utils: Refactor RPMB key handling into a separate function f4247f56085f mmc-utils: Add SECURE_WP_INFO field in ext_csd register 50a30df1b74d mmc-utils: Add byte offset comments to rpmb_frame structure 88e956459a79 mmc-utils: Pack rpmb_frame structure to avoid padding bytes d4d3eb24f560 mmc-utils: Reduce scope of nargs for RPMB commands 437d369cd9d9 mmc-utils: Initialize RPMB frame_out structures to zero Signed-off-by: Dario Binacchi Signed-off-by: Julien Olivain --- package/mmc-utils/mmc-utils.hash | 2 +- package/mmc-utils/mmc-utils.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package/mmc-utils/mmc-utils.hash b/package/mmc-utils/mmc-utils.hash index 17dedad2b7..685952a615 100644 --- a/package/mmc-utils/mmc-utils.hash +++ b/package/mmc-utils/mmc-utils.hash @@ -1,3 +1,3 @@ # Locally computed -sha256 e9630d911bcf59e235a349d862700fa7ccea7545eb314da48431dcb4da125023 mmc-utils-2aef4cd9a84ddc76349fc0d7e10d675e7fa596fa-git4.tar.gz +sha256 e10cd7fded5f248d515fe40e35f73fe491e87e4b608ca857afa40fcb8cda1ae2 mmc-utils-c515ea2e1cebfbf9d81aa6a5c1bf67a79d2a7e58-git4.tar.gz sha256 49cd65f67b516078ff7e0dbe639972dad21ed3858246e3969fc8a8fc2a4dca66 README diff --git a/package/mmc-utils/mmc-utils.mk b/package/mmc-utils/mmc-utils.mk index 0036a775ee..b439c84d47 100644 --- a/package/mmc-utils/mmc-utils.mk +++ b/package/mmc-utils/mmc-utils.mk @@ -4,7 +4,7 @@ # ################################################################################ -MMC_UTILS_VERSION = 2aef4cd9a84ddc76349fc0d7e10d675e7fa596fa +MMC_UTILS_VERSION = c515ea2e1cebfbf9d81aa6a5c1bf67a79d2a7e58 MMC_UTILS_SITE = https://git.kernel.org/pub/scm/utils/mmc/mmc-utils.git MMC_UTILS_SITE_METHOD = git MMC_UTILS_LICENSE = GPL-2.0