mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH 1/5] usb-modeswitch-data: update URL
@ 2026-04-26 16:51 Bruno Thomsen
  2026-04-26 16:51 ` [ptxdist] [PATCH 2/5] liburcu: " Bruno Thomsen
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Bruno Thomsen @ 2026-04-26 16:51 UTC (permalink / raw)
  To: ptxdist; +Cc: Bruno Thomsen

Current download URL returns 301 Moved Permanently.

Download log:

HTTP response 301 Moved Permanently [http://www.draisberghof.de/usb_modeswitch/usb-modeswitch-data-20251207.tar.bz2]
Enqueue https://www.draisberghof.de/usb_modeswitch/usb-modeswitch-data-20251207.tar.bz2

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

diff --git a/rules/usb-modeswitch-data.make b/rules/usb-modeswitch-data.make
index d98d583cc..6f176a0af 100644
--- a/rules/usb-modeswitch-data.make
+++ b/rules/usb-modeswitch-data.make
@@ -18,7 +18,7 @@ USB_MODESWITCH_DATA_VERSION	:= 20251207
 USB_MODESWITCH_DATA_MD5		:= 4f91387d0f5e9c2e49cae82b0c9afedc
 USB_MODESWITCH_DATA		:= usb-modeswitch-data-$(USB_MODESWITCH_DATA_VERSION)
 USB_MODESWITCH_DATA_SUFFIX	:= tar.bz2
-USB_MODESWITCH_DATA_URL		:= http://www.draisberghof.de/usb_modeswitch/$(USB_MODESWITCH_DATA).$(USB_MODESWITCH_DATA_SUFFIX)
+USB_MODESWITCH_DATA_URL		:= https://www.draisberghof.de/usb_modeswitch/$(USB_MODESWITCH_DATA).$(USB_MODESWITCH_DATA_SUFFIX)
 USB_MODESWITCH_DATA_SOURCE	:= $(SRCDIR)/$(USB_MODESWITCH_DATA).$(USB_MODESWITCH_DATA_SUFFIX)
 USB_MODESWITCH_DATA_DIR		:= $(BUILDDIR)/$(USB_MODESWITCH_DATA)
 USB_MODESWITCH_DATA_LICENSE	:= GPL-2.0-only

base-commit: 95f4dc82aa9c947b15cebbd45f032153625b21cc
-- 
2.53.0




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

* [ptxdist] [PATCH 2/5] liburcu: update URL
  2026-04-26 16:51 [ptxdist] [PATCH 1/5] usb-modeswitch-data: update URL Bruno Thomsen
@ 2026-04-26 16:51 ` Bruno Thomsen
  2026-04-26 16:51 ` [ptxdist] [PATCH 3/5] v4l-utils: " Bruno Thomsen
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Bruno Thomsen @ 2026-04-26 16:51 UTC (permalink / raw)
  To: ptxdist; +Cc: Bruno Thomsen

Current download URL returns 301 Moved Permanently.

Download log:

HTTP response 301 Moved Permanently [http://lttng.org/files/urcu/userspace-rcu-0.9.3.tar.bz2]
Enqueue https://lttng.org/files/urcu/userspace-rcu-0.9.3.tar.bz2

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

diff --git a/rules/liburcu.make b/rules/liburcu.make
index 5bab553d0..ff0111685 100644
--- a/rules/liburcu.make
+++ b/rules/liburcu.make
@@ -18,7 +18,7 @@ LIBURCU_VERSION	:= 0.9.3
 LIBURCU_MD5	:= 920970e35a1a2066c8353eabfeab8730
 LIBURCU		:= userspace-rcu-$(LIBURCU_VERSION)
 LIBURCU_SUFFIX	:= tar.bz2
-LIBURCU_URL	:= http://lttng.org/files/urcu/$(LIBURCU).$(LIBURCU_SUFFIX)
+LIBURCU_URL	:= https://lttng.org/files/urcu/$(LIBURCU).$(LIBURCU_SUFFIX)
 LIBURCU_SOURCE	:= $(SRCDIR)/$(LIBURCU).$(LIBURCU_SUFFIX)
 LIBURCU_DIR	:= $(BUILDDIR)/$(LIBURCU)
 LIBURCU_LICENSE	:= LGPL-2.1-only
-- 
2.53.0




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

* [ptxdist] [PATCH 3/5] v4l-utils: update URL
  2026-04-26 16:51 [ptxdist] [PATCH 1/5] usb-modeswitch-data: update URL Bruno Thomsen
  2026-04-26 16:51 ` [ptxdist] [PATCH 2/5] liburcu: " Bruno Thomsen
@ 2026-04-26 16:51 ` Bruno Thomsen
  2026-04-26 16:51 ` [ptxdist] [PATCH 4/5] wireshark: " Bruno Thomsen
  2026-04-26 16:51 ` [ptxdist] [PATCH 5/5] python3: " Bruno Thomsen
  3 siblings, 0 replies; 5+ messages in thread
From: Bruno Thomsen @ 2026-04-26 16:51 UTC (permalink / raw)
  To: ptxdist; +Cc: Bruno Thomsen

Current download URL returns 301 Moved Permanently.

Download log:

HTTP response 301 Moved Permanently [http://linuxtv.org/downloads/v4l-utils/v4l-utils-1.32.0.tar.xz]
Enqueue https://linuxtv.org/downloads/v4l-utils/v4l-utils-1.32.0.tar.xz

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

diff --git a/rules/v4l-utils.make b/rules/v4l-utils.make
index e1606f7f3..af2868378 100644
--- a/rules/v4l-utils.make
+++ b/rules/v4l-utils.make
@@ -18,7 +18,7 @@ V4L_UTILS_VERSION	:= 1.32.0
 V4L_UTILS_MD5		:= c484b0320a757bd08a785cad7b32147a
 V4L_UTILS		:= v4l-utils-$(V4L_UTILS_VERSION)
 V4L_UTILS_SUFFIX	:= tar.xz
-V4L_UTILS_URL		:= http://linuxtv.org/downloads/v4l-utils/$(V4L_UTILS).$(V4L_UTILS_SUFFIX)
+V4L_UTILS_URL		:= https://linuxtv.org/downloads/v4l-utils/$(V4L_UTILS).$(V4L_UTILS_SUFFIX)
 V4L_UTILS_SOURCE	:= $(SRCDIR)/$(V4L_UTILS).$(V4L_UTILS_SUFFIX)
 V4L_UTILS_DIR		:= $(BUILDDIR)/$(V4L_UTILS)
 V4L_UTILS_LICENSE	:= GPL-2.0-or-later AND LGPL-2.1-or-later
-- 
2.53.0




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

* [ptxdist] [PATCH 4/5] wireshark: update URL
  2026-04-26 16:51 [ptxdist] [PATCH 1/5] usb-modeswitch-data: update URL Bruno Thomsen
  2026-04-26 16:51 ` [ptxdist] [PATCH 2/5] liburcu: " Bruno Thomsen
  2026-04-26 16:51 ` [ptxdist] [PATCH 3/5] v4l-utils: " Bruno Thomsen
@ 2026-04-26 16:51 ` Bruno Thomsen
  2026-04-26 16:51 ` [ptxdist] [PATCH 5/5] python3: " Bruno Thomsen
  3 siblings, 0 replies; 5+ messages in thread
From: Bruno Thomsen @ 2026-04-26 16:51 UTC (permalink / raw)
  To: ptxdist; +Cc: Bruno Thomsen

Current download URL returns 301 Moved Permanently.

Download log:

HTTP response 301 Moved Permanently [http://www.wireshark.org/download/src/all-versions/wireshark-2.0.3.tar.bz2]
Enqueue https://www.wireshark.org/download/src/all-versions/wireshark-2.0.3.tar.bz2

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

diff --git a/rules/wireshark.make b/rules/wireshark.make
index 454c5d0b5..10f383299 100644
--- a/rules/wireshark.make
+++ b/rules/wireshark.make
@@ -20,7 +20,7 @@ WIRESHARK_VERSION	:= 2.0.3
 WIRESHARK_MD5		:= 62dc20f5a77542feed2e38f18db8ae3b
 WIRESHARK		:= wireshark-$(WIRESHARK_VERSION)
 WIRESHARK_SUFFIX	:= tar.bz2
-WIRESHARK_URL		:= http://www.wireshark.org/download/src/all-versions/$(WIRESHARK).$(WIRESHARK_SUFFIX)
+WIRESHARK_URL		:= https://www.wireshark.org/download/src/all-versions/$(WIRESHARK).$(WIRESHARK_SUFFIX)
 WIRESHARK_SOURCE	:= $(SRCDIR)/$(WIRESHARK).$(WIRESHARK_SUFFIX)
 WIRESHARK_DIR		:= $(BUILDDIR)/$(WIRESHARK)
 
-- 
2.53.0




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

* [ptxdist] [PATCH 5/5] python3: update URL
  2026-04-26 16:51 [ptxdist] [PATCH 1/5] usb-modeswitch-data: update URL Bruno Thomsen
                   ` (2 preceding siblings ...)
  2026-04-26 16:51 ` [ptxdist] [PATCH 4/5] wireshark: " Bruno Thomsen
@ 2026-04-26 16:51 ` Bruno Thomsen
  3 siblings, 0 replies; 5+ messages in thread
From: Bruno Thomsen @ 2026-04-26 16:51 UTC (permalink / raw)
  To: ptxdist; +Cc: Bruno Thomsen

Current download URL returns 301 Moved Permanently.

Download log:

HTTP response 301 Moved Permanently [http://python.org/ftp/python/3.13/Python-3.13.2.tar.xz]
Enqueue https://www.python.org/ftp/python/3.13/Python-3.13.2.tar.xz

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

diff --git a/rules/python3.make b/rules/python3.make
index 2cba66933..935df1958 100644
--- a/rules/python3.make
+++ b/rules/python3.make
@@ -27,7 +27,7 @@ PYTHON3_DEVPKG		:= NO
 
 PYTHON3_URL		:= \
 	https://www.python.org/ftp/python/$(PYTHON3_VERSION)/$(PYTHON3).$(PYTHON3_SUFFIX) \
-	http://python.org/ftp/python/$(PYTHON3_MAJORMINOR)/$(PYTHON3).$(PYTHON3_SUFFIX)
+	https://python.org/ftp/python/$(PYTHON3_MAJORMINOR)/$(PYTHON3).$(PYTHON3_SUFFIX)
 
 CROSS_PYTHON3		:= $(PTXDIST_SYSROOT_CROSS)/usr/bin/python$(PYTHON3_MAJORMINOR)
 
-- 
2.53.0




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

end of thread, other threads:[~2026-04-26 16:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-04-26 16:51 [ptxdist] [PATCH 1/5] usb-modeswitch-data: update URL Bruno Thomsen
2026-04-26 16:51 ` [ptxdist] [PATCH 2/5] liburcu: " Bruno Thomsen
2026-04-26 16:51 ` [ptxdist] [PATCH 3/5] v4l-utils: " Bruno Thomsen
2026-04-26 16:51 ` [ptxdist] [PATCH 4/5] wireshark: " Bruno Thomsen
2026-04-26 16:51 ` [ptxdist] [PATCH 5/5] python3: " Bruno Thomsen

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