All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/nodejs: bump to version 14.18.2
@ 2021-12-31 10:07 Fabrice Fontaine
  2021-12-31 23:40 ` James Hilliard
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Fabrice Fontaine @ 2021-12-31 10:07 UTC (permalink / raw)
  To: buildroot; +Cc: Fabrice Fontaine, Daniel Price, Martin Bark

This bump will fix the following build failure raised since bump of
python3 to version 3.10.1 in commit
25b1fc2898d68ddf2674b14c738045875fc5a2dc:

Please use python3.9 or python3.8 or python3.7 or python3.6 or python3.5 or python2.7.
	/usr/bin/python3.7 ./configure
	/usr/bin/python3.5 ./configure
	/home/peko/autobuild/instance-1/output-1/host/bin/python2.7 ./configure
Node.js configure: Found Python 3.10.1...

https://github.com/nodejs/node/releases/tag/v14.18.2

Fixes:
 - http://autobuild.buildroot.org/results/9e2ebb9c3681ec0485eaa042fa838c8ee62f649b

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/nodejs/nodejs.hash | 4 ++--
 package/nodejs/nodejs.mk   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/nodejs/nodejs.hash b/package/nodejs/nodejs.hash
index 3a4571e8e5..f330757341 100644
--- a/package/nodejs/nodejs.hash
+++ b/package/nodejs/nodejs.hash
@@ -1,5 +1,5 @@
-# From https://nodejs.org/dist/v14.17.6/SHASUMS256.txt
-sha256  3fa1d71adddfab2f5e3e41874b4eddbdf92b65cade4a43922fb1e437afcf89ed  node-v14.18.1.tar.xz
+# From https://nodejs.org/dist/v14.18.2/SHASUMS256.txt
+sha256  3e8a9ce10f8bcd3628eb6dd049f7f03c84ba9219be6f9743e2221154b9cc680b  node-v14.18.2.tar.xz
 
 # Hash for license file
 sha256  b3a67885b5a6ac35e8bbe8190509e41b79b0d9a2e3fbd47186f2ac4727f63be5  LICENSE
diff --git a/package/nodejs/nodejs.mk b/package/nodejs/nodejs.mk
index 322eed6d19..7d5c93eb93 100644
--- a/package/nodejs/nodejs.mk
+++ b/package/nodejs/nodejs.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-NODEJS_VERSION = 14.18.1
+NODEJS_VERSION = 14.18.2
 NODEJS_SOURCE = node-v$(NODEJS_VERSION).tar.xz
 NODEJS_SITE = http://nodejs.org/dist/v$(NODEJS_VERSION)
 NODEJS_DEPENDENCIES = host-qemu host-python3 host-nodejs c-ares \
-- 
2.33.0

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/1] package/nodejs: bump to version 14.18.2
  2021-12-31 10:07 [Buildroot] [PATCH 1/1] package/nodejs: bump to version 14.18.2 Fabrice Fontaine
@ 2021-12-31 23:40 ` James Hilliard
  2022-01-01 10:28 ` Yann E. MORIN
  2022-01-26 14:40 ` Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: James Hilliard @ 2021-12-31 23:40 UTC (permalink / raw)
  To: Fabrice Fontaine; +Cc: Martin Bark, Daniel Price, buildroot

On Fri, Dec 31, 2021 at 4:08 AM Fabrice Fontaine
<fontaine.fabrice@gmail.com> wrote:
>
> This bump will fix the following build failure raised since bump of
> python3 to version 3.10.1 in commit
> 25b1fc2898d68ddf2674b14c738045875fc5a2dc:
>
> Please use python3.9 or python3.8 or python3.7 or python3.6 or python3.5 or python2.7.
>         /usr/bin/python3.7 ./configure
>         /usr/bin/python3.5 ./configure
>         /home/peko/autobuild/instance-1/output-1/host/bin/python2.7 ./configure
> Node.js configure: Found Python 3.10.1...
>
> https://github.com/nodejs/node/releases/tag/v14.18.2
>
> Fixes:
>  - http://autobuild.buildroot.org/results/9e2ebb9c3681ec0485eaa042fa838c8ee62f649b
>
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Tested-by: James Hilliard <james.hilliard1@gmail.com>
> ---
>  package/nodejs/nodejs.hash | 4 ++--
>  package/nodejs/nodejs.mk   | 2 +-
>  2 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/package/nodejs/nodejs.hash b/package/nodejs/nodejs.hash
> index 3a4571e8e5..f330757341 100644
> --- a/package/nodejs/nodejs.hash
> +++ b/package/nodejs/nodejs.hash
> @@ -1,5 +1,5 @@
> -# From https://nodejs.org/dist/v14.17.6/SHASUMS256.txt
> -sha256  3fa1d71adddfab2f5e3e41874b4eddbdf92b65cade4a43922fb1e437afcf89ed  node-v14.18.1.tar.xz
> +# From https://nodejs.org/dist/v14.18.2/SHASUMS256.txt
> +sha256  3e8a9ce10f8bcd3628eb6dd049f7f03c84ba9219be6f9743e2221154b9cc680b  node-v14.18.2.tar.xz
>
>  # Hash for license file
>  sha256  b3a67885b5a6ac35e8bbe8190509e41b79b0d9a2e3fbd47186f2ac4727f63be5  LICENSE
> diff --git a/package/nodejs/nodejs.mk b/package/nodejs/nodejs.mk
> index 322eed6d19..7d5c93eb93 100644
> --- a/package/nodejs/nodejs.mk
> +++ b/package/nodejs/nodejs.mk
> @@ -4,7 +4,7 @@
>  #
>  ################################################################################
>
> -NODEJS_VERSION = 14.18.1
> +NODEJS_VERSION = 14.18.2
>  NODEJS_SOURCE = node-v$(NODEJS_VERSION).tar.xz
>  NODEJS_SITE = http://nodejs.org/dist/v$(NODEJS_VERSION)
>  NODEJS_DEPENDENCIES = host-qemu host-python3 host-nodejs c-ares \
> --
> 2.33.0
>
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/1] package/nodejs: bump to version 14.18.2
  2021-12-31 10:07 [Buildroot] [PATCH 1/1] package/nodejs: bump to version 14.18.2 Fabrice Fontaine
  2021-12-31 23:40 ` James Hilliard
@ 2022-01-01 10:28 ` Yann E. MORIN
  2022-01-26 14:40 ` Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: Yann E. MORIN @ 2022-01-01 10:28 UTC (permalink / raw)
  To: Fabrice Fontaine; +Cc: Martin Bark, Daniel Price, buildroot

On 2021-12-31 11:07 +0100, Fabrice Fontaine spake thusly:

Fabrice, All,
> This bump will fix the following build failure raised since bump of
> python3 to version 3.10.1 in commit
> 25b1fc2898d68ddf2674b14c738045875fc5a2dc:
> 
> Please use python3.9 or python3.8 or python3.7 or python3.6 or python3.5 or python2.7.
> 	/usr/bin/python3.7 ./configure
> 	/usr/bin/python3.5 ./configure
> 	/home/peko/autobuild/instance-1/output-1/host/bin/python2.7 ./configure
> Node.js configure: Found Python 3.10.1...
> 
> https://github.com/nodejs/node/releases/tag/v14.18.2
> 
> Fixes:
>  - http://autobuild.buildroot.org/results/9e2ebb9c3681ec0485eaa042fa838c8ee62f649b
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Applied to master, thanks.

Regards,
Yann E. MORIN.

> ---
>  package/nodejs/nodejs.hash | 4 ++--
>  package/nodejs/nodejs.mk   | 2 +-
>  2 files changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/package/nodejs/nodejs.hash b/package/nodejs/nodejs.hash
> index 3a4571e8e5..f330757341 100644
> --- a/package/nodejs/nodejs.hash
> +++ b/package/nodejs/nodejs.hash
> @@ -1,5 +1,5 @@
> -# From https://nodejs.org/dist/v14.17.6/SHASUMS256.txt
> -sha256  3fa1d71adddfab2f5e3e41874b4eddbdf92b65cade4a43922fb1e437afcf89ed  node-v14.18.1.tar.xz
> +# From https://nodejs.org/dist/v14.18.2/SHASUMS256.txt
> +sha256  3e8a9ce10f8bcd3628eb6dd049f7f03c84ba9219be6f9743e2221154b9cc680b  node-v14.18.2.tar.xz
>  
>  # Hash for license file
>  sha256  b3a67885b5a6ac35e8bbe8190509e41b79b0d9a2e3fbd47186f2ac4727f63be5  LICENSE
> diff --git a/package/nodejs/nodejs.mk b/package/nodejs/nodejs.mk
> index 322eed6d19..7d5c93eb93 100644
> --- a/package/nodejs/nodejs.mk
> +++ b/package/nodejs/nodejs.mk
> @@ -4,7 +4,7 @@
>  #
>  ################################################################################
>  
> -NODEJS_VERSION = 14.18.1
> +NODEJS_VERSION = 14.18.2
>  NODEJS_SOURCE = node-v$(NODEJS_VERSION).tar.xz
>  NODEJS_SITE = http://nodejs.org/dist/v$(NODEJS_VERSION)
>  NODEJS_DEPENDENCIES = host-qemu host-python3 host-nodejs c-ares \
> -- 
> 2.33.0
> 
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/1] package/nodejs: bump to version 14.18.2
  2021-12-31 10:07 [Buildroot] [PATCH 1/1] package/nodejs: bump to version 14.18.2 Fabrice Fontaine
  2021-12-31 23:40 ` James Hilliard
  2022-01-01 10:28 ` Yann E. MORIN
@ 2022-01-26 14:40 ` Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2022-01-26 14:40 UTC (permalink / raw)
  To: Fabrice Fontaine; +Cc: Martin Bark, Daniel Price, buildroot

>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

 > This bump will fix the following build failure raised since bump of
 > python3 to version 3.10.1 in commit
 > 25b1fc2898d68ddf2674b14c738045875fc5a2dc:

 > Please use python3.9 or python3.8 or python3.7 or python3.6 or python3.5 or python2.7.
 > 	/usr/bin/python3.7 ./configure
 > 	/usr/bin/python3.5 ./configure
 > 	/home/peko/autobuild/instance-1/output-1/host/bin/python2.7 ./configure
 > Node.js configure: Found Python 3.10.1...

 > https://github.com/nodejs/node/releases/tag/v14.18.2

 > Fixes:
 >  - http://autobuild.buildroot.org/results/9e2ebb9c3681ec0485eaa042fa838c8ee62f649b

 > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Committed to 2021.11.x, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2022-01-26 14:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-31 10:07 [Buildroot] [PATCH 1/1] package/nodejs: bump to version 14.18.2 Fabrice Fontaine
2021-12-31 23:40 ` James Hilliard
2022-01-01 10:28 ` Yann E. MORIN
2022-01-26 14:40 ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.