Commit Graph

12518 Commits

Author SHA1 Message Date
Leonid Pliushch
ab7203d301
knockd: bump revision 2021-08-01 15:38:34 +03:00
Leonid Pliushch
4edc71b530
imlib2: bump revision 2021-08-01 15:38:17 +03:00
Leonid Pliushch
5bfa35412c
termux-tools: update mirror list
Fixes https://github.com/termux/termux-packages/issues/7229
2021-08-01 15:34:52 +03:00
Leonid Pliushch
677c7ed45a
openjdk-17: fix linking 2021-08-01 14:47:44 +03:00
Leonid Pliushch
c92a7a5ff3 termux-create-package: depend on binutils
It needs ar utility
2021-08-01 14:02:31 +03:00
DLC01
47a1b37659
new packages: libfdk-aac and fdkaac (#7217) 2021-08-01 13:11:23 +03:00
Leonid Pliushch
8f153ae3e3
Merge pull request #7219 from thunder-coding/package-updates
Package Updates
2021-08-01 13:09:52 +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
Yaksh Bariya
bb76d87665
krb5: Bump to 1.19.2 2021-08-01 11:45:22 +05:30
Yaksh Bariya
57d9c8d493
imlib2: Bump to 1.7.2 2021-08-01 11:45:22 +05:30
Yaksh Bariya
4f44489173
knockd: update to 0.8 2021-08-01 11:45:22 +05:30
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
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
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
Laurent le Beau-Martin
2c8431fefb
exa: install shell completion (#7212) 2021-07-30 17:17:32 +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
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
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
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
b44048eb35
cups: specify maintainer 2021-07-29 16:54:10 +03:00
Yaksh Bariya
c13e915e5a
inxi: Bump to 3.3.06 2021-07-29 19:10:46 +05:30
Yaksh Bariya
8c70112f81
html-xml-utils: Bump to 8.0 2021-07-29 19:07:05 +05:30