Commit Graph

14189 Commits

Author SHA1 Message Date
Leonid Pliushch 147d532041
readme: reorder badges 2021-08-01 13:08:13 +03:00
marcusz d8345dbe8e
readme: add discord badge link (#7225) 2021-08-01 13:05:51 +03:00
Leonid Pliushch 72f4f27b14
openjdk-17: link with libandroid-shmem and libandroid-spawn
Note: it is unknown whether these libraries actually needed during runtime.
Utilities are working fine without linking with these libraries. However
there are chances that certain Java functions may require spawn and shmem
functionality. I'm considering them as runtime dependencies because their
headers are required during compilation.
2021-08-01 12:42:16 +03:00
Leonid Pliushch bdf1a73dd8
openjdk-17: omit DT_RUNPATH, move soft dependencies to suggests
Do not set DT_RUNPATH for OpenJDK binaries to prevent conflicts between
internal libs with present in $TERMUX_PREFIX/lib, specifically libnet.so

cups, x11 and others are not hard dependencies and shouldn't be necessary
in most cases. Move them to suggests .deb package metadata.
2021-08-01 12:37:34 +03:00
Martin Kinkelin bcd458bead LDC: Skip building compiler-rt memory profiling runtime
To prevent the `interception` library from being compiled, which hits a
static assert failure for both 32-bit ARM and i686 targets.
2021-08-01 01:01:10 +03:00
Martin Kinkelin 94e092df99 LDC: Add libunwind src
As workaround for https://bugs.llvm.org/show_bug.cgi?id=49228.
2021-08-01 01:01:10 +03:00
Martin Kinkelin 51cb37b683 LDC: Upgrade to v1.27.0 2021-08-01 01:01:10 +03:00
Termux Github Actions b6eeb9595b chezmoi: update to 2.1.3
This commit has been automatically submitted by Github Actions.
2021-07-31 18:22:40 +00:00
Leonid Pliushch a1e15c0d98
proot-distro: update to 1.9.0 2021-07-31 20:24:45 +03:00
Leonid Pliushch 1a60935480
update CONTRIBUTING.md 2021-07-31 18:36:43 +03:00
Leonid Pliushch 191c273818
Revert "proton-bridge: update to 1.8.7"
Needs fix.

This reverts commit 68aab573c1.
2021-07-31 15:50:16 +03:00
Leonid Pliushch 68aab573c1
proton-bridge: update to 1.8.7 2021-07-31 11:48:42 +03:00
Termux Github Actions 5c60dcc725 cavif-rs: update to 1.3.1
This commit has been automatically submitted by Github Actions.
2021-07-31 00:56:26 +00:00
Termux Github Actions d03f207304 hydroxide: update to 0.2.20
This commit has been automatically submitted by Github Actions.
2021-07-30 18:25:26 +00:00
Leonid Pliushch 9163bdc7f8
d8: create wrapper for r8 and specify main class in d8 2021-07-30 21:23:45 +03:00
Leonid Pliushch 89533a0ec0
d8: fix wrapper permissions 2021-07-30 18:55:05 +03:00
Leonid Pliushch c5bb55c23d
apksigner: fix wrapper permissions 2021-07-30 18:53:56 +03:00
Leonid Pliushch ea6e15ff2a
openjdk-17: try server variant for arm 2021-07-30 18:29:20 +03:00
Leonid Pliushch fea2a2730f
github actions: add newline after curl output 2021-07-30 18:20:26 +03:00
Leonid Pliushch a47d342818
coreutils: date: don't fail with 'Bad system call' on settime
Notify user that only root can modify system time.
2021-07-30 18:09:19 +03:00
Leonid Pliushch f7045ad7c5
github actions: ignore timeout when publishing repo changes 2021-07-30 18:07:10 +03:00
Laurent le Beau-Martin 2c8431fefb
exa: install shell completion (#7212) 2021-07-30 17:17:32 +03:00
Leonid Pliushch fb62392abb
disabled packages: delete javac 2021-07-30 17:15:02 +03:00
Leonid Pliushch 4f6cb9b402
disabled packages: delete d8 2021-07-30 17:14:19 +03:00
Leonid Pliushch 9a387d7d24
new package: d8 2021-07-30 17:13:40 +03:00
Leonid Pliushch e619191b36
Revert "add old variant of apksigner"
Old variant of apksigner is no longer needed.

This reverts commit 4b763b8140.
2021-07-30 17:09:10 +03:00
Leonid Pliushch a626b10a21
apksigner: use openjdk 2021-07-30 17:08:07 +03:00
Leonid Pliushch f860bc27e8
new package: kotlin 2021-07-30 17:01:25 +03:00
Leonid Pliushch f57980b343
openjdk-17: provide JAVA_HOME 2021-07-30 17:00:43 +03:00
Leonid Pliushch ad4b0fb76f
disabled packages: delete openjdk-9-jre-headless
Replaced by openjdk-17
2021-07-30 16:18:54 +03:00
Termux Github Actions 1758cb1578 hugo: update to 0.86.1
This commit has been automatically submitted by Github Actions.
2021-07-30 12:40:32 +00:00
Leonid Pliushch da13243aa0
openjdk-17: use dlopen
android_mallopt seems not availabke in API 24 libc
2021-07-30 15:25:12 +03:00
Lucy Phipps 4ad7c66215
openjdk17: fix typo in android11.patch 2021-07-30 12:26:43 +01:00
Leonid Pliushch 23b82b8e3b
openjdk-17: include stdbool.h 2021-07-30 13:29:54 +03:00
Leonid Pliushch 0d5011e34a
openjdk-17: try disable tagging 2021-07-30 12:33:56 +03:00
Leonid Pliushch ddf9dc680d
openjdk-17: remove android11.patch as it doesn't work
Perhaps issue is rather tagged pointers than fdsan.
2021-07-30 12:09:12 +03:00
Leonid Pliushch 26ca235a5d
openjdk-17: another attempt to fix android 11 2021-07-30 10:11:20 +03:00
Leonid Pliushch 27999fd457
Merge pull request #7208 from termux/openjdk
new package: openjdk-17
2021-07-30 09:03:42 +03:00
Leonid Pliushch 7d14fcd6e4
openjdk-17: patches to disable fdsan on android 11 2021-07-30 02:15:18 +03:00
Leonid Pliushch bfbbce0bbc
new package: openjdk-17 2021-07-30 01:44:41 +03:00
Leonid Pliushch c6bead3a16
Revert "new package: openjdk-17"
This reverts commit 3660248f29.
2021-07-30 00:16:40 +03:00
Leonid Pliushch 3660248f29
new package: openjdk-17
Testing.

Pull request CI jobs fail for some reason, however I can't reproduce issue
with local builds. Maybe this will not fail, otherwise will revert this
commit.
2021-07-29 23:52:46 +03:00
Leonid Pliushch c9e846c800
Merge pull request #7210 from craigcomstock/cfengine-3.18.0
cfengine: update to 3.18.0
2021-07-29 23:02:35 +03:00
Leonid Pliushch f886f94fd9
Merge pull request #7209 from thunder-coding/package-updates-ch2
Package Updates Chapter 2
2021-07-29 23:01:46 +03:00
Leonid Pliushch 51866303ed
build-package.sh: run termux-elf-cleaner for ./opt 2021-07-29 22:38:21 +03:00
Craig Comstock 60a8cb2290
cfengine: update to 3.18.0 2021-07-29 12:00:52 -05:00
Yaksh Bariya 81cd7cac4a
libdav1d: update to 0.9.1 2021-07-29 20:56:32 +05:30
Leonid Pliushch 746bb00a36
setup-android-sdk.sh: specify java installation 2021-07-29 17:03:18 +03:00
Leonid Pliushch b44048eb35
cups: specify maintainer 2021-07-29 16:54:10 +03:00
Leonid Pliushch 4a85477788
docker image: install openjdk 16 2021-07-29 16:48:28 +03:00