Commit Graph

14697 Commits

Author SHA1 Message Date
Yaksh Bariya 1d929353e3
nodejs: Fix uv.gyp to also compile epoll.c
This patch also needs to be sent upstream. The nodejs team has done this
for linux but somehow didn't do it for android
2021-09-14 06:58:42 +05:30
Yaksh Bariya 9057a7a37f
nodejs: Do not build embedtest 2021-09-14 06:58:42 +05:30
Yaksh Bariya a4fd54c600
Fix nameser include 2021-09-14 06:58:41 +05:30
Yaksh Bariya d6dcb8dc77
nodejs: Bump to 16.9.1 2021-09-14 06:58:41 +05:30
Yaksh Bariya 8979636e7e
nodejs: Remove x86_64 as blacklisted arch 2021-09-14 06:58:41 +05:30
Yaksh Bariya dddd5b0a9b
nodejs: Hardcode linker flags for shared libraries
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
2021-09-14 06:58:41 +05:30
Termux Github Actions bc0f056a38 chezmoi: update to 2.4.0
This commit has been automatically submitted by Github Actions.
2021-09-13 18:11:53 +00:00
Oskar 8a780c7c7e
golang: upgrade to 1.17.1 (#7416) 2021-09-13 17:50:02 +01:00
Lucy Phipps 17e7edd002 bison: fix gnulib 2021-09-13 17:46:28 +01:00
Wetitpig 71a4cb3b61 bison: update to 3.8.1 2021-09-13 17:46:28 +01:00
Wetitpig 3f5e9aef51 kotlin: update to 1.5.30 2021-09-13 17:45:43 +01:00
Wetitpig b1c217119b groovy: update to 3.0.9 2021-09-13 17:43:18 +01:00
Wetitpig b991c0db71 doxygen: update to 1.9.2 2021-09-13 16:58:24 +01:00
Wetitpig 29dd10575b libjpeg-turbo: update to 2.1.1 2021-09-13 16:52:53 +01:00
Lucy Phipps bae60e5517
less: update to 590, use pcre2 2021-09-13 16:46:25 +01:00
Lucy Phipps 35c7c3f698
dash: update to 0.5.11.5 2021-09-13 16:45:53 +01:00
Lucinda May Phipps 11fa944e15
imagemagick: update to 7.1.0.7 2021-09-13 08:22:56 +01:00
Termux Github Actions a75a141ca0 libass: update to 0.15.2
This commit has been automatically submitted by Github Actions.
2021-09-13 00:18:28 +00:00
Termux Github Actions 7fce536526 libgd: update to 2.3.3
This commit has been automatically submitted by Github Actions.
2021-09-12 18:23:32 +00:00
Termux Github Actions 1028b45b7e libexif: update to 0.6.23
This commit has been automatically submitted by Github Actions.
2021-09-12 18:22:41 +00:00
Termux Github Actions 643e6648a1 gping: update to 1.2.5
This commit has been automatically submitted by Github Actions.
2021-09-12 18:20:37 +00:00
Leonid Pliushch c94a719c73
proot-distro: update to 2.5.0 2021-09-12 21:18:57 +03:00
Henrik Grimler 9b9d1d3e8b
ncurses: add alacritty terminfo
Fixes https://github.com/termux/termux-packages/issues/7511
2021-09-12 10:32:44 +02:00
Termux Github Actions 2ac2f09d88 ccache: update to 4.4.1
This commit has been automatically submitted by Github Actions.
2021-09-11 12:10:30 +00:00
Lucinda May Phipps 552bea2c14
imagemagick: update to 7.1.0.6 2021-09-11 13:01:16 +01:00
Henrik Grimler 8221baaeb0
termux-keyring: update grimler's key with more signatures 2021-09-11 09:49:20 +02:00
Lucy Phipps 007c5605b0
openssh: update misc_c.patch 2021-09-11 06:24:16 +01:00
Lucinda May Phipps ac411310eb
openssh: update to 8.7p1 2021-09-11 06:01:10 +01:00
Leonid Pliushch 2530c79231
termux-keyring: update xeffyr.gpg
Key is not changed. Imported new signatures.
2021-09-11 00:11:19 +03:00
tcely 5e7a8ec9fe
openssh: make using other agents easier (#7494) 2021-09-10 23:23:37 +03:00
tcely 2dbdbd23f3
openssh: add scpa wrapper (#7492) 2021-09-10 23:19:48 +03:00
Leonid Pliushch 4e4c9f0c83
new package: uthash 2021-09-10 21:42:35 +03:00
Termux Github Actions d97fd74b93 binaryen: update to 102
This commit has been automatically submitted by Github Actions.
2021-09-10 18:21:52 +00:00
Leonid Pliushch 2c36fb5284
Merge pull request #7440 from termux/pacman-format
Introduce build-package.sh option "--format" which allows to select package output format between debian (default) and pacman. This also introduces a change to default package output directory, now it is named "./output" instead of "./debs".

Repositories using termux-packages as submodule should adjust their GitHub Actions workflows to fix name of package output dir.

This pull request does not add pacman package manager. Also there no support of libalpm hooks (analog of dpkg triggers).
2021-09-10 20:12:36 +03:00
Leonid Pliushch 9608af5a38
update debscripts for compatibility with pacman format 2021-09-10 19:55:32 +03:00
Leonid Pliushch 6a54b19a37
github actions: explicitly set output directory
Maintain compatibility after changing default output dir to ./output
2021-09-10 19:55:32 +03:00
Leonid Pliushch 07852c874b
build-package.sh: allow to select package formats between debian and pacman 2021-09-10 19:55:28 +03:00
Leonid Pliushch 47ffead055
github actions: ignore errors when adding deb files to aptly pool
This should be safe. But if there real error occur, CI may finish with
false "success" status and we will not know about the happened issue.
2021-09-10 19:05:22 +03:00
Lucy Phipps c3be5d85a0
termux-keyring: mark as essential 2021-09-10 17:04:58 +01:00
Lucy Phipps d00376c914
termux-keyring: add my key 2021-09-10 16:53:26 +01:00
Lucinda May Phipps fd024e47b7
termux-tools: remove unused "revison"
%ci:no-build
2021-09-10 12:28:16 +01:00
Butta d83fd5b384 swift: update from 5.4.2 to 5.4.3 2021-09-10 15:20:16 +05:30
Henrik Grimler 5735dc6012
termux-tools: bump so that package is built 2021-09-10 09:02:13 +02:00
Jeeva 2b4b7c770e mbedtls: update to 3.0.0 2021-09-10 11:49:16 +05:30
agnostic-apollo b631a09cda
Merge pull request #7493 from agnostic-apollo/change-banner-for-playstore-builds
Bump termux-tools to 0.135
2021-09-10 06:28:57 +05:00
agnostic-apollo b6a9dd1524 Bump termux-tools to 0.135 2021-09-10 06:25:27 +05:00
Termux Github Actions ea489e5fe0 libjansson: update to 2.14
This commit has been automatically submitted by Github Actions.
2021-09-10 00:22:20 +00:00
Termux Github Actions c5c9692785 exiv2: update to 0.27.5-RC2
This commit has been automatically submitted by Github Actions.
2021-09-10 00:20:10 +00:00
Termux Github Actions 05619dcb9f flyctl: update to 0.0.238
This commit has been automatically submitted by Github Actions.
2021-09-09 18:14:02 +00:00
Yonle 80dd78103d
new package: chafa (#7491) 2021-09-09 14:50:20 +03:00