nodejs ver. bump
This commit is contained in:
@@ -17,8 +17,11 @@ shelltools.export("JOBS", get.makeJOBS().replace("-j5", "-j2"))
|
|||||||
|
|
||||||
def setup():
|
def setup():
|
||||||
autotools.rawConfigure("--prefix=/usr \
|
autotools.rawConfigure("--prefix=/usr \
|
||||||
--with-intl=system-icu \
|
--shared-libuv \
|
||||||
--shared-openssl")
|
--shared-openssl \
|
||||||
|
--shared-nghttp2 \
|
||||||
|
--shared-zlib \
|
||||||
|
--with-intl=system-icu")
|
||||||
|
|
||||||
def build():
|
def build():
|
||||||
autotools.make()
|
autotools.make()
|
||||||
|
|||||||
@@ -13,10 +13,13 @@
|
|||||||
<IsA>app:console</IsA>
|
<IsA>app:console</IsA>
|
||||||
<Summary>Evented I/O for V8 javascript</Summary>
|
<Summary>Evented I/O for V8 javascript</Summary>
|
||||||
<Description>Node.js is an open-source, cross-platform, JavaScript runtime environment. It executes JavaScript code outside of a browser.</Description>
|
<Description>Node.js is an open-source, cross-platform, JavaScript runtime environment. It executes JavaScript code outside of a browser.</Description>
|
||||||
<Archive sha1sum="c91c65f1957ffd2ae8d4e2fb5b7aa9851d40d801" type="tarxz">https://nodejs.org/dist/v15.10.0/node-v15.10.0.tar.xz</Archive>
|
<Archive sha1sum="87f9a9fc885da59367bae97cc197abe069a02c36" type="tarxz">https://nodejs.org/dist/v16.4.2/node-v16.4.2.tar.xz</Archive>
|
||||||
<BuildDependencies>
|
<BuildDependencies>
|
||||||
<Dependency>openssl-devel</Dependency>
|
|
||||||
<Dependency>icu4c-devel</Dependency>
|
<Dependency>icu4c-devel</Dependency>
|
||||||
|
<Dependency>libuv-devel</Dependency>
|
||||||
|
<Dependency>openssl-devel</Dependency>
|
||||||
|
<Dependency>python3-devel</Dependency>
|
||||||
|
<Dependency>libnghttp2-devel</Dependency>
|
||||||
</BuildDependencies>
|
</BuildDependencies>
|
||||||
<Patches>
|
<Patches>
|
||||||
<!--<Patch level="1">nodejs-v8-icu59.patch</Patch> -->
|
<!--<Patch level="1">nodejs-v8-icu59.patch</Patch> -->
|
||||||
@@ -27,9 +30,12 @@
|
|||||||
<Name>nodejs</Name>
|
<Name>nodejs</Name>
|
||||||
<Summary>Node.js JavaScript runtime</Summary>
|
<Summary>Node.js JavaScript runtime</Summary>
|
||||||
<RuntimeDependencies>
|
<RuntimeDependencies>
|
||||||
<Dependency>openssl</Dependency>
|
|
||||||
<Dependency>libgcc</Dependency>
|
|
||||||
<Dependency>icu4c</Dependency>
|
<Dependency>icu4c</Dependency>
|
||||||
|
<Dependency>zlib</Dependency>
|
||||||
|
<!-- <Dependency>libuv</Dependency> -->
|
||||||
|
<Dependency>libgcc</Dependency>
|
||||||
|
<Dependency>openssl</Dependency>
|
||||||
|
<Dependency>libnghttp2</Dependency>
|
||||||
</RuntimeDependencies>
|
</RuntimeDependencies>
|
||||||
<Files>
|
<Files>
|
||||||
<Path fileType="data">/usr/lib/node_modules</Path>
|
<Path fileType="data">/usr/lib/node_modules</Path>
|
||||||
@@ -42,6 +48,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="9">
|
||||||
|
<Date>2021-07-09</Date>
|
||||||
|
<Version>16.4.2</Version>
|
||||||
|
<Comment>Version bump.</Comment>
|
||||||
|
<Name>Mustafa Cinasal</Name>
|
||||||
|
<Email>muscnsl@gmail.com</Email>
|
||||||
|
</Update>
|
||||||
<Update release="8">
|
<Update release="8">
|
||||||
<Date>2021-02-27</Date>
|
<Date>2021-02-27</Date>
|
||||||
<Version>15.10.0</Version>
|
<Version>15.10.0</Version>
|
||||||
|
|||||||
Reference in New Issue
Block a user