Skip to content

Commit

Permalink
node 18: update to 18.20.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hyvanix committed Apr 19, 2024
1 parent 80414ca commit 93b5f84
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 14 deletions.
2 changes: 1 addition & 1 deletion build/nodejs/build-18.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
. ../../lib/build.sh

PROG=node
VER=18.19.1
VER=18.20.2
PKG=ooce/runtime/node-18
SUMMARY="Node.js is an evented I/O framework for the V8 JavaScript engine."
DESC="Node.js is an evented I/O framework for the V8 JavaScript engine. "
Expand Down
27 changes: 15 additions & 12 deletions build/nodejs/patches-18/python-3.12.patch
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
diff -wpruN --no-dereference '--exclude=*.orig' a~/configure a/configure
--- a~/configure 1970-01-01 00:00:00
+++ a/configure 1970-01-01 00:00:00
@@ -23,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, 11), (3, 10), (3, 9), (3, 8), (3, 7), (3, 6))
+acceptable_pythons = ((3, 12), (3, 11), (3, 10), (3, 9), (3, 8), (3, 7), (3, 6))
if sys.version_info[:2] in acceptable_pythons:
import configure
else:
diff -wpruN --no-dereference '--exclude=*.orig' a~/configure.rej a/configure.rej
--- a~/configure.rej 1970-01-01 00:00:00
+++ a/configure.rej 1970-01-01 00:00:00
@@ -0,0 +1,11 @@
+--- configure 1970-01-01 00:00:00
++++ configure 1970-01-01 00:00:00
+@@ -23,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, 11), (3, 10), (3, 9), (3, 8), (3, 7), (3, 6))
++acceptable_pythons = ((3, 12), (3, 11), (3, 10), (3, 9), (3, 8), (3, 7), (3, 6))
+ if sys.version_info[:2] in acceptable_pythons:
+ import configure
+ else:
2 changes: 1 addition & 1 deletion doc/packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
| ooce/runtime/gnu-smalltalk | 3.2.5 | https://ftp.gnu.org/gnu/smalltalk/ | [omniosorg](https://github.com/omniosorg)
| ooce/runtime/groovy-30 | 3.0.21 | https://groovy.apache.org/download.html | [omniosorg](https://github.com/omniosorg)
| ooce/runtime/groovy-40 | 4.0.21 | https://groovy.apache.org/download.html | [omniosorg](https://github.com/omniosorg)
| ooce/runtime/node-18 | 18.19.1 | https://nodejs.org/download/release/index.json https://nodejs.org/en/download/ | [omniosorg](https://github.com/omniosorg)
| ooce/runtime/node-18 | 18.20.2 | https://nodejs.org/download/release/index.json https://nodejs.org/en/download/ | [omniosorg](https://github.com/omniosorg)
| ooce/runtime/node-20 | 20.12.2 | https://nodejs.org/download/release/index.json https://nodejs.org/en/download/ | [omniosorg](https://github.com/omniosorg)
| ooce/runtime/ruby-30 | 3.0.6 | https://www.ruby-lang.org/en/downloads/ | [omniosorg](https://github.com/omniosorg)
| ooce/runtime/ruby-31 | 3.1.4 | https://www.ruby-lang.org/en/downloads/ | [omniosorg](https://github.com/omniosorg)
Expand Down

0 comments on commit 93b5f84

Please sign in to comment.