Message ID | 20250625063302.3663685-1-dario.binacchi@amarulasolutions.com |
---|---|
State | New |
Headers | show |
Series |
|
Related | show |
Hi Dario, On 6/25/25 08:33, Dario Binacchi wrote: > This is the first tagged version of the package, so replace commit SHA > with version tag. > > Change log since last version bump: > > d8a8358a7207 mmc-utils: Pass key_mac buffer to rpmb_get_key() > a23ad7875b89 mmc-utils: Start to use the generic print_usage function > e769d44ecb77 mmc-utils: Introduce a generic print_usage function > 6586fa5535dc mmc-utils: Simplify and streamline print_help function > ec75d4b3b671 mmc-utils: Remove unused adv_help member from struct Command > > Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com> Thank you for the patch! Reviewed-by: Giulio Benetti <giulio.benetti@micronovasrl.com> Kind regards
>>>>> "Dario" == Dario Binacchi <dario.binacchi@amarulasolutions.com> writes: > This is the first tagged version of the package, so replace commit SHA > with version tag. > Change log since last version bump: > d8a8358a7207 mmc-utils: Pass key_mac buffer to rpmb_get_key() > a23ad7875b89 mmc-utils: Start to use the generic print_usage function > e769d44ecb77 mmc-utils: Introduce a generic print_usage function > 6586fa5535dc mmc-utils: Simplify and streamline print_help function > ec75d4b3b671 mmc-utils: Remove unused adv_help member from struct Command > Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com> Committed, thanks.
diff --git a/package/mmc-utils/mmc-utils.hash b/package/mmc-utils/mmc-utils.hash index 685952a6150b..781bd972d4ba 100644 --- a/package/mmc-utils/mmc-utils.hash +++ b/package/mmc-utils/mmc-utils.hash @@ -1,3 +1,3 @@ # Locally computed -sha256 e10cd7fded5f248d515fe40e35f73fe491e87e4b608ca857afa40fcb8cda1ae2 mmc-utils-c515ea2e1cebfbf9d81aa6a5c1bf67a79d2a7e58-git4.tar.gz +sha256 39e6a89e06b53f99816f110af6743d1adc82220b26c51b0c3fd0a11ccf4206c2 mmc-utils-1.0.tar.gz sha256 49cd65f67b516078ff7e0dbe639972dad21ed3858246e3969fc8a8fc2a4dca66 README diff --git a/package/mmc-utils/mmc-utils.mk b/package/mmc-utils/mmc-utils.mk index b439c84d474f..9696f2a6dc85 100644 --- a/package/mmc-utils/mmc-utils.mk +++ b/package/mmc-utils/mmc-utils.mk @@ -4,9 +4,8 @@ # ################################################################################ -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_VERSION = 1.0 +MMC_UTILS_SITE = https://git.kernel.org/pub/scm/utils/mmc/mmc-utils.git/snapshot MMC_UTILS_LICENSE = GPL-2.0 MMC_UTILS_LICENSE_FILES = README
This is the first tagged version of the package, so replace commit SHA with version tag. Change log since last version bump: d8a8358a7207 mmc-utils: Pass key_mac buffer to rpmb_get_key() a23ad7875b89 mmc-utils: Start to use the generic print_usage function e769d44ecb77 mmc-utils: Introduce a generic print_usage function 6586fa5535dc mmc-utils: Simplify and streamline print_help function ec75d4b3b671 mmc-utils: Remove unused adv_help member from struct Command Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com> --- package/mmc-utils/mmc-utils.hash | 2 +- package/mmc-utils/mmc-utils.mk | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-)