All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 0/3] package/dfu-util: new version 0.11
@ 2021-10-06  5:27 Alexander Dahl
  2021-10-06  5:27 ` [Buildroot] [PATCH 1/3] package/dfu-util: Update help text Alexander Dahl
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Alexander Dahl @ 2021-10-06  5:27 UTC (permalink / raw)
  To: buildroot; +Cc: Alexander Dahl

Hei hei,

some housekeeping before and bumping dfu-util to 0.11.

Greets
Alex

Alexander Dahl (3):
  package/dfu-util: Update help text
  package/dfu-util: Fix licenses
  package/dfu-util: bump version to 0.11

 package/dfu-util/Config.in      | 7 ++++---
 package/dfu-util/Config.in.host | 7 ++++---
 package/dfu-util/dfu-util.hash  | 6 +++---
 package/dfu-util/dfu-util.mk    | 4 ++--
 4 files changed, 13 insertions(+), 11 deletions(-)


base-commit: 280f7793b209156f0601f36916790f01cd1d33b7
-- 
2.20.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Buildroot] [PATCH 1/3] package/dfu-util: Update help text
  2021-10-06  5:27 [Buildroot] [PATCH 0/3] package/dfu-util: new version 0.11 Alexander Dahl
@ 2021-10-06  5:27 ` Alexander Dahl
  2021-10-18 12:45   ` Peter Korsgaard
  2021-10-06  5:27 ` [Buildroot] [PATCH 2/3] package/dfu-util: Fix licenses Alexander Dahl
                   ` (2 subsequent siblings)
  3 siblings, 1 reply; 7+ messages in thread
From: Alexander Dahl @ 2021-10-06  5:27 UTC (permalink / raw)
  To: buildroot; +Cc: Alexander Dahl

DFU 1.1 specification is also supported.

Signed-off-by: Alexander Dahl <post@lespocky.de>
---
 package/dfu-util/Config.in      | 7 ++++---
 package/dfu-util/Config.in.host | 7 ++++---
 2 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/package/dfu-util/Config.in b/package/dfu-util/Config.in
index 71c1a1687c..2eddbf0521 100644
--- a/package/dfu-util/Config.in
+++ b/package/dfu-util/Config.in
@@ -4,9 +4,10 @@ config BR2_PACKAGE_DFU_UTIL
 	depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 # libusb
 	select BR2_PACKAGE_LIBUSB
 	help
-	  Dfu-util is the host side implementation of the DFU 1.0
-	  specification of the USB forum. DFU is intended to download
-	  and upload firmware to devices connected over USB.
+	  Dfu-util is the host side implementation of the DFU 1.0 and
+	  DFU 1.1 specification of the USB forum.
+	  DFU is intended to download and upload firmware to devices
+	  connected over USB.
 
 	  http://dfu-util.sourceforge.net/
 
diff --git a/package/dfu-util/Config.in.host b/package/dfu-util/Config.in.host
index 1bf9275f97..5ce0da0372 100644
--- a/package/dfu-util/Config.in.host
+++ b/package/dfu-util/Config.in.host
@@ -2,9 +2,10 @@ config BR2_PACKAGE_HOST_DFU_UTIL
 	bool "host dfu-util"
 	depends on BR2_HOST_GCC_AT_LEAST_4_9 # host-libusb
 	help
-	  Dfu-util is the host side implementation of the DFU 1.0
-	  specification of the USB forum. DFU is intended to download
-	  and upload firmware to devices connected over USB.
+	  Dfu-util is the host side implementation of the DFU 1.0 and
+	  DFU 1.1 specification of the USB forum.
+	  DFU is intended to download and upload firmware to devices
+	  connected over USB.
 
 	  http://dfu-util.sourceforge.net/
 
-- 
2.20.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [Buildroot] [PATCH 2/3] package/dfu-util: Fix licenses
  2021-10-06  5:27 [Buildroot] [PATCH 0/3] package/dfu-util: new version 0.11 Alexander Dahl
  2021-10-06  5:27 ` [Buildroot] [PATCH 1/3] package/dfu-util: Update help text Alexander Dahl
@ 2021-10-06  5:27 ` Alexander Dahl
  2021-10-18 12:45   ` Peter Korsgaard
  2021-10-06  5:27 ` [Buildroot] [PATCH 3/3] package/dfu-util: bump version to 0.11 Alexander Dahl
  2021-10-13 18:25 ` [Buildroot] [PATCH 0/3] package/dfu-util: new version 0.11 Arnout Vandecappelle
  3 siblings, 1 reply; 7+ messages in thread
From: Alexander Dahl @ 2021-10-06  5:27 UTC (permalink / raw)
  To: buildroot; +Cc: Alexander Dahl

Since v0.8 a script 'dfuse-pack.py' is part of the package, which has a
different license.

Fixes: c212a90b612a ("package/dfu-util: bump version to 0.8, add hash, fix SITE url")
Signed-off-by: Alexander Dahl <post@lespocky.de>
---
 package/dfu-util/dfu-util.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/dfu-util/dfu-util.mk b/package/dfu-util/dfu-util.mk
index 9f26948a1a..4c9c9662c6 100644
--- a/package/dfu-util/dfu-util.mk
+++ b/package/dfu-util/dfu-util.mk
@@ -6,7 +6,7 @@
 
 DFU_UTIL_VERSION = 0.10
 DFU_UTIL_SITE = http://dfu-util.sourceforge.net/releases
-DFU_UTIL_LICENSE = GPL-2.0+
+DFU_UTIL_LICENSE = GPL-2.0+, LGPL-3.0
 DFU_UTIL_LICENSE_FILES = COPYING
 
 DFU_UTIL_DEPENDENCIES = libusb
-- 
2.20.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [Buildroot] [PATCH 3/3] package/dfu-util: bump version to 0.11
  2021-10-06  5:27 [Buildroot] [PATCH 0/3] package/dfu-util: new version 0.11 Alexander Dahl
  2021-10-06  5:27 ` [Buildroot] [PATCH 1/3] package/dfu-util: Update help text Alexander Dahl
  2021-10-06  5:27 ` [Buildroot] [PATCH 2/3] package/dfu-util: Fix licenses Alexander Dahl
@ 2021-10-06  5:27 ` Alexander Dahl
  2021-10-13 18:25 ` [Buildroot] [PATCH 0/3] package/dfu-util: new version 0.11 Arnout Vandecappelle
  3 siblings, 0 replies; 7+ messages in thread
From: Alexander Dahl @ 2021-10-06  5:27 UTC (permalink / raw)
  To: buildroot; +Cc: Alexander Dahl

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 <post@lespocky.de>
---
 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
-- 
2.20.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 7+ messages in thread

* Re: [Buildroot] [PATCH 0/3] package/dfu-util: new version 0.11
  2021-10-06  5:27 [Buildroot] [PATCH 0/3] package/dfu-util: new version 0.11 Alexander Dahl
                   ` (2 preceding siblings ...)
  2021-10-06  5:27 ` [Buildroot] [PATCH 3/3] package/dfu-util: bump version to 0.11 Alexander Dahl
@ 2021-10-13 18:25 ` Arnout Vandecappelle
  3 siblings, 0 replies; 7+ messages in thread
From: Arnout Vandecappelle @ 2021-10-13 18:25 UTC (permalink / raw)
  To: Alexander Dahl, buildroot



On 06/10/2021 07:27, Alexander Dahl wrote:
> Hei hei,
> 
> some housekeeping before and bumping dfu-util to 0.11.
> 
> Greets
> Alex
> 
> Alexander Dahl (3):
>    package/dfu-util: Update help text
>    package/dfu-util: Fix licenses
>    package/dfu-util: bump version to 0.11


  Series applied to master, thanks.

  Regards,
  Arnout

> 
>   package/dfu-util/Config.in      | 7 ++++---
>   package/dfu-util/Config.in.host | 7 ++++---
>   package/dfu-util/dfu-util.hash  | 6 +++---
>   package/dfu-util/dfu-util.mk    | 4 ++--
>   4 files changed, 13 insertions(+), 11 deletions(-)
> 
> 
> base-commit: 280f7793b209156f0601f36916790f01cd1d33b7
> 
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [Buildroot] [PATCH 2/3] package/dfu-util: Fix licenses
  2021-10-06  5:27 ` [Buildroot] [PATCH 2/3] package/dfu-util: Fix licenses Alexander Dahl
@ 2021-10-18 12:45   ` Peter Korsgaard
  0 siblings, 0 replies; 7+ messages in thread
From: Peter Korsgaard @ 2021-10-18 12:45 UTC (permalink / raw)
  To: Alexander Dahl; +Cc: buildroot

>>>>> "Alexander" == Alexander Dahl <post@lespocky.de> writes:

 > Since v0.8 a script 'dfuse-pack.py' is part of the package, which has a
 > different license.

 > Fixes: c212a90b612a ("package/dfu-util: bump version to 0.8, add hash, fix SITE url")
 > Signed-off-by: Alexander Dahl <post@lespocky.de>

Committed to 2021.02.x and 2021.08.x, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [Buildroot] [PATCH 1/3] package/dfu-util: Update help text
  2021-10-06  5:27 ` [Buildroot] [PATCH 1/3] package/dfu-util: Update help text Alexander Dahl
@ 2021-10-18 12:45   ` Peter Korsgaard
  0 siblings, 0 replies; 7+ messages in thread
From: Peter Korsgaard @ 2021-10-18 12:45 UTC (permalink / raw)
  To: Alexander Dahl; +Cc: buildroot

>>>>> "Alexander" == Alexander Dahl <post@lespocky.de> writes:

 > DFU 1.1 specification is also supported.
 > Signed-off-by: Alexander Dahl <post@lespocky.de>

Committed to 2021.02.x and 2021.08.x, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2021-10-19 17:53 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-06  5:27 [Buildroot] [PATCH 0/3] package/dfu-util: new version 0.11 Alexander Dahl
2021-10-06  5:27 ` [Buildroot] [PATCH 1/3] package/dfu-util: Update help text Alexander Dahl
2021-10-18 12:45   ` Peter Korsgaard
2021-10-06  5:27 ` [Buildroot] [PATCH 2/3] package/dfu-util: Fix licenses Alexander Dahl
2021-10-18 12:45   ` Peter Korsgaard
2021-10-06  5:27 ` [Buildroot] [PATCH 3/3] package/dfu-util: bump version to 0.11 Alexander Dahl
2021-10-13 18:25 ` [Buildroot] [PATCH 0/3] package/dfu-util: new version 0.11 Arnout Vandecappelle

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.