nvme-cli: update to 2.15
authorJohn Audia <[email protected]>
Sat, 26 Jul 2025 12:58:30 +0000 (08:58 -0400)
committerHannu Nyman <[email protected]>
Tue, 29 Jul 2025 16:54:08 +0000 (19:54 +0300)
Bump to latest upstream release.

Build system: x86/64
Build-tested: x86/64-glibc
Run-tested: x86/64-glibc

Signed-off-by: John Audia <[email protected]>
utils/nvme-cli/Makefile
utils/nvme-cli/patches/020-nvme-print-add-fallback-for-.patch

index 618194a5cda7c6d853481cd4022c0efb4e1c946e..810817728bfad11a839fbb3579d2d1b7e6394850 100644 (file)
@@ -5,12 +5,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=nvme-cli
-PKG_VERSION:=2.12
+PKG_VERSION:=2.15
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=https://github.com/linux-nvme/nvme-cli/archive/refs/tags/v$(PKG_VERSION)
-PKG_HASH:=bb6528d0528ccf5d05fbe8e90b82b7632cc0896ffcbe2f4c823ff2de1e79693e
+PKG_HASH:=93282c426f22dd1ea6d172dec8af043c4e9ff80189becfbbb5378fe1ca0a74ad
 
 PKG_LICENSE:=GPL-2.0-or-later
 PKG_LICENSE_FILES:=LICENSE
index 87c14900a601f7df63811060d5236888fa303c8a..0701d9a48b2e659ed3ac95b711469294308f345e 100644 (file)
@@ -18,7 +18,7 @@ Signed-off-by: Daniel NĂ©ri <[email protected]>
 
 --- a/nvme-print.c
 +++ b/nvme-print.c
-@@ -832,6 +832,10 @@ static bool is_fahrenheit_country(const
+@@ -835,6 +835,10 @@ static bool is_fahrenheit_country(const
  #define LC_MEASUREMENT LC_ALL
  #endif