From 015b03caf2d35322bb72d88b7d1555d7e13be538 Mon Sep 17 00:00:00 2001 From: Owen Rafferty Date: Mon, 14 Nov 2022 11:27:01 -0600 Subject: [PATCH] nodejs: 19.1.0 --- extra/nodejs/build | 2 -- extra/nodejs/checksums | 3 +-- extra/nodejs/patches/python-3.11.patch | 21 --------------------- extra/nodejs/sources | 1 - extra/nodejs/version | 2 +- 5 files changed, 2 insertions(+), 27 deletions(-) delete mode 100644 extra/nodejs/patches/python-3.11.patch diff --git a/extra/nodejs/build b/extra/nodejs/build index fa780701..dc13b6bb 100755 --- a/extra/nodejs/build +++ b/extra/nodejs/build @@ -1,7 +1,5 @@ #!/bin/sh -e -patch -p1 < python-3.11.patch - # Fix build when libatomic.so does not exist in the system. # This may be provided by compiler-rt which requires no additional # linker flags to be used. diff --git a/extra/nodejs/checksums b/extra/nodejs/checksums index 13a55b90..f525eb19 100644 --- a/extra/nodejs/checksums +++ b/extra/nodejs/checksums @@ -1,2 +1 @@ -ece5c28ceb4763f5e7f276f8c9251b3621e1fa6e45c942e757c4d151f8bf016d -291dc623a8f9cd3e7a9bebb039ad2bd5a0ccaa269c6f1c515ee5bcfd2fc49097 +4ea9ba1f992815fb823b022a62b61f536121f970fe88c6395c7e3af4e9cf46a0 diff --git a/extra/nodejs/patches/python-3.11.patch b/extra/nodejs/patches/python-3.11.patch deleted file mode 100644 index 3cb41769..00000000 --- a/extra/nodejs/patches/python-3.11.patch +++ /dev/null @@ -1,21 +0,0 @@ -diff --git a/configure b/configure -index 6ef2da2..fefb313 100755 ---- a/configure -+++ b/configure -@@ -4,6 +4,7 @@ - # Note that the mix of single and double quotes is intentional, - # as is the fact that the ] goes on a new line. - _=[ 'exec' '/bin/sh' '-c' ''' -+command -v python3.11 >/dev/null && exec python3.11 "$0" "$@" - command -v python3.10 >/dev/null && exec python3.10 "$0" "$@" - command -v python3.9 >/dev/null && exec python3.9 "$0" "$@" - command -v python3.8 >/dev/null && exec python3.8 "$0" "$@" -@@ -22,7 +23,7 @@ except ImportError: - from distutils.spawn import find_executable as which - - print('Node.js configure: Found Python {}.{}.{}...'.format(*sys.version_info)) --acceptable_pythons = ((3, 10), (3, 9), (3, 8), (3, 7), (3, 6)) -+acceptable_pythons = ((3, 11), (3, 10), (3, 9), (3, 8), (3, 7), (3, 6)) - if sys.version_info[:2] in acceptable_pythons: - import configure - else: diff --git a/extra/nodejs/sources b/extra/nodejs/sources index 14d42529..b812f1d0 100644 --- a/extra/nodejs/sources +++ b/extra/nodejs/sources @@ -1,2 +1 @@ https://nodejs.org/download/release/vVERSION/node-vVERSION.tar.xz -patches/python-3.11.patch diff --git a/extra/nodejs/version b/extra/nodejs/version index e4e77937..119d7b4b 100644 --- a/extra/nodejs/version +++ b/extra/nodejs/version @@ -1 +1 @@ -19.0.1 1 +19.1.0 1