mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] cross-nasm: Version bump. 2.15 -> 2.15.05
@ 2022-02-07  9:26 Christian Melki
  2022-02-07  9:26 ` [ptxdist] [PATCH] host-autotools-autoconf-archive: Version bump. 2019.01.06 -> 2021.02.19 Christian Melki
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Christian Melki @ 2022-02-07  9:26 UTC (permalink / raw)
  To: ptxdist

Misc fixes. Notable addition is Intel CET and new instructions from
AVX512 and AMX.
https://nasm.us/doc/nasmdocc.html

Signed-off-by: Christian Melki <christian.melki@t2data.com>
---
 rules/cross-nasm.make | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/rules/cross-nasm.make b/rules/cross-nasm.make
index 2d6dbb0ca..4ad4407e8 100644
--- a/rules/cross-nasm.make
+++ b/rules/cross-nasm.make
@@ -15,9 +15,9 @@ CROSS_PACKAGES-$(PTXCONF_CROSS_NASM) += cross-nasm
 #
 # Paths and names
 #
-CROSS_NASM_VERSION	:= 2.15
+CROSS_NASM_VERSION	:= 2.15.05
 ifdef PTXCONF_ARCH_X86
-CROSS_NASM_MD5		:= 986015a82980f5719e1d56108d26256b
+CROSS_NASM_MD5		:= 1c9802446d7341c41c21eb98c7859064
 CROSS_NASM		:= nasm-$(CROSS_NASM_VERSION)
 CROSS_NASM_SUFFIX	:= tar.xz
 CROSS_NASM_URL		:= http://www.nasm.us/pub/nasm/releasebuilds/$(CROSS_NASM_VERSION)/$(CROSS_NASM).$(CROSS_NASM_SUFFIX)
-- 
2.30.2


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de


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

* [ptxdist] [PATCH] host-autotools-autoconf-archive: Version bump. 2019.01.06 -> 2021.02.19
  2022-02-07  9:26 [ptxdist] [PATCH] cross-nasm: Version bump. 2.15 -> 2.15.05 Christian Melki
@ 2022-02-07  9:26 ` Christian Melki
  2022-02-14 12:43   ` [ptxdist] [APPLIED] " Michael Olbrich
  2022-02-21  6:33   ` [ptxdist] [PATCH] " Alexander Dahl
  2022-02-07  9:26 ` [ptxdist] [PATCH] host-mtools: Version bump. 4.0.16 -> 4.0.37 Christian Melki
                   ` (2 subsequent siblings)
  3 siblings, 2 replies; 9+ messages in thread
From: Christian Melki @ 2022-02-07  9:26 UTC (permalink / raw)
  To: ptxdist

* Update the autoconf-archive. From the changelog:
The macros AX_CHECK_PCRE2 and AX_PROG_ROBOT have been added.
Many other macros have received updates.

* Copyright year changed in README.

Signed-off-by: Christian Melki <christian.melki@t2data.com>
---
 rules/host-autotools-autoconf-archive.make | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/rules/host-autotools-autoconf-archive.make b/rules/host-autotools-autoconf-archive.make
index ed3be47da..8cbbc2cae 100644
--- a/rules/host-autotools-autoconf-archive.make
+++ b/rules/host-autotools-autoconf-archive.make
@@ -14,8 +14,8 @@ HOST_PACKAGES-$(PTXCONF_HOST_AUTOTOOLS_AUTOCONF_ARCHIVE) += host-autotools-autoc
 #
 # Paths and names
 #
-HOST_AUTOTOOLS_AUTOCONF_ARCHIVE_VERSION	:= 2019.01.06
-HOST_AUTOTOOLS_AUTOCONF_ARCHIVE_MD5	:= d46413c8b00a125b1529bae385bbec55
+HOST_AUTOTOOLS_AUTOCONF_ARCHIVE_VERSION	:= 2021.02.19
+HOST_AUTOTOOLS_AUTOCONF_ARCHIVE_MD5	:= 4f06adfbe3f1a2dada06066cf460e5ab
 HOST_AUTOTOOLS_AUTOCONF_ARCHIVE		:= autoconf-archive-$(HOST_AUTOTOOLS_AUTOCONF_ARCHIVE_VERSION)
 HOST_AUTOTOOLS_AUTOCONF_ARCHIVE_SUFFIX	:= tar.xz
 HOST_AUTOTOOLS_AUTOCONF_ARCHIVE_URL	:= $(call ptx/mirror, GNU, autoconf-archive/$(HOST_AUTOTOOLS_AUTOCONF_ARCHIVE).$(HOST_AUTOTOOLS_AUTOCONF_ARCHIVE_SUFFIX))
@@ -25,7 +25,7 @@ HOST_AUTOTOOLS_AUTOCONF_ARCHIVE_LICENSE	:= GPL-3.0-or-later WITH Autoconf-except
 HOST_AUTOTOOLS_AUTOCONF_ARCHIVE_LICENSE_FILES := \
 	file://COPYING;md5=11cc2d3ee574f9d6b7ee797bdce4d423 \
 	file://COPYING.EXCEPTION;md5=fdef168ebff3bc2f13664c365a5fb515 \
-	file://README;startline=51;endline=67;md5=28397cd25dc41e1932e0d1127aaf1836
+	file://README;startline=51;endline=67;md5=7c82f887b170a4ff706dfa66906b6d35
 
 # ----------------------------------------------------------------------------
 # Prepare
-- 
2.30.2


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de


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

* [ptxdist] [PATCH] host-mtools: Version bump. 4.0.16 -> 4.0.37
  2022-02-07  9:26 [ptxdist] [PATCH] cross-nasm: Version bump. 2.15 -> 2.15.05 Christian Melki
  2022-02-07  9:26 ` [ptxdist] [PATCH] host-autotools-autoconf-archive: Version bump. 2019.01.06 -> 2021.02.19 Christian Melki
@ 2022-02-07  9:26 ` Christian Melki
  2022-02-14 12:43   ` [ptxdist] [APPLIED] " Michael Olbrich
  2022-02-07  9:27 ` [ptxdist] [PATCH] host-autotools-automake: Version bump. 1.16.1 -> 1.16.5 Christian Melki
  2022-02-14 12:43 ` [ptxdist] [APPLIED] cross-nasm: Version bump. 2.15 -> 2.15.05 Michael Olbrich
  3 siblings, 1 reply; 9+ messages in thread
From: Christian Melki @ 2022-02-07  9:26 UTC (permalink / raw)
  To: ptxdist

Just a bunch of minor fixes and some refactoring
over the course of 10 years.

Signed-off-by: Christian Melki <christian.melki@t2data.com>
---
 rules/host-mtools.make | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/rules/host-mtools.make b/rules/host-mtools.make
index 7afde6db4..fc147dcf0 100644
--- a/rules/host-mtools.make
+++ b/rules/host-mtools.make
@@ -14,8 +14,8 @@ HOST_PACKAGES-$(PTXCONF_HOST_MTOOLS) += host-mtools
 #
 # Paths and names
 #
-HOST_MTOOLS_VERSION	:= 4.0.16
-HOST_MTOOLS_MD5		:= e9b07f35272210f407012abaf5d1b9b5
+HOST_MTOOLS_VERSION	:= 4.0.37
+HOST_MTOOLS_MD5		:= 93320711b19f0dd925b6d40d1926ac9e
 HOST_MTOOLS		:= mtools-$(HOST_MTOOLS_VERSION)
 HOST_MTOOLS_SUFFIX	:= tar.bz2
 HOST_MTOOLS_URL		:= $(call ptx/mirror, GNU, mtools/$(HOST_MTOOLS).$(HOST_MTOOLS_SUFFIX))
-- 
2.30.2


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de


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

* [ptxdist] [PATCH] host-autotools-automake: Version bump. 1.16.1 -> 1.16.5.
  2022-02-07  9:26 [ptxdist] [PATCH] cross-nasm: Version bump. 2.15 -> 2.15.05 Christian Melki
  2022-02-07  9:26 ` [ptxdist] [PATCH] host-autotools-autoconf-archive: Version bump. 2019.01.06 -> 2021.02.19 Christian Melki
  2022-02-07  9:26 ` [ptxdist] [PATCH] host-mtools: Version bump. 4.0.16 -> 4.0.37 Christian Melki
@ 2022-02-07  9:27 ` Christian Melki
  2022-02-14 12:43   ` [ptxdist] [APPLIED] " Michael Olbrich
  2022-02-14 12:43 ` [ptxdist] [APPLIED] cross-nasm: Version bump. 2.15 -> 2.15.05 Michael Olbrich
  3 siblings, 1 reply; 9+ messages in thread
From: Christian Melki @ 2022-02-07  9:27 UTC (permalink / raw)
  To: ptxdist

Some 4 years worth of changes. Nothing exceptional.
1.16.5 is continuing fixes for autoconf-2.70+.
As always. Changes to Autotools need some pretty extensive testing.

Signed-off-by: Christian Melki <christian.melki@t2data.com>
---
 rules/host-autotools-automake.make | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/rules/host-autotools-automake.make b/rules/host-autotools-automake.make
index a7fa29943..1ddc0c982 100644
--- a/rules/host-autotools-automake.make
+++ b/rules/host-autotools-automake.make
@@ -14,8 +14,8 @@ LAZY_PACKAGES-$(PTXCONF_HOST_AUTOTOOLS_AUTOMAKE) += host-autotools-automake
 #
 # Paths and names
 #
-HOST_AUTOTOOLS_AUTOMAKE_VERSION	:= 1.16.1
-HOST_AUTOTOOLS_AUTOMAKE_MD5	:= 53f38e7591fa57c3d2cee682be668e5b
+HOST_AUTOTOOLS_AUTOMAKE_VERSION	:= 1.16.5
+HOST_AUTOTOOLS_AUTOMAKE_MD5	:= 4017e96f89fca45ca946f1c5db6be714
 HOST_AUTOTOOLS_AUTOMAKE		:= automake-$(HOST_AUTOTOOLS_AUTOMAKE_VERSION)
 HOST_AUTOTOOLS_AUTOMAKE_SUFFIX	:= tar.xz
 HOST_AUTOTOOLS_AUTOMAKE_URL	:= $(call ptx/mirror, GNU, automake/$(HOST_AUTOTOOLS_AUTOMAKE).$(HOST_AUTOTOOLS_AUTOMAKE_SUFFIX))
-- 
2.30.2


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de


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

* Re: [ptxdist] [APPLIED] cross-nasm: Version bump. 2.15 -> 2.15.05
  2022-02-07  9:26 [ptxdist] [PATCH] cross-nasm: Version bump. 2.15 -> 2.15.05 Christian Melki
                   ` (2 preceding siblings ...)
  2022-02-07  9:27 ` [ptxdist] [PATCH] host-autotools-automake: Version bump. 1.16.1 -> 1.16.5 Christian Melki
@ 2022-02-14 12:43 ` Michael Olbrich
  3 siblings, 0 replies; 9+ messages in thread
From: Michael Olbrich @ 2022-02-14 12:43 UTC (permalink / raw)
  To: ptxdist; +Cc: Christian Melki

Thanks, applied as cad42cddd8c38589b546c60ac2368482fb2c16cf.

Michael

[sent from post-receive hook]

On Mon, 14 Feb 2022 13:43:26 +0100, Christian Melki <christian.melki@t2data.com> wrote:
> Misc fixes. Notable addition is Intel CET and new instructions from
> AVX512 and AMX.
> https://nasm.us/doc/nasmdocc.html
> 
> Signed-off-by: Christian Melki <christian.melki@t2data.com>
> Message-Id: <20220207092700.1871493-1-christian.melki@t2data.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/cross-nasm.make b/rules/cross-nasm.make
> index 2d6dbb0cab5c..4ad4407e8420 100644
> --- a/rules/cross-nasm.make
> +++ b/rules/cross-nasm.make
> @@ -15,9 +15,9 @@ CROSS_PACKAGES-$(PTXCONF_CROSS_NASM) += cross-nasm
>  #
>  # Paths and names
>  #
> -CROSS_NASM_VERSION	:= 2.15
> +CROSS_NASM_VERSION	:= 2.15.05
>  ifdef PTXCONF_ARCH_X86
> -CROSS_NASM_MD5		:= 986015a82980f5719e1d56108d26256b
> +CROSS_NASM_MD5		:= 1c9802446d7341c41c21eb98c7859064
>  CROSS_NASM		:= nasm-$(CROSS_NASM_VERSION)
>  CROSS_NASM_SUFFIX	:= tar.xz
>  CROSS_NASM_URL		:= http://www.nasm.us/pub/nasm/releasebuilds/$(CROSS_NASM_VERSION)/$(CROSS_NASM).$(CROSS_NASM_SUFFIX)

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de


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

* Re: [ptxdist] [APPLIED] host-autotools-autoconf-archive: Version bump. 2019.01.06 -> 2021.02.19
  2022-02-07  9:26 ` [ptxdist] [PATCH] host-autotools-autoconf-archive: Version bump. 2019.01.06 -> 2021.02.19 Christian Melki
@ 2022-02-14 12:43   ` Michael Olbrich
  2022-02-21  6:33   ` [ptxdist] [PATCH] " Alexander Dahl
  1 sibling, 0 replies; 9+ messages in thread
From: Michael Olbrich @ 2022-02-14 12:43 UTC (permalink / raw)
  To: ptxdist; +Cc: Christian Melki

Thanks, applied as 3176369843b68f12e9e1b3c33e95aced51d80d72.

Michael

[sent from post-receive hook]

On Mon, 14 Feb 2022 13:43:28 +0100, Christian Melki <christian.melki@t2data.com> wrote:
> * Update the autoconf-archive. From the changelog:
> The macros AX_CHECK_PCRE2 and AX_PROG_ROBOT have been added.
> Many other macros have received updates.
> 
> * Copyright year changed in README.
> 
> Signed-off-by: Christian Melki <christian.melki@t2data.com>
> Message-Id: <20220207092700.1871493-2-christian.melki@t2data.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/host-autotools-autoconf-archive.make b/rules/host-autotools-autoconf-archive.make
> index ed3be47daaaf..8cbbc2cae9f7 100644
> --- a/rules/host-autotools-autoconf-archive.make
> +++ b/rules/host-autotools-autoconf-archive.make
> @@ -14,8 +14,8 @@ HOST_PACKAGES-$(PTXCONF_HOST_AUTOTOOLS_AUTOCONF_ARCHIVE) += host-autotools-autoc
>  #
>  # Paths and names
>  #
> -HOST_AUTOTOOLS_AUTOCONF_ARCHIVE_VERSION	:= 2019.01.06
> -HOST_AUTOTOOLS_AUTOCONF_ARCHIVE_MD5	:= d46413c8b00a125b1529bae385bbec55
> +HOST_AUTOTOOLS_AUTOCONF_ARCHIVE_VERSION	:= 2021.02.19
> +HOST_AUTOTOOLS_AUTOCONF_ARCHIVE_MD5	:= 4f06adfbe3f1a2dada06066cf460e5ab
>  HOST_AUTOTOOLS_AUTOCONF_ARCHIVE		:= autoconf-archive-$(HOST_AUTOTOOLS_AUTOCONF_ARCHIVE_VERSION)
>  HOST_AUTOTOOLS_AUTOCONF_ARCHIVE_SUFFIX	:= tar.xz
>  HOST_AUTOTOOLS_AUTOCONF_ARCHIVE_URL	:= $(call ptx/mirror, GNU, autoconf-archive/$(HOST_AUTOTOOLS_AUTOCONF_ARCHIVE).$(HOST_AUTOTOOLS_AUTOCONF_ARCHIVE_SUFFIX))
> @@ -25,7 +25,7 @@ HOST_AUTOTOOLS_AUTOCONF_ARCHIVE_LICENSE	:= GPL-3.0-or-later WITH Autoconf-except
>  HOST_AUTOTOOLS_AUTOCONF_ARCHIVE_LICENSE_FILES := \
>  	file://COPYING;md5=11cc2d3ee574f9d6b7ee797bdce4d423 \
>  	file://COPYING.EXCEPTION;md5=fdef168ebff3bc2f13664c365a5fb515 \
> -	file://README;startline=51;endline=67;md5=28397cd25dc41e1932e0d1127aaf1836
> +	file://README;startline=51;endline=67;md5=7c82f887b170a4ff706dfa66906b6d35
>  
>  # ----------------------------------------------------------------------------
>  # Prepare

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de


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

* Re: [ptxdist] [APPLIED] host-mtools: Version bump. 4.0.16 -> 4.0.37
  2022-02-07  9:26 ` [ptxdist] [PATCH] host-mtools: Version bump. 4.0.16 -> 4.0.37 Christian Melki
@ 2022-02-14 12:43   ` Michael Olbrich
  0 siblings, 0 replies; 9+ messages in thread
From: Michael Olbrich @ 2022-02-14 12:43 UTC (permalink / raw)
  To: ptxdist; +Cc: Christian Melki

Thanks, applied as cf28322ea92052bccaab74f9a2a93b6523edaab6.

Michael

[sent from post-receive hook]

On Mon, 14 Feb 2022 13:43:29 +0100, Christian Melki <christian.melki@t2data.com> wrote:
> Just a bunch of minor fixes and some refactoring
> over the course of 10 years.
> 
> Signed-off-by: Christian Melki <christian.melki@t2data.com>
> Message-Id: <20220207092700.1871493-3-christian.melki@t2data.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/host-mtools.make b/rules/host-mtools.make
> index 7afde6db403c..fc147dcf08b7 100644
> --- a/rules/host-mtools.make
> +++ b/rules/host-mtools.make
> @@ -14,8 +14,8 @@ HOST_PACKAGES-$(PTXCONF_HOST_MTOOLS) += host-mtools
>  #
>  # Paths and names
>  #
> -HOST_MTOOLS_VERSION	:= 4.0.16
> -HOST_MTOOLS_MD5		:= e9b07f35272210f407012abaf5d1b9b5
> +HOST_MTOOLS_VERSION	:= 4.0.37
> +HOST_MTOOLS_MD5		:= 93320711b19f0dd925b6d40d1926ac9e
>  HOST_MTOOLS		:= mtools-$(HOST_MTOOLS_VERSION)
>  HOST_MTOOLS_SUFFIX	:= tar.bz2
>  HOST_MTOOLS_URL		:= $(call ptx/mirror, GNU, mtools/$(HOST_MTOOLS).$(HOST_MTOOLS_SUFFIX))

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de


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

* Re: [ptxdist] [APPLIED] host-autotools-automake: Version bump. 1.16.1 -> 1.16.5.
  2022-02-07  9:27 ` [ptxdist] [PATCH] host-autotools-automake: Version bump. 1.16.1 -> 1.16.5 Christian Melki
@ 2022-02-14 12:43   ` Michael Olbrich
  0 siblings, 0 replies; 9+ messages in thread
From: Michael Olbrich @ 2022-02-14 12:43 UTC (permalink / raw)
  To: ptxdist; +Cc: Christian Melki

Thanks, applied as fef56e9afb408c39a9cbb5694199fc739c97af1c.

Michael

[sent from post-receive hook]

On Mon, 14 Feb 2022 13:43:30 +0100, Christian Melki <christian.melki@t2data.com> wrote:
> Some 4 years worth of changes. Nothing exceptional.
> 1.16.5 is continuing fixes for autoconf-2.70+.
> As always. Changes to Autotools need some pretty extensive testing.
> 
> Signed-off-by: Christian Melki <christian.melki@t2data.com>
> Message-Id: <20220207092700.1871493-4-christian.melki@t2data.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/host-autotools-automake.make b/rules/host-autotools-automake.make
> index a7fa299439b7..1ddc0c982eda 100644
> --- a/rules/host-autotools-automake.make
> +++ b/rules/host-autotools-automake.make
> @@ -14,8 +14,8 @@ LAZY_PACKAGES-$(PTXCONF_HOST_AUTOTOOLS_AUTOMAKE) += host-autotools-automake
>  #
>  # Paths and names
>  #
> -HOST_AUTOTOOLS_AUTOMAKE_VERSION	:= 1.16.1
> -HOST_AUTOTOOLS_AUTOMAKE_MD5	:= 53f38e7591fa57c3d2cee682be668e5b
> +HOST_AUTOTOOLS_AUTOMAKE_VERSION	:= 1.16.5
> +HOST_AUTOTOOLS_AUTOMAKE_MD5	:= 4017e96f89fca45ca946f1c5db6be714
>  HOST_AUTOTOOLS_AUTOMAKE		:= automake-$(HOST_AUTOTOOLS_AUTOMAKE_VERSION)
>  HOST_AUTOTOOLS_AUTOMAKE_SUFFIX	:= tar.xz
>  HOST_AUTOTOOLS_AUTOMAKE_URL	:= $(call ptx/mirror, GNU, automake/$(HOST_AUTOTOOLS_AUTOMAKE).$(HOST_AUTOTOOLS_AUTOMAKE_SUFFIX))

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de


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

* Re: [ptxdist] [PATCH] host-autotools-autoconf-archive: Version bump. 2019.01.06 -> 2021.02.19
  2022-02-07  9:26 ` [ptxdist] [PATCH] host-autotools-autoconf-archive: Version bump. 2019.01.06 -> 2021.02.19 Christian Melki
  2022-02-14 12:43   ` [ptxdist] [APPLIED] " Michael Olbrich
@ 2022-02-21  6:33   ` Alexander Dahl
  1 sibling, 0 replies; 9+ messages in thread
From: Alexander Dahl @ 2022-02-21  6:33 UTC (permalink / raw)
  To: ptxdist

Hello Christian,

Am Mon, Feb 07, 2022 at 10:26:58AM +0100 schrieb Christian Melki:
> * Update the autoconf-archive. From the changelog:
> The macros AX_CHECK_PCRE2 and AX_PROG_ROBOT have been added.
> Many other macros have received updates.
> 
> * Copyright year changed in README.
> 
> Signed-off-by: Christian Melki <christian.melki@t2data.com>
> ---
>  rules/host-autotools-autoconf-archive.make | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/rules/host-autotools-autoconf-archive.make b/rules/host-autotools-autoconf-archive.make
> index ed3be47da..8cbbc2cae 100644
> --- a/rules/host-autotools-autoconf-archive.make
> +++ b/rules/host-autotools-autoconf-archive.make
> @@ -14,8 +14,8 @@ HOST_PACKAGES-$(PTXCONF_HOST_AUTOTOOLS_AUTOCONF_ARCHIVE) += host-autotools-autoc
>  #
>  # Paths and names
>  #
> -HOST_AUTOTOOLS_AUTOCONF_ARCHIVE_VERSION	:= 2019.01.06
> -HOST_AUTOTOOLS_AUTOCONF_ARCHIVE_MD5	:= d46413c8b00a125b1529bae385bbec55
> +HOST_AUTOTOOLS_AUTOCONF_ARCHIVE_VERSION	:= 2021.02.19
> +HOST_AUTOTOOLS_AUTOCONF_ARCHIVE_MD5	:= 4f06adfbe3f1a2dada06066cf460e5ab

FWIW, autoconf-archive-2022.02.11 was released just four days after
your patch on 2022-02-11, bad luck.

Greets
Alex

>  HOST_AUTOTOOLS_AUTOCONF_ARCHIVE		:= autoconf-archive-$(HOST_AUTOTOOLS_AUTOCONF_ARCHIVE_VERSION)
>  HOST_AUTOTOOLS_AUTOCONF_ARCHIVE_SUFFIX	:= tar.xz
>  HOST_AUTOTOOLS_AUTOCONF_ARCHIVE_URL	:= $(call ptx/mirror, GNU, autoconf-archive/$(HOST_AUTOTOOLS_AUTOCONF_ARCHIVE).$(HOST_AUTOTOOLS_AUTOCONF_ARCHIVE_SUFFIX))
> @@ -25,7 +25,7 @@ HOST_AUTOTOOLS_AUTOCONF_ARCHIVE_LICENSE	:= GPL-3.0-or-later WITH Autoconf-except
>  HOST_AUTOTOOLS_AUTOCONF_ARCHIVE_LICENSE_FILES := \
>  	file://COPYING;md5=11cc2d3ee574f9d6b7ee797bdce4d423 \
>  	file://COPYING.EXCEPTION;md5=fdef168ebff3bc2f13664c365a5fb515 \
> -	file://README;startline=51;endline=67;md5=28397cd25dc41e1932e0d1127aaf1836
> +	file://README;startline=51;endline=67;md5=7c82f887b170a4ff706dfa66906b6d35
>  
>  # ----------------------------------------------------------------------------
>  # Prepare
> -- 
> 2.30.2
> 
> 
> _______________________________________________
> ptxdist mailing list
> ptxdist@pengutronix.de
> To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de


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

end of thread, other threads:[~2022-02-21  6:34 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-07  9:26 [ptxdist] [PATCH] cross-nasm: Version bump. 2.15 -> 2.15.05 Christian Melki
2022-02-07  9:26 ` [ptxdist] [PATCH] host-autotools-autoconf-archive: Version bump. 2019.01.06 -> 2021.02.19 Christian Melki
2022-02-14 12:43   ` [ptxdist] [APPLIED] " Michael Olbrich
2022-02-21  6:33   ` [ptxdist] [PATCH] " Alexander Dahl
2022-02-07  9:26 ` [ptxdist] [PATCH] host-mtools: Version bump. 4.0.16 -> 4.0.37 Christian Melki
2022-02-14 12:43   ` [ptxdist] [APPLIED] " Michael Olbrich
2022-02-07  9:27 ` [ptxdist] [PATCH] host-autotools-automake: Version bump. 1.16.1 -> 1.16.5 Christian Melki
2022-02-14 12:43   ` [ptxdist] [APPLIED] " Michael Olbrich
2022-02-14 12:43 ` [ptxdist] [APPLIED] cross-nasm: Version bump. 2.15 -> 2.15.05 Michael Olbrich

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