From: Bruno Thomsen <bruno.thomsen@gmail.com>
To: ptxdist@pengutronix.de
Cc: Bruno Thomsen <bruno.thomsen@gmail.com>
Subject: [ptxdist] [PATCH 4/5] wireshark: update URL
Date: Sun, 26 Apr 2026 18:51:58 +0200 [thread overview]
Message-ID: <20260426165159.59634-4-bruno.thomsen@gmail.com> (raw)
In-Reply-To: <20260426165159.59634-1-bruno.thomsen@gmail.com>
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
next prev parent reply other threads:[~2026-04-26 16:52 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-04-26 16:51 [ptxdist] [PATCH 1/5] usb-modeswitch-data: " 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 [this message]
2026-04-26 16:51 ` [ptxdist] [PATCH 5/5] python3: " Bruno Thomsen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260426165159.59634-4-bruno.thomsen@gmail.com \
--to=bruno.thomsen@gmail.com \
--cc=ptxdist@pengutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox