mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH 1/2] alfred: update URL
@ 2025-05-09 21:00 Bruno Thomsen
  2025-05-09 21:00 ` [ptxdist] [PATCH 2/2] batctl: " Bruno Thomsen
  2025-05-14  6:08 ` [ptxdist] [APPLIED] alfred: " Michael Olbrich
  0 siblings, 2 replies; 4+ messages in thread
From: Bruno Thomsen @ 2025-05-09 21:00 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://downloads.open-mesh.org/batman/stable/sources/alfred/alfred-2017.1.tar.gz' ...
HTTP response 301 Moved Permanently [http://downloads.open-mesh.org/batman/stable/sources/alfred/alfred-2017.1.tar.gz]
Adding URL: https://downloads.open-mesh.org/batman/stable/sources/alfred/alfred-2017.1.tar.gz
[0] Downloading 'https://downloads.open-mesh.org/batman/stable/sources/alfred/alfred-2017.1.tar.gz' ...
Saving '/home/bruno/ptxdist/src/alfred-2017.1.tar.gz.0B9bXtGme2'
HTTP response 200  [https://downloads.open-mesh.org/batman/stable/sources/alfred/alfred-2017.1.tar.gz]

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

diff --git a/rules/alfred.make b/rules/alfred.make
index 04a05c621..50db9a3bb 100644
--- a/rules/alfred.make
+++ b/rules/alfred.make
@@ -18,7 +18,7 @@ ALFRED_VERSION	:= 2017.1
 ALFRED_MD5	:= 74e457ee49a6525ccdb3fa3bef58f685
 ALFRED		:= alfred-$(ALFRED_VERSION)
 ALFRED_SUFFIX	:= tar.gz
-ALFRED_URL	:= http://downloads.open-mesh.org/batman/stable/sources/alfred/$(ALFRED).$(ALFRED_SUFFIX)
+ALFRED_URL	:= https://downloads.open-mesh.org/batman/stable/sources/alfred/$(ALFRED).$(ALFRED_SUFFIX)
 ALFRED_SOURCE	:= $(SRCDIR)/$(ALFRED).$(ALFRED_SUFFIX)
 ALFRED_DIR	:= $(BUILDDIR)/$(ALFRED)
 ALFRED_LICENSE	:= GPL-2.0-only

base-commit: 07e73af2896186728df06a101cfafa1ab3f58e52
-- 
2.49.0




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

* [ptxdist] [PATCH 2/2] batctl: update URL
  2025-05-09 21:00 [ptxdist] [PATCH 1/2] alfred: update URL Bruno Thomsen
@ 2025-05-09 21:00 ` Bruno Thomsen
  2025-05-14  6:08   ` [ptxdist] [APPLIED] " Michael Olbrich
  2025-05-14  6:08 ` [ptxdist] [APPLIED] alfred: " Michael Olbrich
  1 sibling, 1 reply; 4+ messages in thread
From: Bruno Thomsen @ 2025-05-09 21:00 UTC (permalink / raw)
  To: ptxdist; +Cc: bruno.thomsen

Current download URL returns 301 Moved Permanently.

GNU Wget2 2.2.0 - multithreaded metalink/file/website downloader
[0] Downloading 'http://downloads.open-mesh.org/batman/stable/sources/batctl/batctl-2024.3.tar.gz' ...
HTTP response 301 Moved Permanently [http://downloads.open-mesh.org/batman/stable/sources/batctl/batctl-2024.3.tar.gz]
Adding URL: https://downloads.open-mesh.org/batman/stable/sources/batctl/batctl-2024.3.tar.gz
[0] Downloading 'https://downloads.open-mesh.org/batman/stable/sources/batctl/batctl-2024.3.tar.gz' ...
Saving '/home/bruno/ptxdist/src/batctl-2024.3.tar.gz.QYywpZQC1n'
HTTP response 200  [https://downloads.open-mesh.org/batman/stable/sources/batctl/batctl-2024.3.tar.gz]

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

diff --git a/rules/batctl.make b/rules/batctl.make
index 58f58e61b..ba36cfb3c 100644
--- a/rules/batctl.make
+++ b/rules/batctl.make
@@ -18,7 +18,7 @@ BATCTL_VERSION		:= 2024.3
 BATCTL_MD5		:= f292a38a65f910890456e7450e70533f
 BATCTL			:= batctl-$(BATCTL_VERSION)
 BATCTL_SUFFIX		:= tar.gz
-BATCTL_URL		:= http://downloads.open-mesh.org/batman/stable/sources/batctl/$(BATCTL).$(BATCTL_SUFFIX)
+BATCTL_URL		:= https://downloads.open-mesh.org/batman/stable/sources/batctl/$(BATCTL).$(BATCTL_SUFFIX)
 BATCTL_SOURCE		:= $(SRCDIR)/$(BATCTL).$(BATCTL_SUFFIX)
 BATCTL_DIR		:= $(BUILDDIR)/$(BATCTL)
 BATCTL_LICENSE		:= GPL-2.0-only
-- 
2.49.0




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

* Re: [ptxdist] [APPLIED] alfred: update URL
  2025-05-09 21:00 [ptxdist] [PATCH 1/2] alfred: update URL Bruno Thomsen
  2025-05-09 21:00 ` [ptxdist] [PATCH 2/2] batctl: " Bruno Thomsen
@ 2025-05-14  6:08 ` Michael Olbrich
  1 sibling, 0 replies; 4+ messages in thread
From: Michael Olbrich @ 2025-05-14  6:08 UTC (permalink / raw)
  To: ptxdist; +Cc: Bruno Thomsen

Thanks, applied as a27b4295a43c1035ca705725aaabbe95dec4aa6e.

Michael

[sent from post-receive hook]

On Wed, 14 May 2025 08:08:09 +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://downloads.open-mesh.org/batman/stable/sources/alfred/alfred-2017.1.tar.gz' ...
> HTTP response 301 Moved Permanently [http://downloads.open-mesh.org/batman/stable/sources/alfred/alfred-2017.1.tar.gz]
> Adding URL: https://downloads.open-mesh.org/batman/stable/sources/alfred/alfred-2017.1.tar.gz
> [0] Downloading 'https://downloads.open-mesh.org/batman/stable/sources/alfred/alfred-2017.1.tar.gz' ...
> Saving '/home/bruno/ptxdist/src/alfred-2017.1.tar.gz.0B9bXtGme2'
> HTTP response 200  [https://downloads.open-mesh.org/batman/stable/sources/alfred/alfred-2017.1.tar.gz]
> 
> Signed-off-by: Bruno Thomsen <bruno.thomsen@gmail.com>
> Message-Id: <20250509210015.23879-1-bruno.thomsen@gmail.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/alfred.make b/rules/alfred.make
> index 04a05c621131..50db9a3bb85b 100644
> --- a/rules/alfred.make
> +++ b/rules/alfred.make
> @@ -18,7 +18,7 @@ ALFRED_VERSION	:= 2017.1
>  ALFRED_MD5	:= 74e457ee49a6525ccdb3fa3bef58f685
>  ALFRED		:= alfred-$(ALFRED_VERSION)
>  ALFRED_SUFFIX	:= tar.gz
> -ALFRED_URL	:= http://downloads.open-mesh.org/batman/stable/sources/alfred/$(ALFRED).$(ALFRED_SUFFIX)
> +ALFRED_URL	:= https://downloads.open-mesh.org/batman/stable/sources/alfred/$(ALFRED).$(ALFRED_SUFFIX)
>  ALFRED_SOURCE	:= $(SRCDIR)/$(ALFRED).$(ALFRED_SUFFIX)
>  ALFRED_DIR	:= $(BUILDDIR)/$(ALFRED)
>  ALFRED_LICENSE	:= GPL-2.0-only



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

* Re: [ptxdist] [APPLIED] batctl: update URL
  2025-05-09 21:00 ` [ptxdist] [PATCH 2/2] batctl: " Bruno Thomsen
@ 2025-05-14  6:08   ` Michael Olbrich
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Olbrich @ 2025-05-14  6:08 UTC (permalink / raw)
  To: ptxdist; +Cc: Bruno Thomsen

Thanks, applied as 42a83dafda9df1a1cf3dcd04de14a360ee2942ca.

Michael

[sent from post-receive hook]

On Wed, 14 May 2025 08:08:09 +0200, Bruno Thomsen <bruno.thomsen@gmail.com> wrote:
> Current download URL returns 301 Moved Permanently.
> 
> GNU Wget2 2.2.0 - multithreaded metalink/file/website downloader
> [0] Downloading 'http://downloads.open-mesh.org/batman/stable/sources/batctl/batctl-2024.3.tar.gz' ...
> HTTP response 301 Moved Permanently [http://downloads.open-mesh.org/batman/stable/sources/batctl/batctl-2024.3.tar.gz]
> Adding URL: https://downloads.open-mesh.org/batman/stable/sources/batctl/batctl-2024.3.tar.gz
> [0] Downloading 'https://downloads.open-mesh.org/batman/stable/sources/batctl/batctl-2024.3.tar.gz' ...
> Saving '/home/bruno/ptxdist/src/batctl-2024.3.tar.gz.QYywpZQC1n'
> HTTP response 200  [https://downloads.open-mesh.org/batman/stable/sources/batctl/batctl-2024.3.tar.gz]
> 
> Signed-off-by: Bruno Thomsen <bruno.thomsen@gmail.com>
> Message-Id: <20250509210015.23879-2-bruno.thomsen@gmail.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/batctl.make b/rules/batctl.make
> index 58f58e61bd51..ba36cfb3cff0 100644
> --- a/rules/batctl.make
> +++ b/rules/batctl.make
> @@ -18,7 +18,7 @@ BATCTL_VERSION		:= 2024.3
>  BATCTL_MD5		:= f292a38a65f910890456e7450e70533f
>  BATCTL			:= batctl-$(BATCTL_VERSION)
>  BATCTL_SUFFIX		:= tar.gz
> -BATCTL_URL		:= http://downloads.open-mesh.org/batman/stable/sources/batctl/$(BATCTL).$(BATCTL_SUFFIX)
> +BATCTL_URL		:= https://downloads.open-mesh.org/batman/stable/sources/batctl/$(BATCTL).$(BATCTL_SUFFIX)
>  BATCTL_SOURCE		:= $(SRCDIR)/$(BATCTL).$(BATCTL_SUFFIX)
>  BATCTL_DIR		:= $(BUILDDIR)/$(BATCTL)
>  BATCTL_LICENSE		:= GPL-2.0-only



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

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

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-05-09 21:00 [ptxdist] [PATCH 1/2] alfred: update URL Bruno Thomsen
2025-05-09 21:00 ` [ptxdist] [PATCH 2/2] batctl: " Bruno Thomsen
2025-05-14  6:08   ` [ptxdist] [APPLIED] " Michael Olbrich
2025-05-14  6:08 ` [ptxdist] [APPLIED] alfred: " Michael Olbrich

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