mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] host-autotools-autoconf-archive: Version bump. 2021.02.19 -> 2022.02.11
@ 2022-02-21 21:29 Christian Melki
  2022-02-28 12:09 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Christian Melki @ 2022-02-21 21:29 UTC (permalink / raw)
  To: ptxdist

Very minor, single, changeset.
* AX_CC_FOR_BUILD was deprecated in favor of AX_PROG_CC_FOR_BUILD.
* 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 8cbbc2cae..bf9940a07 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	:= 2021.02.19
-HOST_AUTOTOOLS_AUTOCONF_ARCHIVE_MD5	:= 4f06adfbe3f1a2dada06066cf460e5ab
+HOST_AUTOTOOLS_AUTOCONF_ARCHIVE_VERSION	:= 2022.02.11
+HOST_AUTOTOOLS_AUTOCONF_ARCHIVE_MD5	:= d140e95be64f0aa7369f82e3caae4730
 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=7c82f887b170a4ff706dfa66906b6d35
+	file://README;startline=51;endline=67;md5=e7e002fc8c304f9dfed77d46f6d8de24
 
 # ----------------------------------------------------------------------------
 # 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] 2+ messages in thread

* Re: [ptxdist] [APPLIED] host-autotools-autoconf-archive: Version bump. 2021.02.19 -> 2022.02.11
  2022-02-21 21:29 [ptxdist] [PATCH] host-autotools-autoconf-archive: Version bump. 2021.02.19 -> 2022.02.11 Christian Melki
@ 2022-02-28 12:09 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2022-02-28 12:09 UTC (permalink / raw)
  To: ptxdist; +Cc: Christian Melki

Thanks, applied as fa384bf22cc15daab196337d198a932792e2365d.

Michael

[sent from post-receive hook]

On Mon, 28 Feb 2022 13:09:11 +0100, Christian Melki <christian.melki@t2data.com> wrote:
> Very minor, single, changeset.
> * AX_CC_FOR_BUILD was deprecated in favor of AX_PROG_CC_FOR_BUILD.
> * Copyright year changed in README.
> 
> Signed-off-by: Christian Melki <christian.melki@t2data.com>
> Message-Id: <20220221212943.3826170-1-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 8cbbc2cae9f7..bf9940a0732f 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	:= 2021.02.19
> -HOST_AUTOTOOLS_AUTOCONF_ARCHIVE_MD5	:= 4f06adfbe3f1a2dada06066cf460e5ab
> +HOST_AUTOTOOLS_AUTOCONF_ARCHIVE_VERSION	:= 2022.02.11
> +HOST_AUTOTOOLS_AUTOCONF_ARCHIVE_MD5	:= d140e95be64f0aa7369f82e3caae4730
>  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=7c82f887b170a4ff706dfa66906b6d35
> +	file://README;startline=51;endline=67;md5=e7e002fc8c304f9dfed77d46f6d8de24
>  
>  # ----------------------------------------------------------------------------
>  # 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] 2+ messages in thread

end of thread, other threads:[~2022-02-28 12:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-21 21:29 [ptxdist] [PATCH] host-autotools-autoconf-archive: Version bump. 2021.02.19 -> 2022.02.11 Christian Melki
2022-02-28 12:09 ` [ptxdist] [APPLIED] " Michael Olbrich

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