mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH 1/3] sudo: update URL
@ 2023-11-03  6:57 Bruno Thomsen
  2023-11-03  6:57 ` [ptxdist] [PATCH 2/3] expat: " Bruno Thomsen
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Bruno Thomsen @ 2023-11-03  6:57 UTC (permalink / raw)
  To: ptxdist; +Cc: bruno.thomsen

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

Download log:

--2023-07-22 14:34:38--  http://www.sudo.ws/sudo/dist/sudo-1.9.12p2.tar.gz
Resolving www.sudo.ws (www.sudo.ws)... 104.26.12.121, 172.67.72.152, 104.26.13.121, ...
Connecting to www.sudo.ws (www.sudo.ws)|104.26.12.121|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://www.sudo.ws/sudo/dist/sudo-1.9.12p2.tar.gz [following]
--2023-07-22 14:34:38--  https://www.sudo.ws/sudo/dist/sudo-1.9.12p2.tar.gz
Connecting to www.sudo.ws (www.sudo.ws)|104.26.12.121|:443... connected.
HTTP request sent, awaiting response... 200 OK

Signed-off-by: Bruno Thomsen <bruno.thomsen@gmail.com>
---
 rules/sudo.make | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/rules/sudo.make b/rules/sudo.make
index 03281394c..8a655d942 100644
--- a/rules/sudo.make
+++ b/rules/sudo.make
@@ -20,8 +20,8 @@ SUDO_MD5	:= 4cc21cf7c9a89290b230954aed0d1e11
 SUDO		:= sudo-$(SUDO_VERSION)
 SUDO_SUFFIX	:= tar.gz
 SUDO_URL	:= \
-	http://www.sudo.ws/sudo/dist/$(SUDO).$(SUDO_SUFFIX) \
-	http://www.sudo.ws/sudo/dist/OLD/$(SUDO).$(SUDO_SUFFIX)
+	https://www.sudo.ws/sudo/dist/$(SUDO).$(SUDO_SUFFIX) \
+	https://www.sudo.ws/sudo/dist/OLD/$(SUDO).$(SUDO_SUFFIX)
 SUDO_SOURCE	:= $(SRCDIR)/$(SUDO).$(SUDO_SUFFIX)
 SUDO_DIR	:= $(BUILDDIR)/$(SUDO)
 SUDO_LICENSE	:= ISC AND BSD-3-Clause AND BSD-2-Clause-NetBSD AND Zlib

base-commit: cae7daaa8850c4d952427fac5bcf4d8ffc553226
-- 
2.41.0




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

* [ptxdist] [PATCH 2/3] expat: update URL
  2023-11-03  6:57 [ptxdist] [PATCH 1/3] sudo: update URL Bruno Thomsen
@ 2023-11-03  6:57 ` Bruno Thomsen
  2023-11-10  7:25   ` [ptxdist] [APPLIED] " Michael Olbrich
  2023-11-03  6:57 ` [ptxdist] [PATCH 3/3] expat: add license file and md5 hash Bruno Thomsen
  2023-11-10  7:25 ` [ptxdist] [APPLIED] sudo: update URL Michael Olbrich
  2 siblings, 1 reply; 6+ messages in thread
From: Bruno Thomsen @ 2023-11-03  6:57 UTC (permalink / raw)
  To: ptxdist; +Cc: bruno.thomsen

According to the sourceforge project page[1] the upstream URL has been
moved to github[2].

EXPAT_RELEASE contains release name ex. 2.5.0 = R_2_5_0

[1] https://sourceforge.net/projects/expat/
[2] https://github.com/libexpat/libexpat

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

diff --git a/rules/expat.make b/rules/expat.make
index ad873a260..c7388085f 100644
--- a/rules/expat.make
+++ b/rules/expat.make
@@ -20,7 +20,8 @@ EXPAT_VERSION	:= 2.5.0
 EXPAT_MD5	:= 5e9974d422dc4b157f300568ad28ebf6
 EXPAT		:= expat-$(EXPAT_VERSION)
 EXPAT_SUFFIX	:= tar.bz2
-EXPAT_URL	:= $(call ptx/mirror, SF, expat/$(EXPAT).$(EXPAT_SUFFIX))
+EXPAT_RELEASE	:= R_$(subst .,_,$(EXPAT_VERSION))
+EXPAT_URL	:= https://github.com/libexpat/libexpat/releases/download/$(EXPAT_RELEASE)/$(EXPAT).$(EXPAT_SUFFIX)
 EXPAT_SOURCE	:= $(SRCDIR)/$(EXPAT).$(EXPAT_SUFFIX)
 EXPAT_DIR	:= $(BUILDDIR)/$(EXPAT)
 EXPAT_LICENSE	:= MIT
-- 
2.41.0




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

* [ptxdist] [PATCH 3/3] expat: add license file and md5 hash
  2023-11-03  6:57 [ptxdist] [PATCH 1/3] sudo: update URL Bruno Thomsen
  2023-11-03  6:57 ` [ptxdist] [PATCH 2/3] expat: " Bruno Thomsen
@ 2023-11-03  6:57 ` Bruno Thomsen
  2023-11-10  7:25   ` [ptxdist] [APPLIED] " Michael Olbrich
  2023-11-10  7:25 ` [ptxdist] [APPLIED] sudo: update URL Michael Olbrich
  2 siblings, 1 reply; 6+ messages in thread
From: Bruno Thomsen @ 2023-11-03  6:57 UTC (permalink / raw)
  To: ptxdist; +Cc: bruno.thomsen

Update indentation in section with paths and names.

Signed-off-by: Bruno Thomsen <bruno.thomsen@gmail.com>
---
Use "git show --ignore-space-change" to see real change and
ignore indentation change.

 rules/expat.make | 20 +++++++++++---------
 1 file changed, 11 insertions(+), 9 deletions(-)

diff --git a/rules/expat.make b/rules/expat.make
index c7388085f..d12144458 100644
--- a/rules/expat.make
+++ b/rules/expat.make
@@ -16,15 +16,17 @@ PACKAGES-$(PTXCONF_EXPAT) += expat
 #
 # Paths and names
 #
-EXPAT_VERSION	:= 2.5.0
-EXPAT_MD5	:= 5e9974d422dc4b157f300568ad28ebf6
-EXPAT		:= expat-$(EXPAT_VERSION)
-EXPAT_SUFFIX	:= tar.bz2
-EXPAT_RELEASE	:= R_$(subst .,_,$(EXPAT_VERSION))
-EXPAT_URL	:= https://github.com/libexpat/libexpat/releases/download/$(EXPAT_RELEASE)/$(EXPAT).$(EXPAT_SUFFIX)
-EXPAT_SOURCE	:= $(SRCDIR)/$(EXPAT).$(EXPAT_SUFFIX)
-EXPAT_DIR	:= $(BUILDDIR)/$(EXPAT)
-EXPAT_LICENSE	:= MIT
+EXPAT_VERSION		:= 2.5.0
+EXPAT_MD5		:= 5e9974d422dc4b157f300568ad28ebf6
+EXPAT			:= expat-$(EXPAT_VERSION)
+EXPAT_SUFFIX		:= tar.bz2
+EXPAT_RELEASE		:= R_$(subst .,_,$(EXPAT_VERSION))
+EXPAT_URL		:= https://github.com/libexpat/libexpat/releases/download/$(EXPAT_RELEASE)/$(EXPAT).$(EXPAT_SUFFIX)
+EXPAT_SOURCE		:= $(SRCDIR)/$(EXPAT).$(EXPAT_SUFFIX)
+EXPAT_DIR		:= $(BUILDDIR)/$(EXPAT)
+EXPAT_LICENSE		:= MIT
+EXPAT_LICENSE_FILES	:= \
+	file://COPYING;md5=7b3b078238d0901d3b339289117cb7fb
 
 # ----------------------------------------------------------------------------
 # Prepare
-- 
2.41.0




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

* Re: [ptxdist] [APPLIED] sudo: update URL
  2023-11-03  6:57 [ptxdist] [PATCH 1/3] sudo: update URL Bruno Thomsen
  2023-11-03  6:57 ` [ptxdist] [PATCH 2/3] expat: " Bruno Thomsen
  2023-11-03  6:57 ` [ptxdist] [PATCH 3/3] expat: add license file and md5 hash Bruno Thomsen
@ 2023-11-10  7:25 ` Michael Olbrich
  2 siblings, 0 replies; 6+ messages in thread
From: Michael Olbrich @ 2023-11-10  7:25 UTC (permalink / raw)
  To: ptxdist; +Cc: Bruno Thomsen

Thanks, applied as 39b1fc6d991723312d20bf642e0f04fd39d7afdc.

Michael

[sent from post-receive hook]

On Fri, 10 Nov 2023 08:25:15 +0100, Bruno Thomsen <bruno.thomsen@gmail.com> wrote:
> Update URL from http to https as it returns 301 Moved Permanently.
> 
> Download log:
> 
> --2023-07-22 14:34:38--  http://www.sudo.ws/sudo/dist/sudo-1.9.12p2.tar.gz
> Resolving www.sudo.ws (www.sudo.ws)... 104.26.12.121, 172.67.72.152, 104.26.13.121, ...
> Connecting to www.sudo.ws (www.sudo.ws)|104.26.12.121|:80... connected.
> HTTP request sent, awaiting response... 301 Moved Permanently
> Location: https://www.sudo.ws/sudo/dist/sudo-1.9.12p2.tar.gz [following]
> --2023-07-22 14:34:38--  https://www.sudo.ws/sudo/dist/sudo-1.9.12p2.tar.gz
> Connecting to www.sudo.ws (www.sudo.ws)|104.26.12.121|:443... connected.
> HTTP request sent, awaiting response... 200 OK
> 
> Signed-off-by: Bruno Thomsen <bruno.thomsen@gmail.com>
> Message-Id: <20231103065758.4789-1-bruno.thomsen@gmail.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/sudo.make b/rules/sudo.make
> index 03281394c305..8a655d942c0f 100644
> --- a/rules/sudo.make
> +++ b/rules/sudo.make
> @@ -20,8 +20,8 @@ SUDO_MD5	:= 4cc21cf7c9a89290b230954aed0d1e11
>  SUDO		:= sudo-$(SUDO_VERSION)
>  SUDO_SUFFIX	:= tar.gz
>  SUDO_URL	:= \
> -	http://www.sudo.ws/sudo/dist/$(SUDO).$(SUDO_SUFFIX) \
> -	http://www.sudo.ws/sudo/dist/OLD/$(SUDO).$(SUDO_SUFFIX)
> +	https://www.sudo.ws/sudo/dist/$(SUDO).$(SUDO_SUFFIX) \
> +	https://www.sudo.ws/sudo/dist/OLD/$(SUDO).$(SUDO_SUFFIX)
>  SUDO_SOURCE	:= $(SRCDIR)/$(SUDO).$(SUDO_SUFFIX)
>  SUDO_DIR	:= $(BUILDDIR)/$(SUDO)
>  SUDO_LICENSE	:= ISC AND BSD-3-Clause AND BSD-2-Clause-NetBSD AND Zlib



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

* Re: [ptxdist] [APPLIED] expat: update URL
  2023-11-03  6:57 ` [ptxdist] [PATCH 2/3] expat: " Bruno Thomsen
@ 2023-11-10  7:25   ` Michael Olbrich
  0 siblings, 0 replies; 6+ messages in thread
From: Michael Olbrich @ 2023-11-10  7:25 UTC (permalink / raw)
  To: ptxdist; +Cc: Bruno Thomsen

Thanks, applied as 6398670488ec2437aac56504b06ea2dcc7840113.

Michael

[sent from post-receive hook]

On Fri, 10 Nov 2023 08:25:15 +0100, Bruno Thomsen <bruno.thomsen@gmail.com> wrote:
> According to the sourceforge project page[1] the upstream URL has been
> moved to github[2].
> 
> EXPAT_RELEASE contains release name ex. 2.5.0 = R_2_5_0
> 
> [1] https://sourceforge.net/projects/expat/
> [2] https://github.com/libexpat/libexpat
> 
> Signed-off-by: Bruno Thomsen <bruno.thomsen@gmail.com>
> Message-Id: <20231103065758.4789-2-bruno.thomsen@gmail.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/expat.make b/rules/expat.make
> index ad873a2609b8..c7388085f766 100644
> --- a/rules/expat.make
> +++ b/rules/expat.make
> @@ -20,7 +20,8 @@ EXPAT_VERSION	:= 2.5.0
>  EXPAT_MD5	:= 5e9974d422dc4b157f300568ad28ebf6
>  EXPAT		:= expat-$(EXPAT_VERSION)
>  EXPAT_SUFFIX	:= tar.bz2
> -EXPAT_URL	:= $(call ptx/mirror, SF, expat/$(EXPAT).$(EXPAT_SUFFIX))
> +EXPAT_RELEASE	:= R_$(subst .,_,$(EXPAT_VERSION))
> +EXPAT_URL	:= https://github.com/libexpat/libexpat/releases/download/$(EXPAT_RELEASE)/$(EXPAT).$(EXPAT_SUFFIX)
>  EXPAT_SOURCE	:= $(SRCDIR)/$(EXPAT).$(EXPAT_SUFFIX)
>  EXPAT_DIR	:= $(BUILDDIR)/$(EXPAT)
>  EXPAT_LICENSE	:= MIT



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

* Re: [ptxdist] [APPLIED] expat: add license file and md5 hash
  2023-11-03  6:57 ` [ptxdist] [PATCH 3/3] expat: add license file and md5 hash Bruno Thomsen
@ 2023-11-10  7:25   ` Michael Olbrich
  0 siblings, 0 replies; 6+ messages in thread
From: Michael Olbrich @ 2023-11-10  7:25 UTC (permalink / raw)
  To: ptxdist; +Cc: Bruno Thomsen

Thanks, applied as 4a6b437b9d9cdc83317f6f6d60f7376f65d7178e.

Michael

[sent from post-receive hook]

On Fri, 10 Nov 2023 08:25:16 +0100, Bruno Thomsen <bruno.thomsen@gmail.com> wrote:
> Update indentation in section with paths and names.
> 
> Signed-off-by: Bruno Thomsen <bruno.thomsen@gmail.com>
> Message-Id: <20231103065758.4789-3-bruno.thomsen@gmail.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/expat.make b/rules/expat.make
> index c7388085f766..d12144458710 100644
> --- a/rules/expat.make
> +++ b/rules/expat.make
> @@ -16,15 +16,17 @@ PACKAGES-$(PTXCONF_EXPAT) += expat
>  #
>  # Paths and names
>  #
> -EXPAT_VERSION	:= 2.5.0
> -EXPAT_MD5	:= 5e9974d422dc4b157f300568ad28ebf6
> -EXPAT		:= expat-$(EXPAT_VERSION)
> -EXPAT_SUFFIX	:= tar.bz2
> -EXPAT_RELEASE	:= R_$(subst .,_,$(EXPAT_VERSION))
> -EXPAT_URL	:= https://github.com/libexpat/libexpat/releases/download/$(EXPAT_RELEASE)/$(EXPAT).$(EXPAT_SUFFIX)
> -EXPAT_SOURCE	:= $(SRCDIR)/$(EXPAT).$(EXPAT_SUFFIX)
> -EXPAT_DIR	:= $(BUILDDIR)/$(EXPAT)
> -EXPAT_LICENSE	:= MIT
> +EXPAT_VERSION		:= 2.5.0
> +EXPAT_MD5		:= 5e9974d422dc4b157f300568ad28ebf6
> +EXPAT			:= expat-$(EXPAT_VERSION)
> +EXPAT_SUFFIX		:= tar.bz2
> +EXPAT_RELEASE		:= R_$(subst .,_,$(EXPAT_VERSION))
> +EXPAT_URL		:= https://github.com/libexpat/libexpat/releases/download/$(EXPAT_RELEASE)/$(EXPAT).$(EXPAT_SUFFIX)
> +EXPAT_SOURCE		:= $(SRCDIR)/$(EXPAT).$(EXPAT_SUFFIX)
> +EXPAT_DIR		:= $(BUILDDIR)/$(EXPAT)
> +EXPAT_LICENSE		:= MIT
> +EXPAT_LICENSE_FILES	:= \
> +	file://COPYING;md5=7b3b078238d0901d3b339289117cb7fb
>  
>  # ----------------------------------------------------------------------------
>  # Prepare



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

end of thread, other threads:[~2023-11-10  7:26 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-03  6:57 [ptxdist] [PATCH 1/3] sudo: update URL Bruno Thomsen
2023-11-03  6:57 ` [ptxdist] [PATCH 2/3] expat: " Bruno Thomsen
2023-11-10  7:25   ` [ptxdist] [APPLIED] " Michael Olbrich
2023-11-03  6:57 ` [ptxdist] [PATCH 3/3] expat: add license file and md5 hash Bruno Thomsen
2023-11-10  7:25   ` [ptxdist] [APPLIED] " Michael Olbrich
2023-11-10  7:25 ` [ptxdist] [APPLIED] sudo: update URL Michael Olbrich

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