mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] usb-modeswitch: update URL
@ 2025-04-27 17:25 Bruno Thomsen
  2025-05-14  6:07 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Bruno Thomsen @ 2025-04-27 17:25 UTC (permalink / raw)
  To: ptxdist; +Cc: bruno.thomsen

Current download URL returns 301 Moved Permanently.

Download log:

GNU Wget2 2.2.0 - multithreaded metalink/file/website downloader
[0] Downloading 'http://www.draisberghof.de/usb_modeswitch/usb-modeswitch-2.6.1.tar.bz2' ...
HTTP response 301 Moved Permanently [http://www.draisberghof.de/usb_modeswitch/usb-modeswitch-2.6.1.tar.bz2]
Adding URL: https://www.draisberghof.de/usb_modeswitch/usb-modeswitch-2.6.1.tar.bz2
[0] Downloading 'https://www.draisberghof.de/usb_modeswitch/usb-modeswitch-2.6.1.tar.bz2' ...
Saving '/home/bruno/ptxdist/src/usb-modeswitch-2.6.1.tar.bz2.uglIfGIzYS'
HTTP response 200  [https://www.draisberghof.de/usb_modeswitch/usb-modeswitch-2.6.1.tar.bz2]

Signed-off-by: Bruno Thomsen <bruno.thomsen@gmail.com>
---
 rules/usb-modeswitch.make | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rules/usb-modeswitch.make b/rules/usb-modeswitch.make
index 0faaeb5e9..d0498d444 100644
--- a/rules/usb-modeswitch.make
+++ b/rules/usb-modeswitch.make
@@ -18,7 +18,7 @@ USB_MODESWITCH_VERSION	:= 2.6.1
 USB_MODESWITCH_MD5	:= 69d00d6ed7097b97d972a159d14cfba1
 USB_MODESWITCH		:= usb-modeswitch-$(USB_MODESWITCH_VERSION)
 USB_MODESWITCH_SUFFIX	:= tar.bz2
-USB_MODESWITCH_URL	:= http://www.draisberghof.de/usb_modeswitch/$(USB_MODESWITCH).$(USB_MODESWITCH_SUFFIX)
+USB_MODESWITCH_URL	:= https://www.draisberghof.de/usb_modeswitch/$(USB_MODESWITCH).$(USB_MODESWITCH_SUFFIX)
 USB_MODESWITCH_SOURCE	:= $(SRCDIR)/$(USB_MODESWITCH).$(USB_MODESWITCH_SUFFIX)
 USB_MODESWITCH_DIR	:= $(BUILDDIR)/$(USB_MODESWITCH)
 USB_MODESWITCH_LICENSE	:= GPL-2.0-only

base-commit: 07e73af2896186728df06a101cfafa1ab3f58e52
-- 
2.49.0




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

* Re: [ptxdist] [APPLIED] usb-modeswitch: update URL
  2025-04-27 17:25 [ptxdist] [PATCH] usb-modeswitch: update URL Bruno Thomsen
@ 2025-05-14  6:07 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2025-05-14  6:07 UTC (permalink / raw)
  To: ptxdist; +Cc: Bruno Thomsen

Thanks, applied as 2af0bac12b3b90de1a19eff9e6667ce0b72cd77d.

Michael

[sent from post-receive hook]

On Wed, 14 May 2025 08:07:34 +0200, Bruno Thomsen <bruno.thomsen@gmail.com> wrote:
> Current download URL returns 301 Moved Permanently.
> 
> Download log:
> 
> GNU Wget2 2.2.0 - multithreaded metalink/file/website downloader
> [0] Downloading 'http://www.draisberghof.de/usb_modeswitch/usb-modeswitch-2.6.1.tar.bz2' ...
> HTTP response 301 Moved Permanently [http://www.draisberghof.de/usb_modeswitch/usb-modeswitch-2.6.1.tar.bz2]
> Adding URL: https://www.draisberghof.de/usb_modeswitch/usb-modeswitch-2.6.1.tar.bz2
> [0] Downloading 'https://www.draisberghof.de/usb_modeswitch/usb-modeswitch-2.6.1.tar.bz2' ...
> Saving '/home/bruno/ptxdist/src/usb-modeswitch-2.6.1.tar.bz2.uglIfGIzYS'
> HTTP response 200  [https://www.draisberghof.de/usb_modeswitch/usb-modeswitch-2.6.1.tar.bz2]
> 
> Signed-off-by: Bruno Thomsen <bruno.thomsen@gmail.com>
> Message-Id: <20250427172511.28950-1-bruno.thomsen@gmail.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/usb-modeswitch.make b/rules/usb-modeswitch.make
> index 0faaeb5e9154..d0498d444682 100644
> --- a/rules/usb-modeswitch.make
> +++ b/rules/usb-modeswitch.make
> @@ -18,7 +18,7 @@ USB_MODESWITCH_VERSION	:= 2.6.1
>  USB_MODESWITCH_MD5	:= 69d00d6ed7097b97d972a159d14cfba1
>  USB_MODESWITCH		:= usb-modeswitch-$(USB_MODESWITCH_VERSION)
>  USB_MODESWITCH_SUFFIX	:= tar.bz2
> -USB_MODESWITCH_URL	:= http://www.draisberghof.de/usb_modeswitch/$(USB_MODESWITCH).$(USB_MODESWITCH_SUFFIX)
> +USB_MODESWITCH_URL	:= https://www.draisberghof.de/usb_modeswitch/$(USB_MODESWITCH).$(USB_MODESWITCH_SUFFIX)
>  USB_MODESWITCH_SOURCE	:= $(SRCDIR)/$(USB_MODESWITCH).$(USB_MODESWITCH_SUFFIX)
>  USB_MODESWITCH_DIR	:= $(BUILDDIR)/$(USB_MODESWITCH)
>  USB_MODESWITCH_LICENSE	:= GPL-2.0-only



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

end of thread, other threads:[~2025-05-14  6:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-04-27 17:25 [ptxdist] [PATCH] usb-modeswitch: update URL Bruno Thomsen
2025-05-14  6:07 ` [ptxdist] [APPLIED] " Michael Olbrich

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