mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH 1/3] autossh: update URL
@ 2024-03-08 17:16 Bruno Thomsen
  2024-03-08 17:16 ` [ptxdist] [PATCH 2/3] autossh: add license file and hash Bruno Thomsen
  2024-03-08 17:16 ` [ptxdist] [PATCH 3/3] autossh: Version bump 1.4c -> 1.4g Bruno Thomsen
  0 siblings, 2 replies; 5+ messages in thread
From: Bruno Thomsen @ 2024-03-08 17:16 UTC (permalink / raw)
  To: ptxdist; +Cc: bruno.thomsen

Update URL from http to https as it returns 301 Moved Permanently.

Download log:

--2024-03-08 13:14:10--  http://www.harding.motd.ca/autossh/autossh-1.4c.tgz
Resolving www.harding.motd.ca (www.harding.motd.ca)... 70.73.86.42
Connecting to www.harding.motd.ca (www.harding.motd.ca)|70.73.86.42|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://www.harding.motd.ca/autossh/autossh-1.4c.tgz [following]
--2024-03-08 13:14:11--  https://www.harding.motd.ca/autossh/autossh-1.4c.tgz
Connecting to www.harding.motd.ca (www.harding.motd.ca)|70.73.86.42|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 65191 (64K) [application/octet-stream]

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

diff --git a/rules/autossh.make b/rules/autossh.make
index ef8240bcb..879cd1c99 100644
--- a/rules/autossh.make
+++ b/rules/autossh.make
@@ -18,7 +18,7 @@ AUTOSSH_VERSION	:= 1.4c
 AUTOSSH_MD5	:= 26520eea934f296be0783dabe7fcfd28
 AUTOSSH		:= autossh-$(AUTOSSH_VERSION)
 AUTOSSH_SUFFIX	:= tgz
-AUTOSSH_URL	:= http://www.harding.motd.ca/autossh/$(AUTOSSH).$(AUTOSSH_SUFFIX)
+AUTOSSH_URL	:= https://www.harding.motd.ca/autossh/$(AUTOSSH).$(AUTOSSH_SUFFIX)
 AUTOSSH_SOURCE	:= $(SRCDIR)/$(AUTOSSH).$(AUTOSSH_SUFFIX)
 AUTOSSH_DIR	:= $(BUILDDIR)/$(AUTOSSH)
 AUTOSSH_LICENSE	:= unknown

base-commit: 6d4773f25c3b1fa958bc1c41b1219e79c813bd8b
-- 
2.44.0




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

end of thread, other threads:[~2024-03-17  9:01 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-08 17:16 [ptxdist] [PATCH 1/3] autossh: update URL Bruno Thomsen
2024-03-08 17:16 ` [ptxdist] [PATCH 2/3] autossh: add license file and hash Bruno Thomsen
2024-03-15  6:30   ` Michael Olbrich
2024-03-17  9:00     ` Bruno Thomsen
2024-03-08 17:16 ` [ptxdist] [PATCH 3/3] autossh: Version bump 1.4c -> 1.4g Bruno Thomsen

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