summaryrefslogtreecommitdiff
path: root/nodejs
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2022-09-25 12:24:50 +0200
committerTim Biermann <tbier@posteo.de>2022-09-25 12:24:50 +0200
commit4e9a26b7d2b25b676706aaf939b51d1781437762 (patch)
treeea54a6c9fcc958d0218963a86b316d45e1a622bd /nodejs
parent4bdc05eebd9aca02a1729ed1538da4ab9c29b15e (diff)
downloadopt-4e9a26b7d2b25b676706aaf939b51d1781437762.tar.gz
opt-4e9a26b7d2b25b676706aaf939b51d1781437762.tar.xz
nodejs: 18.9.0 -> 18.9.1
Diffstat (limited to 'nodejs')
-rw-r--r--nodejs/.signature6
-rw-r--r--nodejs/Pkgfile5
2 files changed, 6 insertions, 5 deletions
diff --git a/nodejs/.signature b/nodejs/.signature
index 16a23321a..8685c6609 100644
--- a/nodejs/.signature
+++ b/nodejs/.signature
@@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/opt.pub
-RWSE3ohX2g5d/XqI4iYtDdr0RjmIYaeVT36xfhz3dEr4UL5v72++m3M6HS/Z43U6fHWrqrXxeG3+xPrXgZ3V1ycdt9MJq17P1w8=
-SHA256 (Pkgfile) = 974c2cbdbe651526d1c3aa4e3223d6d31d3c0fe8161471853a485b8ea504e791
+RWSE3ohX2g5d/cH8eotIjZCUxvDIhJ3Zzf9tgmXCAmrxHRGcPH++nqKBbdZ5Z21BFtRN8zdCZU7TcLzsCNz+cOTndY73MtZhego=
+SHA256 (Pkgfile) = 4a797b2aefce4b0ab1362716d9acedba52a6c34c994724a8582c912392a84adb
SHA256 (.footprint) = 42fb4509ab2ef12ca3420f757bf3e46a4c28aee2b46d13589bdcec19a5413861
-SHA256 (node-v18.9.0.tar.xz) = c75cc89afead976791900accde02a7b1e7e762702f0f6fa68eaacb01984d9654
+SHA256 (node-v18.9.1.tar.xz) = f381963d43568ba699915c88629dc6da4a1963804dcd37b2e6e1d10d923dd5d9
SHA256 (system-c-ares.patch) = 1ab0f849fe4fae2d295b6c60c12825d5f2c29f5b28b721916d1b550704b0f5f3
diff --git a/nodejs/Pkgfile b/nodejs/Pkgfile
index 8851f0675..b7602623a 100644
--- a/nodejs/Pkgfile
+++ b/nodejs/Pkgfile
@@ -5,7 +5,7 @@
# Optional: brotli c-ares icu nghttp2-libs ninja
name=nodejs
-version=18.9.0
+version=18.9.1
release=1
source=(https://nodejs.org/dist/v$version/node-v$version.tar.xz
system-c-ares.patch)
@@ -25,7 +25,8 @@ build() {
--without-npm \
--shared-libuv \
--shared-zlib \
- --shared-openssl
+ --shared-openssl \
+ --enable-lto
make
make DESTDIR=$PKG install

Generated by cgit