mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH 1/2] libpcap: update URL
@ 2024-01-18 17:19 Bruno Thomsen
  2024-01-18 17:19 ` [ptxdist] [PATCH 2/2] tcpdump: " Bruno Thomsen
  2024-01-19 20:28 ` [ptxdist] [APPLIED] libpcap: " Michael Olbrich
  0 siblings, 2 replies; 4+ messages in thread
From: Bruno Thomsen @ 2024-01-18 17:19 UTC (permalink / raw)
  To: ptxdist; +Cc: bruno.thomsen

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

Download log:

--2024-01-16 09:18:42--  http://www.tcpdump.org/release/libpcap-1.10.4.tar.gz
Resolving www.tcpdump.org (www.tcpdump.org)... 5.101.150.118, 2a01:a500:3205:5142::f2
Connecting to www.tcpdump.org (www.tcpdump.org)|5.101.150.118|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://tcpdump.org/release/libpcap-1.10.4.tar.gz [following]
--2024-01-16 09:18:42--  https://tcpdump.org/release/libpcap-1.10.4.tar.gz
Resolving tcpdump.org (tcpdump.org)... 5.101.150.118, 2a01:a500:3205:5142::f2
Connecting to tcpdump.org (tcpdump.org)|5.101.150.118|:443... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://www.tcpdump.org/release/libpcap-1.10.4.tar.gz [following]
--2024-01-16 09:18:43--  https://www.tcpdump.org/release/libpcap-1.10.4.tar.gz
Connecting to www.tcpdump.org (www.tcpdump.org)|5.101.150.118|:443... connected.
HTTP request sent, awaiting response... 200 OK

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

diff --git a/rules/libpcap.make b/rules/libpcap.make
index 2f8329106..23ab67563 100644
--- a/rules/libpcap.make
+++ b/rules/libpcap.make
@@ -18,7 +18,7 @@ LIBPCAP_VERSION	:= 1.10.4
 LIBPCAP_MD5	:= 0322e28dd76cda8066bb6d00fee5969b
 LIBPCAP		:= libpcap-$(LIBPCAP_VERSION)
 LIBPCAP_SUFFIX	:= tar.gz
-LIBPCAP_URL	:= http://www.tcpdump.org/release/$(LIBPCAP).$(LIBPCAP_SUFFIX)
+LIBPCAP_URL	:= https://www.tcpdump.org/release/$(LIBPCAP).$(LIBPCAP_SUFFIX)
 LIBPCAP_SOURCE	:= $(SRCDIR)/$(LIBPCAP).$(LIBPCAP_SUFFIX)
 LIBPCAP_DIR	:= $(BUILDDIR)/$(LIBPCAP)
 LIBPCAP_LICENSE	:= BSD-3-Clause

base-commit: b84217969a5ea136907cd153930ab07a3c5a0398
-- 
2.43.0




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

* [ptxdist] [PATCH 2/2] tcpdump: update URL
  2024-01-18 17:19 [ptxdist] [PATCH 1/2] libpcap: update URL Bruno Thomsen
@ 2024-01-18 17:19 ` Bruno Thomsen
  2024-01-19 20:28   ` [ptxdist] [APPLIED] " Michael Olbrich
  2024-01-19 20:28 ` [ptxdist] [APPLIED] libpcap: " Michael Olbrich
  1 sibling, 1 reply; 4+ messages in thread
From: Bruno Thomsen @ 2024-01-18 17:19 UTC (permalink / raw)
  To: ptxdist; +Cc: bruno.thomsen

Update URL from http to https as required by HSTS policy.

Download log:

URL transformed to HTTPS due to an HSTS policy
--2024-01-16 09:18:43--  https://www.tcpdump.org/release/tcpdump-4.99.4.tar.gz
Resolving www.tcpdump.org (www.tcpdump.org)... 5.101.150.118, 2a01:a500:3205:5142::f2
Connecting to www.tcpdump.org (www.tcpdump.org)|5.101.150.118|:443... connected.
HTTP request sent, awaiting response... 200 OK

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

diff --git a/rules/tcpdump.make b/rules/tcpdump.make
index 2b7460ff3..5792beac9 100644
--- a/rules/tcpdump.make
+++ b/rules/tcpdump.make
@@ -19,7 +19,7 @@ TCPDUMP_VERSION	:= 4.99.4
 TCPDUMP_MD5	:= d90471c90f780901e591807927ef0f07
 TCPDUMP		:= tcpdump-$(TCPDUMP_VERSION)
 TCPDUMP_SUFFIX	:= tar.gz
-TCPDUMP_URL	:= http://www.tcpdump.org/release/$(TCPDUMP).$(TCPDUMP_SUFFIX)
+TCPDUMP_URL	:= https://www.tcpdump.org/release/$(TCPDUMP).$(TCPDUMP_SUFFIX)
 TCPDUMP_SOURCE	:= $(SRCDIR)/$(TCPDUMP).$(TCPDUMP_SUFFIX)
 TCPDUMP_DIR	:= $(BUILDDIR)/$(TCPDUMP)
 TCPDUMP_LICENSE	:= BSD-3-Clause
-- 
2.43.0




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

* Re: [ptxdist] [APPLIED] libpcap: update URL
  2024-01-18 17:19 [ptxdist] [PATCH 1/2] libpcap: update URL Bruno Thomsen
  2024-01-18 17:19 ` [ptxdist] [PATCH 2/2] tcpdump: " Bruno Thomsen
@ 2024-01-19 20:28 ` Michael Olbrich
  1 sibling, 0 replies; 4+ messages in thread
From: Michael Olbrich @ 2024-01-19 20:28 UTC (permalink / raw)
  To: ptxdist; +Cc: Bruno Thomsen

Thanks, applied as 0a2aeefca687e1a1d353a04db1d448b21ac4e5f8.

Michael

[sent from post-receive hook]

On Fri, 19 Jan 2024 21:28:13 +0100, Bruno Thomsen <bruno.thomsen@gmail.com> wrote:
> Update URL from http to https as it returns 301 Moved Permanently.
> 
> Download log:
> 
> --2024-01-16 09:18:42--  http://www.tcpdump.org/release/libpcap-1.10.4.tar.gz
> Resolving www.tcpdump.org (www.tcpdump.org)... 5.101.150.118, 2a01:a500:3205:5142::f2
> Connecting to www.tcpdump.org (www.tcpdump.org)|5.101.150.118|:80... connected.
> HTTP request sent, awaiting response... 301 Moved Permanently
> Location: https://tcpdump.org/release/libpcap-1.10.4.tar.gz [following]
> --2024-01-16 09:18:42--  https://tcpdump.org/release/libpcap-1.10.4.tar.gz
> Resolving tcpdump.org (tcpdump.org)... 5.101.150.118, 2a01:a500:3205:5142::f2
> Connecting to tcpdump.org (tcpdump.org)|5.101.150.118|:443... connected.
> HTTP request sent, awaiting response... 301 Moved Permanently
> Location: https://www.tcpdump.org/release/libpcap-1.10.4.tar.gz [following]
> --2024-01-16 09:18:43--  https://www.tcpdump.org/release/libpcap-1.10.4.tar.gz
> Connecting to www.tcpdump.org (www.tcpdump.org)|5.101.150.118|:443... connected.
> HTTP request sent, awaiting response... 200 OK
> 
> Signed-off-by: Bruno Thomsen <bruno.thomsen@gmail.com>
> Message-Id: <20240118171933.5010-1-bruno.thomsen@gmail.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/libpcap.make b/rules/libpcap.make
> index 2f8329106434..23ab67563a04 100644
> --- a/rules/libpcap.make
> +++ b/rules/libpcap.make
> @@ -18,7 +18,7 @@ LIBPCAP_VERSION	:= 1.10.4
>  LIBPCAP_MD5	:= 0322e28dd76cda8066bb6d00fee5969b
>  LIBPCAP		:= libpcap-$(LIBPCAP_VERSION)
>  LIBPCAP_SUFFIX	:= tar.gz
> -LIBPCAP_URL	:= http://www.tcpdump.org/release/$(LIBPCAP).$(LIBPCAP_SUFFIX)
> +LIBPCAP_URL	:= https://www.tcpdump.org/release/$(LIBPCAP).$(LIBPCAP_SUFFIX)
>  LIBPCAP_SOURCE	:= $(SRCDIR)/$(LIBPCAP).$(LIBPCAP_SUFFIX)
>  LIBPCAP_DIR	:= $(BUILDDIR)/$(LIBPCAP)
>  LIBPCAP_LICENSE	:= BSD-3-Clause



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

* Re: [ptxdist] [APPLIED] tcpdump: update URL
  2024-01-18 17:19 ` [ptxdist] [PATCH 2/2] tcpdump: " Bruno Thomsen
@ 2024-01-19 20:28   ` Michael Olbrich
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Olbrich @ 2024-01-19 20:28 UTC (permalink / raw)
  To: ptxdist; +Cc: Bruno Thomsen

Thanks, applied as 933c79bf9c3c99ad70aeaa50e5408a0509527994.

Michael

[sent from post-receive hook]

On Fri, 19 Jan 2024 21:28:14 +0100, Bruno Thomsen <bruno.thomsen@gmail.com> wrote:
> Update URL from http to https as required by HSTS policy.
> 
> Download log:
> 
> URL transformed to HTTPS due to an HSTS policy
> --2024-01-16 09:18:43--  https://www.tcpdump.org/release/tcpdump-4.99.4.tar.gz
> Resolving www.tcpdump.org (www.tcpdump.org)... 5.101.150.118, 2a01:a500:3205:5142::f2
> Connecting to www.tcpdump.org (www.tcpdump.org)|5.101.150.118|:443... connected.
> HTTP request sent, awaiting response... 200 OK
> 
> Signed-off-by: Bruno Thomsen <bruno.thomsen@gmail.com>
> Message-Id: <20240118171933.5010-2-bruno.thomsen@gmail.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/tcpdump.make b/rules/tcpdump.make
> index 2b7460ff35de..5792beac9c19 100644
> --- a/rules/tcpdump.make
> +++ b/rules/tcpdump.make
> @@ -19,7 +19,7 @@ TCPDUMP_VERSION	:= 4.99.4
>  TCPDUMP_MD5	:= d90471c90f780901e591807927ef0f07
>  TCPDUMP		:= tcpdump-$(TCPDUMP_VERSION)
>  TCPDUMP_SUFFIX	:= tar.gz
> -TCPDUMP_URL	:= http://www.tcpdump.org/release/$(TCPDUMP).$(TCPDUMP_SUFFIX)
> +TCPDUMP_URL	:= https://www.tcpdump.org/release/$(TCPDUMP).$(TCPDUMP_SUFFIX)
>  TCPDUMP_SOURCE	:= $(SRCDIR)/$(TCPDUMP).$(TCPDUMP_SUFFIX)
>  TCPDUMP_DIR	:= $(BUILDDIR)/$(TCPDUMP)
>  TCPDUMP_LICENSE	:= BSD-3-Clause



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

end of thread, other threads:[~2024-01-19 20:28 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-18 17:19 [ptxdist] [PATCH 1/2] libpcap: update URL Bruno Thomsen
2024-01-18 17:19 ` [ptxdist] [PATCH 2/2] tcpdump: " Bruno Thomsen
2024-01-19 20:28   ` [ptxdist] [APPLIED] " Michael Olbrich
2024-01-19 20:28 ` [ptxdist] [APPLIED] libpcap: " Michael Olbrich

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