mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH 1/2] dnsmasq: update URL
@ 2024-01-27 11:21 Bruno Thomsen
  2024-01-27 11:21 ` [ptxdist] [PATCH 2/2] jq: " Bruno Thomsen
  2024-02-08 16:03 ` [ptxdist] [APPLIED] dnsmasq: " Michael Olbrich
  0 siblings, 2 replies; 4+ messages in thread
From: Bruno Thomsen @ 2024-01-27 11:21 UTC (permalink / raw)
  To: ptxdist; +Cc: bruno.thomsen

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

Download log:

--2024-01-24 09:09:56--  http://www.thekelleys.org.uk/dnsmasq/dnsmasq-2.89.tar.xz
Resolving www.thekelleys.org.uk (www.thekelleys.org.uk)... 85.119.82.65, 2001:ba8:1f1:f049::2
Connecting to www.thekelleys.org.uk (www.thekelleys.org.uk)|85.119.82.65|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://thekelleys.org.uk/dnsmasq/dnsmasq-2.89.tar.xz [following]
--2024-01-24 09:09:57--  https://thekelleys.org.uk/dnsmasq/dnsmasq-2.89.tar.xz
Resolving thekelleys.org.uk (thekelleys.org.uk)... 85.119.82.65, 2001:ba8:1f1:f049::2
Connecting to thekelleys.org.uk (thekelleys.org.uk)|85.119.82.65|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 562700 (550K) [application/x-xz]

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

diff --git a/rules/dnsmasq.make b/rules/dnsmasq.make
index debbc8d0f..2c6262308 100644
--- a/rules/dnsmasq.make
+++ b/rules/dnsmasq.make
@@ -19,7 +19,7 @@ DNSMASQ_VERSION		:= 2.89
 DNSMASQ_MD5		:= a227ce79d772c8a49f94335cdb041e77
 DNSMASQ			:= dnsmasq-$(DNSMASQ_VERSION)
 DNSMASQ_SUFFIX		:= tar.xz
-DNSMASQ_URL		:= http://www.thekelleys.org.uk/dnsmasq/$(DNSMASQ).$(DNSMASQ_SUFFIX)
+DNSMASQ_URL		:= https://thekelleys.org.uk/dnsmasq/$(DNSMASQ).$(DNSMASQ_SUFFIX)
 DNSMASQ_SOURCE		:= $(SRCDIR)/$(DNSMASQ).$(DNSMASQ_SUFFIX)
 DNSMASQ_DIR		:= $(BUILDDIR)/$(DNSMASQ)
 DNSMASQ_LICENSE	:= GPL-2.0-only OR GPL-3.0-only

base-commit: 172982887b5044fb73a15e2871c3e76b405def52
-- 
2.43.0




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

* [ptxdist] [PATCH 2/2] jq: update URL
  2024-01-27 11:21 [ptxdist] [PATCH 1/2] dnsmasq: update URL Bruno Thomsen
@ 2024-01-27 11:21 ` Bruno Thomsen
  2024-02-08 16:03   ` [ptxdist] [APPLIED] " Michael Olbrich
  2024-02-08 16:03 ` [ptxdist] [APPLIED] dnsmasq: " Michael Olbrich
  1 sibling, 1 reply; 4+ messages in thread
From: Bruno Thomsen @ 2024-01-27 11:21 UTC (permalink / raw)
  To: ptxdist; +Cc: bruno.thomsen

Update GitHub URL as it returns 301 Moved Permanently.

Download log:

--2024-01-27 11:10:59--  https://github.com/stedolan/jq/releases/download/jq-1.7/jq-1.7.tar.gz
Resolving github.com (github.com)... 140.82.121.3
Connecting to github.com (github.com)|140.82.121.3|:443... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://github.com/jqlang/jq/releases/download/jq-1.7/jq-1.7.tar.gz [following]
--2024-01-27 11:11:00--  https://github.com/jqlang/jq/releases/download/jq-1.7/jq-1.7.tar.gz
Reusing existing connection to github.com:443.
HTTP request sent, awaiting response... 302 Found
Location: https://objects.githubusercontent.com/github-production-release-asset-2e65be/5101141/5acf0133-ab1d-4128-bc20-8f1ae22752ef?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAVCODYLSA53PQK4ZA%2F20240127%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20240127T111101Z&X-Amz-Expires=300&X-Amz-Signature=1284f76969ab40a55f81727ea28a40d77c42d157029192e5566f6938dcbe12ce&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=5101141&response-content-disposition=attachment%3B%20filename%3Djq-1.7.tar.gz&response-content-type=application%2Foctet-stream [following]
--2024-01-27 11:11:01--  https://objects.githubusercontent.com/github-production-release-asset-2e65be/5101141/5acf0133-ab1d-4128-bc20-8f1ae22752ef?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAVCODYLSA53PQK4ZA%2F20240127%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20240127T111101Z&X-Amz-Expires=300&X-Amz-Signature=1284f76969ab40a55f81727ea28a40d77c42d157029192e5566f6938dcbe12ce&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=5101141&response-content-disposition=attachment%3B%20filename%3Djq-1.7.tar.gz&response-content-type=application%2Foctet-stream
Resolving objects.githubusercontent.com (objects.githubusercontent.com)... 185.199.108.133, 185.199.109.133, 185.199.110.133, ...
Connecting to objects.githubusercontent.com (objects.githubusercontent.com)|185.199.108.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1905863 (1.8M) [application/octet-stream]

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

diff --git a/rules/jq.make b/rules/jq.make
index d873663c9..e670920c6 100644
--- a/rules/jq.make
+++ b/rules/jq.make
@@ -18,7 +18,7 @@ JQ_VERSION	:= 1.7
 JQ_MD5		:= 4662fd45f0b5622382fc85c1249739d5
 JQ		:= jq-$(JQ_VERSION)
 JQ_SUFFIX	:= tar.gz
-JQ_URL		:= https://github.com/stedolan/jq/releases/download/$(JQ)/$(JQ).$(JQ_SUFFIX)
+JQ_URL		:= https://github.com/jqlang/jq/releases/download/$(JQ)/$(JQ).$(JQ_SUFFIX)
 JQ_SOURCE	:= $(SRCDIR)/$(JQ).$(JQ_SUFFIX)
 JQ_DIR		:= $(BUILDDIR)/$(JQ)
 JQ_LICENSE	:= MIT AND CC-BY-3.0 AND ICU
-- 
2.43.0




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

* Re: [ptxdist] [APPLIED] dnsmasq: update URL
  2024-01-27 11:21 [ptxdist] [PATCH 1/2] dnsmasq: update URL Bruno Thomsen
  2024-01-27 11:21 ` [ptxdist] [PATCH 2/2] jq: " Bruno Thomsen
@ 2024-02-08 16:03 ` Michael Olbrich
  1 sibling, 0 replies; 4+ messages in thread
From: Michael Olbrich @ 2024-02-08 16:03 UTC (permalink / raw)
  To: ptxdist; +Cc: Bruno Thomsen

Thanks, applied as e19cf6a2bfec2df00ecf85eec84fbb9b1766e14e.

Michael

[sent from post-receive hook]

On Thu, 08 Feb 2024 17:03:12 +0100, Bruno Thomsen <bruno.thomsen@gmail.com> wrote:
> Update URL from http to https as it returns 301 Moved Permanently.
> 
> Download log:
> 
> --2024-01-24 09:09:56--  http://www.thekelleys.org.uk/dnsmasq/dnsmasq-2.89.tar.xz
> Resolving www.thekelleys.org.uk (www.thekelleys.org.uk)... 85.119.82.65, 2001:ba8:1f1:f049::2
> Connecting to www.thekelleys.org.uk (www.thekelleys.org.uk)|85.119.82.65|:80... connected.
> HTTP request sent, awaiting response... 301 Moved Permanently
> Location: https://thekelleys.org.uk/dnsmasq/dnsmasq-2.89.tar.xz [following]
> --2024-01-24 09:09:57--  https://thekelleys.org.uk/dnsmasq/dnsmasq-2.89.tar.xz
> Resolving thekelleys.org.uk (thekelleys.org.uk)... 85.119.82.65, 2001:ba8:1f1:f049::2
> Connecting to thekelleys.org.uk (thekelleys.org.uk)|85.119.82.65|:443... connected.
> HTTP request sent, awaiting response... 200 OK
> Length: 562700 (550K) [application/x-xz]
> 
> Signed-off-by: Bruno Thomsen <bruno.thomsen@gmail.com>
> Message-Id: <20240127112104.4901-1-bruno.thomsen@gmail.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/dnsmasq.make b/rules/dnsmasq.make
> index debbc8d0fd68..2c6262308511 100644
> --- a/rules/dnsmasq.make
> +++ b/rules/dnsmasq.make
> @@ -19,7 +19,7 @@ DNSMASQ_VERSION		:= 2.89
>  DNSMASQ_MD5		:= a227ce79d772c8a49f94335cdb041e77
>  DNSMASQ			:= dnsmasq-$(DNSMASQ_VERSION)
>  DNSMASQ_SUFFIX		:= tar.xz
> -DNSMASQ_URL		:= http://www.thekelleys.org.uk/dnsmasq/$(DNSMASQ).$(DNSMASQ_SUFFIX)
> +DNSMASQ_URL		:= https://thekelleys.org.uk/dnsmasq/$(DNSMASQ).$(DNSMASQ_SUFFIX)
>  DNSMASQ_SOURCE		:= $(SRCDIR)/$(DNSMASQ).$(DNSMASQ_SUFFIX)
>  DNSMASQ_DIR		:= $(BUILDDIR)/$(DNSMASQ)
>  DNSMASQ_LICENSE	:= GPL-2.0-only OR GPL-3.0-only



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

* Re: [ptxdist] [APPLIED] jq: update URL
  2024-01-27 11:21 ` [ptxdist] [PATCH 2/2] jq: " Bruno Thomsen
@ 2024-02-08 16:03   ` Michael Olbrich
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Olbrich @ 2024-02-08 16:03 UTC (permalink / raw)
  To: ptxdist; +Cc: Bruno Thomsen

Thanks, applied as 1de34860474fe835ba89de5d08070b42d5f85b73.

Michael

[sent from post-receive hook]

On Thu, 08 Feb 2024 17:03:13 +0100, Bruno Thomsen <bruno.thomsen@gmail.com> wrote:
> Update GitHub URL as it returns 301 Moved Permanently.
> 
> Download log:
> 
> --2024-01-27 11:10:59--  https://github.com/stedolan/jq/releases/download/jq-1.7/jq-1.7.tar.gz
> Resolving github.com (github.com)... 140.82.121.3
> Connecting to github.com (github.com)|140.82.121.3|:443... connected.
> HTTP request sent, awaiting response... 301 Moved Permanently
> Location: https://github.com/jqlang/jq/releases/download/jq-1.7/jq-1.7.tar.gz [following]
> --2024-01-27 11:11:00--  https://github.com/jqlang/jq/releases/download/jq-1.7/jq-1.7.tar.gz
> Reusing existing connection to github.com:443.
> HTTP request sent, awaiting response... 302 Found
> Location: https://objects.githubusercontent.com/github-production-release-asset-2e65be/5101141/5acf0133-ab1d-4128-bc20-8f1ae22752ef?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAVCODYLSA53PQK4ZA%2F20240127%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20240127T111101Z&X-Amz-Expires=300&X-Amz-Signature=1284f76969ab40a55f81727ea28a40d77c42d157029192e5566f6938dcbe12ce&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=5101141&response-content-disposition=attachment%3B%20filename%3Djq-1.7.tar.gz&response-content-type=application%2Foctet-stream [following]
> --2024-01-27 11:11:01--  https://objects.githubusercontent.com/github-production-release-asset-2e65be/5101141/5acf0133-ab1d-4128-bc20-8f1ae22752ef?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAVCODYLSA53PQK4ZA%2F20240127%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20240127T111101Z&X-Amz-Expires=300&X-Amz-Signature=1284f76969ab40a55f81727ea28a40d77c42d157029192e5566f6938dcbe12ce&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=5101141&response-content-disposition=attachment%3B%20filename%3Djq-1.7.tar.gz&response-content-type=application%2Foctet-stream
> Resolving objects.githubusercontent.com (objects.githubusercontent.com)... 185.199.108.133, 185.199.109.133, 185.199.110.133, ...
> Connecting to objects.githubusercontent.com (objects.githubusercontent.com)|185.199.108.133|:443... connected.
> HTTP request sent, awaiting response... 200 OK
> Length: 1905863 (1.8M) [application/octet-stream]
> 
> Signed-off-by: Bruno Thomsen <bruno.thomsen@gmail.com>
> Message-Id: <20240127112104.4901-2-bruno.thomsen@gmail.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/jq.make b/rules/jq.make
> index d873663c9b4d..e670920c60c6 100644
> --- a/rules/jq.make
> +++ b/rules/jq.make
> @@ -18,7 +18,7 @@ JQ_VERSION	:= 1.7
>  JQ_MD5		:= 4662fd45f0b5622382fc85c1249739d5
>  JQ		:= jq-$(JQ_VERSION)
>  JQ_SUFFIX	:= tar.gz
> -JQ_URL		:= https://github.com/stedolan/jq/releases/download/$(JQ)/$(JQ).$(JQ_SUFFIX)
> +JQ_URL		:= https://github.com/jqlang/jq/releases/download/$(JQ)/$(JQ).$(JQ_SUFFIX)
>  JQ_SOURCE	:= $(SRCDIR)/$(JQ).$(JQ_SUFFIX)
>  JQ_DIR		:= $(BUILDDIR)/$(JQ)
>  JQ_LICENSE	:= MIT AND CC-BY-3.0 AND ICU



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

end of thread, other threads:[~2024-02-08 16:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-27 11:21 [ptxdist] [PATCH 1/2] dnsmasq: update URL Bruno Thomsen
2024-01-27 11:21 ` [ptxdist] [PATCH 2/2] jq: " Bruno Thomsen
2024-02-08 16:03   ` [ptxdist] [APPLIED] " Michael Olbrich
2024-02-08 16:03 ` [ptxdist] [APPLIED] dnsmasq: " Michael Olbrich

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