[Buildroot] [git commit] package/dfu-util: bump version to 0.11
From: Arnout Vandecappelle (Essensium/Mind) <hidden>
Date: 2021-10-13 18:29:30
Subsystem:
the rest · Maintainer:
Linus Torvalds
commit: https://git.buildroot.net/buildroot/commit/?id=34a544cf9fbe65b9f90b805bf140d2cd21018cc2 branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master From the ChangeLog (see git history for full details): - Fix suffix check regression on Windows with Large File Support - Skip setting alternate interface when not needed - Only clamp transfer size on Linux - Quirk for GD32 leave request - Improve status and error messages and exit codes - dfuse: Process all alternate interfaces in a DfuSe file - dfuse-pack.py: Fix alternate settings if first is 0 Link: https://lists.osmocom.org/pipermail/dfu-util/2021-September/000014.html Signed-off-by: Alexander Dahl <redacted> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <redacted> --- package/dfu-util/dfu-util.hash | 6 +++--- package/dfu-util/dfu-util.mk | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/package/dfu-util/dfu-util.hash b/package/dfu-util/dfu-util.hash
index a99e67565d..4ca28a26c9 100644
--- a/package/dfu-util/dfu-util.hash
+++ b/package/dfu-util/dfu-util.hash@@ -1,6 +1,6 @@ -# From http://dfu-util.sourceforge.net/releases/dfu-util-0.10.tar.gz.md5 -md5 8cf55663703cdc6b40f377f999eb8d3d dfu-util-0.10.tar.gz +# From http://dfu-util.sourceforge.net/releases/dfu-util-0.11.tar.gz.md5 +md5 31c983543a1fe8f03260ca4d56ad4f43 dfu-util-0.11.tar.gz # Locally computed -sha256 a03dc58dfc79c056819c0544b2a5970537566460102b3d82cfb038c60e619b42 dfu-util-0.10.tar.gz +sha256 b4b53ba21a82ef7e3d4c47df2952adf5fa494f499b6b0b57c58c5d04ae8ff19e dfu-util-0.11.tar.gz sha256 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670 COPYING
diff --git a/package/dfu-util/dfu-util.mk b/package/dfu-util/dfu-util.mk
index 4c9c9662c6..638cb32f37 100644
--- a/package/dfu-util/dfu-util.mk
+++ b/package/dfu-util/dfu-util.mk@@ -4,7 +4,7 @@ # ################################################################################ -DFU_UTIL_VERSION = 0.10 +DFU_UTIL_VERSION = 0.11 DFU_UTIL_SITE = http://dfu-util.sourceforge.net/releases DFU_UTIL_LICENSE = GPL-2.0+, LGPL-3.0 DFU_UTIL_LICENSE_FILES = COPYING
_______________________________________________ buildroot mailing list buildroot@buildroot.org https://lists.buildroot.org/mailman/listinfo/buildroot