Leonid Plyushch
9d4396904c
nodejs: avoid FICLONE ioctl
Issue https://github.com/termux/termux-packages/issues/4664 .
19824 ioctl(29, BTRFS_IOC_CLONE or FICLONE, 34 <unfinished ...>
19823 fstat64(30, <unfinished ...>
19822 write(16, "\1\0\0\0\0\0\0\0", 8 <unfinished ...>
19821 close(31 <unfinished ...>
19804 <... epoll_pwait resumed>[{EPOLLIN, {u32=16, u64=16}}], 1024, 867, NULL, 8) = 1
19824 <... ioctl resumed>) = -1 EACCES (Permission denied)
5 years ago
Leonid Plyushch
46ba955a04
Revert nodejs update to 13.1.0
Delaying update since it generates a lot of undefined reference compile-time errors.
5 years ago
Leonid Plyushch
d4ccc861cc
nodejs: remove configure.py.patch
5 years ago
Leonid Plyushch
99b00529cd
nodejs: update to 13.1.0
5 years ago
Fredrik Fornwall
5ebc4d0902
nodejs: Update from 12.12.0 to 13.0.0
5 years ago
Fredrik Fornwall
542c800bb9
nodejs: Update from 12.11.1 to 12.12.0
5 years ago
Fredrik Fornwall
b4adb9a799
nodejs: Update from 12.10.0 to 12.11.1
5 years ago
Leonid Plyushch
967749e843
nodejs: prevent calling setgroups(), setuid(), setgid()
These syscalls are blocked by seccomp.
5 years ago
Fredrik Fornwall
e8bde08092
nodejs: Update from 12.9.1 to 12.10.0
5 years ago
Fredrik Fornwall
392edd8c16
nodejs: Update from 12.9.0 to 12.9.1
5 years ago
Fredrik Fornwall
b612bedca8
nodejs: Update from 12.4.0 to 12.9.0
5 years ago
Leonid Plyushch
d111f5bf74
packages: standardize values of several control variables for build.sh
Variables
TERMUX_PKG_PLATFORM_INDEPENDENT
TERMUX_DEBUG
TERMUX_PKG_HAS_DEBUG
TERMUX_PKG_ESSENTIAL
TERMUX_SUBPKG_ESSENTIAL
TERMUX_PKG_NO_STATICSPLIT
TERMUX_PKG_BUILD_IN_SRC
TERMUX_PKG_FORCE_CMAKE
TERMUX_PKG_HOSTBUILD
should not accept arbitrary values for marking them "enabled". Instead
they should accept boolean values which makes them easier to handle and
also makes their meaning clear.
build-package.sh should make decision based on variable's value but not on
whether it is set or empty.
%ci:no-build
5 years ago
Leonid Plyushch
21b96d3b41
no more develsplit + provide static libraries as separate package
%ci:no-build
6 years ago
Leonid Plyushch
e2ac3ec7cb
nodejs: fix typo in patch name
5 years ago
Leonid Plyushch
31b69f0654
nodejs: bump revision
6 years ago
Leonid Plyushch
0113f409c0
nodejs: update to 12.4.0
6 years ago
Leonid Plyushch
0c6302b0d4
nodejs: attempt to fix "multiple definitions" error
6 years ago
Leonid Plyushch
5ef206ec04
nodejs: remove unneeded patch
Seems fixed in source so removing patch.
6 years ago
Leonid Plyushch
4c944ab8d1
nodejs: updated to 12.3.1
6 years ago
Fredrik Fornwall
122cd0fac7
nodejs: Update from 12.1.0 to 12.2.0
6 years ago
Fredrik Fornwall
5955d9611d
nodejs: Update from 11.14.0 to 12.1.0
6 years ago
Leonid Plyushch
2b6a5d7b5f
nodejs: link with shared zlib
6 years ago
Fredrik Fornwall
34d2c67281
nodejs: Update from 11.13.0 to 11.14.0
6 years ago
Henrik Grimler
a75b2c7638
nodejs: avoid using __NR_statx
See https://github.com/termux/termux-packages/issues/3608
6 years ago
Fredrik Fornwall
71b9f0ec9b
libicu: Update from 63.1 to 64.1
6 years ago
Fredrik Fornwall
93b4688960
nodejs: Update from 11.10.1 to 11.12.0
6 years ago
Fredrik Fornwall
31a86fdfde
nodejs: Update from 11.10.0 to 11.10.1
6 years ago
Leonid Plyushch
5871ed7b26
bump C++ packages for NDK-19
6 years ago
Fredrik Fornwall
3bd1f80a56
nodejs: Update from 11.9.0 to 11.10.0
6 years ago
Wetitpig
78b944ba05
Improve formatting of parantheses for functions
6 years ago
Fredrik Fornwall
5b60f05345
nodejs: Update from 11.8.0 to 11.9.0
6 years ago
Fredrik Fornwall
80ac86fe78
nodejs: Update from 11.7.0 to 11.8.0
6 years ago
Leonid Plyushch
037bcf9566
add licenses for more packages
6 years ago
Fredrik Fornwall
e2f2d244c1
nodejs: Enable inspector
6 years ago
Fredrik Fornwall
674ef0d8a1
nodejs: Add missing comment
6 years ago
Fredrik Fornwall
4cd476f73c
nodejs: Update from 11.5.0 to 11.6.0
6 years ago
Fredrik Fornwall
89999bb784
nodejs: Update from 11.4.0 to 11.5.0
6 years ago
Fredrik Fornwall
1cdc912c80
nodejs: Update from 11.3.0 to 11.4.0
6 years ago
Fredrik Fornwall
78891f8250
nodejs: Update from 11.2.0 to 11.3.0
6 years ago
Fredrik Fornwall
162cc93eed
nodejs: Use included zlib
See https://github.com/termux/termux-packages/issues/2922
6 years ago
Fredrik Fornwall
a9091ecb36
nodejs: Update from 11.1.0 to 11.2.0
6 years ago
Fredrik Fornwall
da0658ccc3
nodejs: Update from 11.0.0 to 11.1.0
6 years ago
Fredrik Fornwall
a083a91a6f
nodejs: Update from 10.12.0 to 11.0.0
6 years ago
Fredrik Fornwall
b3e9faeb76
libicu: Update from 62.1 to 63.1
6 years ago
Fredrik Fornwall
47298eddd3
nodejs: Update from 10.11.0 to 10.12.0
6 years ago
Fredrik Fornwall
0f1a7efc8a
nodejs: Update from 10.10.0 to 10.11.0
6 years ago
Fredrik Fornwall
77e573699c
nodejs-lts: Add back a node LTS package
6 years ago
Fredrik Fornwall
9612920ab5
nodejs: Build with system libicu ( fixes #2210 )
6 years ago
Fredrik Fornwall
5b08d52e19
nodejs: Just keep a single current package
Drop the LTS version of node.js for now and keep only a single current
node package.
6 years ago
Fredrik Fornwall
540102f2eb
openssl: Update from 1.0.2 to 1.1.1 ( #2775 )
6 years ago