Commit Graph

12565 Commits

Author SHA1 Message Date
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
Leonid Pliushch
91f43c03e2
add cups from unstable-packages 2021-07-29 16:26:04 +03:00
Termux Github Actions
6ae16019fd qalc: update to 3.20.1
This commit has been automatically submitted by Github Actions.
2021-07-29 12:36:04 +00:00
Leonid Pliushch
4e378b37bc
Merge pull request #7207 from thunder-coding/bump-cmake
Bump cmake to 3.21.1
2021-07-29 15:13:20 +03:00
Yaksh Bariya
ea9994dad7
cmake: Bump to 3.21.1 2021-07-29 17:20:15 +05:30
Leonid Pliushch
d0f3cfe741
Merge pull request #7204 from thunder-coding/package-updates
package updates
2021-07-29 12:07:28 +03:00
YAKSH BARIYA
91211af3ad
gdbm: Bump to 1.20 (#7198) 2021-07-28 23:45:52 +01:00
asynchronous-sheep
e39e79dd9f
Add package: gengetopt (#7202) 2021-07-28 23:45:07 +01:00
Termux Github Actions
96073a6f54 qalc: update to 3.20.0
This commit has been automatically submitted by Github Actions.
2021-07-28 18:30:09 +00:00
Yaksh Bariya
f59bc02d60
gsl: update to 2.7 2021-07-28 19:53:45 +05:30
Yaksh Bariya
c219cf3e53
automake: Bump to 1.16.4 2021-07-28 19:50:28 +05:30
Laurent le Beau-Martin
33912b5c78
nnn: install shell completions (#7196) 2021-07-26 19:09:41 +03:00
Leonid Pliushch
cb8bff4d11
Merge pull request #7194 from thunder-coding/bump-entr
entr: Bump to 5.0
2021-07-26 18:53:04 +03:00
Yaksh Bariya
0e5801916a
entr: Bump to 5.0 2021-07-26 21:15:31 +05:30
Yaksh Bariya
f8e2c71f52
libgsasl: Bump to 1.10.0 2021-07-26 19:01:29 +05:30
Leonid Pliushch
d4816a836c
borgbackup: update use-distutils.patch 2021-07-26 13:32:27 +03:00
Leonid Pliushch
ea20bf9f43
borgbackup: update use-distutils.patch 2021-07-26 13:25:08 +03:00
Leonid Pliushch
80764d3e5a
borgbackup: force use distutils instead of packaging
Should fix https://github.com/termux/termux-packages/issues/7174
2021-07-26 13:18:08 +03:00
ruki
70ab9c5cf4
xmake: update to 2.5.6 (#7192) 2021-07-26 12:53:28 +03:00
glow
5f5b2dcf26
pass: termux-clipboard-set even if DISPLAY is set (#7193)
With the current patch, pass will try to use `xclip` when `$DISPLAY` is
set. Termux (most of the time) doesn't have `xclip` even if `$DISPLAY`
is set, so this change will check for `xclip` specifically (and
`wl-copy`/`wl-paste` in case of `$WAYLAND_DISPLAY`).

So, if a user has `xclip` and `$DISPLAY` set, it will still use `xclip`,
otherwise it will use `termux-clipboard-set`.
2021-07-26 12:52:25 +03:00
YAKSH BARIYA
697202f15f
z3: update to 4.8.12 (#7187) 2021-07-26 12:49:03 +03:00
Leonid Pliushch
302321b066
Revert "mkvtoolnix: package is being moved to x11 repository"
Accidently pushed commit. No need to delete mkvtoolnix as in X11 repo
it is disabled.

This reverts commit b6e6256c45.
2021-07-25 20:23:29 +03:00
Leonid Pliushch
45cf5e5577
new package: argon2 2021-07-25 20:22:21 +03:00
Leonid Pliushch
b6e6256c45
mkvtoolnix: package is being moved to x11 repository 2021-07-25 19:33:35 +03:00
YAKSH BARIYA
98fb76be1b
rhash: update to 1.4.2 (#7189) 2021-07-25 18:52:51 +03:00
Jia Yuan Lo
13c4b656d2 vulkan-tools: adjust build deps 2021-07-25 18:46:37 +03:00
Termux Github Actions
fffc29029a o-editor: update to 2.40.1
This commit has been automatically submitted by Github Actions.
2021-07-25 12:12:34 +00:00
Yaksh Bariya
2e0bbf7234 gping: update to 1.2.3 2021-07-25 11:27:54 +03:00
Termux Github Actions
768ef98ffe cicada: update to 0.9.22
This commit has been automatically submitted by Github Actions.
2021-07-24 06:10:14 +00:00
Leonid Pliushch
79408bdf19
tor: rebuild package 2021-07-23 18:20:43 +03:00
Leonid Pliushch
81b07097df
rust: rebuild package 2021-07-23 18:19:39 +03:00
Leonid Pliushch
e2e58ac633
libical: depend on libicu 2021-07-23 17:19:18 +03:00
Leonid Pliushch
f7245b19db
qemu: remove --disable-libusb 2021-07-23 16:06:20 +03:00
YAKSH BARIYA
78691304c6
new package: git-sizer (#7170) 2021-07-23 15:32:58 +03:00
Puneet Gopinath
f3a3924551 composer: update to 2.1.5 from 2.1.4 2021-07-23 15:31:05 +03:00
Jia Yuan Lo
55d8f42497 new package: vulkan-tools 2021-07-23 15:28:45 +03:00
Jia Yuan Lo
b29a482019 new package: vulkan-loader-android
Vulkan Loader for Android
2021-07-23 15:28:45 +03:00
Jia Yuan Lo
fdb5b8f1e0 new package: vulkan-headers
Replace outdated NDK Vulkan headers with upstream version
2021-07-23 15:28:45 +03:00
Leonid Pliushch
7aa6074bf2
Revert "z3: update to 4.8.12"
This reverts commit a92cfc6bc1.
2021-07-23 14:45:59 +03:00
Termux Github Actions
bc16d93f78 zbar: update to 0.23.90
This commit has been automatically submitted by Github Actions.
2021-07-22 21:41:54 +00:00
Termux Github Actions
a92cfc6bc1 z3: update to 4.8.12
This commit has been automatically submitted by Github Actions.
2021-07-22 21:41:16 +00:00
Termux Github Actions
90c2f91830 tig: update to 2.5.4
This commit has been automatically submitted by Github Actions.
2021-07-22 21:18:36 +00:00
Termux Github Actions
3030b670f3 logrotate: update to 3.18.1
This commit has been automatically submitted by Github Actions.
2021-07-22 21:15:13 +00:00
Termux Github Actions
a2dcb27f3c libzip: update to 1.8.0
This commit has been automatically submitted by Github Actions.
2021-07-22 21:15:02 +00:00
Termux Github Actions
d0e83ddffc libvips: update to 8.11.2
This commit has been automatically submitted by Github Actions.
2021-07-22 21:14:46 +00:00
Termux Github Actions
d5ed3ecea0 jfrog-cli: update to 2.1.1
This commit has been automatically submitted by Github Actions.
2021-07-22 21:11:24 +00:00
Termux Github Actions
cec42f1ed3 hydroxide: update to 0.2.19
This commit has been automatically submitted by Github Actions.
2021-07-22 21:09:54 +00:00
Leonid Pliushch
e29af284c5
composer: bump revision 2021-07-23 00:05:41 +03:00
Leonid Pliushch
484d1345c6
tidy: bump revision 2021-07-23 00:04:49 +03:00
Leonid Pliushch
338b89cd7f
tidy: archive checksum has been changed 2021-07-23 00:04:29 +03:00
Leonid Pliushch
8bed4ee389
libcunit: do not hardcode version in TERMUX_PKG_SRCURL 2021-07-22 23:53:06 +03:00
Leonid Pliushch
f28091dbcb
python: provide a virtual package "python3"
Now `apt install python3` should work too even though Python v3 is available
as "python".
2021-07-22 21:18:15 +03:00
Termux Github Actions
ff46434f16 tracepath: update to 20210722
This commit has been automatically submitted by Github Actions.
2021-07-22 18:13:08 +00:00
Termux Github Actions
4a991eca06 geth: update to 1.10.6
This commit has been automatically submitted by Github Actions.
2021-07-22 18:09:12 +00:00