mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH 0/2] dfu-util: Update old package
@ 2018-09-18 15:12 Alexander Dahl
  2018-09-18 15:12 ` [ptxdist] [PATCH 1/2] dfu-util: Fix download URL Alexander Dahl
  2018-09-18 15:12 ` [ptxdist] [PATCH 2/2] dfu-util: version bump 0.7 -> 0.9 Alexander Dahl
  0 siblings, 2 replies; 3+ messages in thread
From: Alexander Dahl @ 2018-09-18 15:12 UTC (permalink / raw)
  To: ptxdist

Hei hei,

I needed to use dfu-util today and realized the current package got
its last change in 2014. Because the old download URL fails now, I
took the opportunity for a version bump. Tested with some NXP radio
modules connected to USB.

Greets
Alex

Alexander Dahl (2):
  dfu-util: Fix download URL
  dfu-util: version bump 0.7 -> 0.9

 rules/dfu-util.make | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

-- 
2.11.0


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

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

* [ptxdist] [PATCH 1/2] dfu-util: Fix download URL
  2018-09-18 15:12 [ptxdist] [PATCH 0/2] dfu-util: Update old package Alexander Dahl
@ 2018-09-18 15:12 ` Alexander Dahl
  2018-09-18 15:12 ` [ptxdist] [PATCH 2/2] dfu-util: version bump 0.7 -> 0.9 Alexander Dahl
  1 sibling, 0 replies; 3+ messages in thread
From: Alexander Dahl @ 2018-09-18 15:12 UTC (permalink / raw)
  To: ptxdist

http://dfu-util.gnumonks.org/ resets connections and according to the
buildroot project is down for years. Also dfu-util is not listed as
project on http://gnumonks.org/ anymore.
http://dfu-util.sourceforge.net/ however is alive and even has more
recent downloads.

Signed-off-by: Alexander Dahl <ada@thorsis.com>
---
 rules/dfu-util.make | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rules/dfu-util.make b/rules/dfu-util.make
index 18c4cc149..d9e7285c6 100644
--- a/rules/dfu-util.make
+++ b/rules/dfu-util.make
@@ -20,7 +20,7 @@ DFU_UTIL_VERSION	:= 0.7
 DFU_UTIL_MD5		:= 56844020177d4db4c1ea2e926fe9d588
 DFU_UTIL		:= dfu-util-$(DFU_UTIL_VERSION)
 DFU_UTIL_SUFFIX		:= tar.gz
-DFU_UTIL_URL		:= http://dfu-util.gnumonks.org/releases/$(DFU_UTIL).$(DFU_UTIL_SUFFIX)
+DFU_UTIL_URL		:= http://dfu-util.sourceforge.net/releases/$(DFU_UTIL).$(DFU_UTIL_SUFFIX)
 DFU_UTIL_SOURCE		:= $(SRCDIR)/$(DFU_UTIL).$(DFU_UTIL_SUFFIX)
 DFU_UTIL_DIR		:= $(BUILDDIR)/$(DFU_UTIL)
 DFU_UTIL_LICENSE	:= GPL-2.0-only
-- 
2.11.0


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

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

* [ptxdist] [PATCH 2/2] dfu-util: version bump 0.7 -> 0.9
  2018-09-18 15:12 [ptxdist] [PATCH 0/2] dfu-util: Update old package Alexander Dahl
  2018-09-18 15:12 ` [ptxdist] [PATCH 1/2] dfu-util: Fix download URL Alexander Dahl
@ 2018-09-18 15:12 ` Alexander Dahl
  1 sibling, 0 replies; 3+ messages in thread
From: Alexander Dahl @ 2018-09-18 15:12 UTC (permalink / raw)
  To: ptxdist

Bugfixes and new features from over 4 years of development.

Signed-off-by: Alexander Dahl <ada@thorsis.com>
---
 rules/dfu-util.make | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/rules/dfu-util.make b/rules/dfu-util.make
index d9e7285c6..c7cfa3d23 100644
--- a/rules/dfu-util.make
+++ b/rules/dfu-util.make
@@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_DFU_UTIL) += dfu-util
 #
 # Paths and names
 #
-DFU_UTIL_VERSION	:= 0.7
-DFU_UTIL_MD5		:= 56844020177d4db4c1ea2e926fe9d588
+DFU_UTIL_VERSION	:= 0.9
+DFU_UTIL_MD5		:= 233bb1e08ef4b405062445d84e28fde6
 DFU_UTIL		:= dfu-util-$(DFU_UTIL_VERSION)
 DFU_UTIL_SUFFIX		:= tar.gz
 DFU_UTIL_URL		:= http://dfu-util.sourceforge.net/releases/$(DFU_UTIL).$(DFU_UTIL_SUFFIX)
-- 
2.11.0


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

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

end of thread, other threads:[~2018-09-18 15:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-18 15:12 [ptxdist] [PATCH 0/2] dfu-util: Update old package Alexander Dahl
2018-09-18 15:12 ` [ptxdist] [PATCH 1/2] dfu-util: Fix download URL Alexander Dahl
2018-09-18 15:12 ` [ptxdist] [PATCH 2/2] dfu-util: version bump 0.7 -> 0.9 Alexander Dahl

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox