This contains security fix for one of OpenSSL security vulnerability.
Although we aren't affected by this since we are using shared openssl,
which is already up to date. But still, let's make sure Repology and
other security tracking websites don't list nodejs as vulnerable
:)
* nodejs,nodejs-lts: npm: set `foreground-scripts` to true on postinstall
* emscripten: fix npm Exit Handler problem
* Commit suggestions by @truboxl
%ci:no-build
Co-authored-by: Jia Yuan Lo <jylo06g@gmail.com>
Co-authored-by: Jia Yuan Lo <jylo06g@gmail.com>
* libicu: Bump to 70.1
* Revbump for packages dependent on libicu
* samba: Bump to 4.14.9
Samba old version tarball removed from website. Newer 4.15.1 is available but needs some experienced user to test and compile, lets leave it for now and dont block libicu upgrade
* php: Fix builds with libicu 70.1
* php: Fix libgd constants
* nodejs,nodejs-lts: Rebuild after libicu upgrade
Other changes done:
- Removed `no-android-log.patch` since Node.js uses GYP and not GN to
build itself. This patch must be having no effect at all
- Added patch to force `V8_TRAP_HANDLER_SUPPORTED` to always false which
fixes builds for x86_64 which started reproducing even on aarch64
- Removed `x86_64` as blacklisted arch
We are passing flags to `configure.py` in order to tell the nodejs build
toolchain to use shared libraries. The toolchain seems to mistakenly
also try use shared libraries for host build, but it does not add
respective linker flags (For example `-lz` for zlib). This commit
hardcodes these flags to be always passed to linker by setting linker to
linker + LDFLAGS of shared libraries
In issue https://github.com/termux/termux-packages/issues/6160 I have found
that community repo "its-pointless.github.io" specifies us as maintainer
for its packages. This is NOT TRUE and potentially misleads people using
these packages.
Now TERMUX_PKG_MAINTAINER will contain a default value which is neutral
and not specify maintainer. So all packages now have to override it to
the correct value.
[skip ci]
%ci:no-build