All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/mxml: fix download URL
@ 2017-05-28 21:37 Bernd Kuhls
  2017-05-29 19:53 ` Thomas Petazzoni
  2017-06-01 14:28 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Bernd Kuhls @ 2017-05-28 21:37 UTC (permalink / raw)
  To: buildroot

The project moved to github, the current download URL is broken:

$ wget -q  http://www.msweet.org/files/project3/mxml-2.10.tar.gz
$ file mxml-2.10.tar.gz
mxml-2.10.tar.gz: HTML document, UTF-8 Unicode text, with very long lines

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/mxml/mxml.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/mxml/mxml.mk b/package/mxml/mxml.mk
index 7c48380e5..ac270bd1b 100644
--- a/package/mxml/mxml.mk
+++ b/package/mxml/mxml.mk
@@ -5,7 +5,7 @@
 ################################################################################
 
 MXML_VERSION = 2.10
-MXML_SITE = http://www.msweet.org/files/project3
+MXML_SITE = https://github.com/michaelrsweet/mxml/releases/download/release-$(MXML_VERSION)
 MXML_LICENSE = LGPL-2.0+ with exceptions
 MXML_LICENSE_FILES = COPYING
 MXML_INSTALL_STAGING = YES
-- 
2.11.0

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

* [Buildroot] [PATCH 1/1] package/mxml: fix download URL
  2017-05-28 21:37 [Buildroot] [PATCH 1/1] package/mxml: fix download URL Bernd Kuhls
@ 2017-05-29 19:53 ` Thomas Petazzoni
  2017-06-01 14:28 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2017-05-29 19:53 UTC (permalink / raw)
  To: buildroot

Hello,

On Sun, 28 May 2017 23:37:38 +0200, Bernd Kuhls wrote:
> The project moved to github, the current download URL is broken:
> 
> $ wget -q  http://www.msweet.org/files/project3/mxml-2.10.tar.gz
> $ file mxml-2.10.tar.gz
> mxml-2.10.tar.gz: HTML document, UTF-8 Unicode text, with very long lines
> 
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> ---
>  package/mxml/mxml.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

* [Buildroot] [PATCH 1/1] package/mxml: fix download URL
  2017-05-28 21:37 [Buildroot] [PATCH 1/1] package/mxml: fix download URL Bernd Kuhls
  2017-05-29 19:53 ` Thomas Petazzoni
@ 2017-06-01 14:28 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2017-06-01 14:28 UTC (permalink / raw)
  To: buildroot

>>>>> "Bernd" == Bernd Kuhls <bernd.kuhls@t-online.de> writes:

 > The project moved to github, the current download URL is broken:
 > $ wget -q  http://www.msweet.org/files/project3/mxml-2.10.tar.gz
 > $ file mxml-2.10.tar.gz
 > mxml-2.10.tar.gz: HTML document, UTF-8 Unicode text, with very long lines

 > Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>

Committed to 2017.02.x, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2017-06-01 14:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-28 21:37 [Buildroot] [PATCH 1/1] package/mxml: fix download URL Bernd Kuhls
2017-05-29 19:53 ` Thomas Petazzoni
2017-06-01 14:28 ` Peter Korsgaard

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.