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
Termux Github Actions
66aea2d5f6
nnn: update to 4.2
...
This commit has been automatically submitted by Github Actions.
2021-07-22 12:53:13 +00:00
Termux Github Actions
9f0c3ccb0a
lesspipe: update to 1.86
...
This commit has been automatically submitted by Github Actions.
2021-07-22 12:52:43 +00:00
Termux Github Actions
d9c557e31a
jfrog-cli: update to 2.1.0
...
This commit has been automatically submitted by Github Actions.
2021-07-22 12:52:07 +00:00
Termux Github Actions
b1f3677d5e
ipfs: update to 0.9.1
...
This commit has been automatically submitted by Github Actions.
2021-07-22 12:50:42 +00:00
Termux Github Actions
f5d7b60e51
hugo: update to 0.86.0
...
This commit has been automatically submitted by Github Actions.
2021-07-22 12:48:52 +00:00
Termux Github Actions
7aba194e16
composer: update to 2.1.4
...
This commit has been automatically submitted by Github Actions.
2021-07-22 12:08:30 +00:00
Leonid Pliushch
dafb31a502
dart: update to 2.13.4
2021-07-21 13:55:49 +03:00
Leonid Pliushch
8d2e8f39d8
libidn2: update to 2.3.2
2021-07-21 12:27:41 +03:00
Leonid Pliushch
5e8e661b6b
libedit: update to 20210714-3.1
2021-07-21 12:27:25 +03:00
Leonid Pliushch
e56ecce2d0
imagemagick: update to 7.1.0.4
2021-07-21 12:27:10 +03:00
Leonid Pliushch
37b48b7840
freetype: update to 2.11.0
2021-07-21 12:26:54 +03:00
Leonid Pliushch
6f816f4401
dust: update to 0.6.1
2021-07-21 12:20:37 +03:00
Lucy Phipps
0fc5bbcf04
libcurl: update to 7.78.0
2021-07-21 08:29:09 +01:00
Termux Github Actions
2435a6be51
gh: update to 1.13.1
...
This commit has been automatically submitted by Github Actions.
2021-07-21 00:11:26 +00:00
x0b
d802a6bea0
rclone: update to v1.56.0
2021-07-20 23:01:30 +03:00
Yonle
10fc354c9e
ttyd: depend on libcap ( #7164 )
2021-07-20 20:24:34 +03:00
Termux Github Actions
180d5ae8e8
luv: update to 1.41.1-0
...
This commit has been automatically submitted by Github Actions.
2021-07-19 12:08:44 +00:00
Leonid Pliushch
fcb1616ed8
sdcv: bump revision
2021-07-18 19:29:40 +03:00
Al-buharie
a7b71b8de6
sdcv: fix hardcoded prefix path ( #7162 )
2021-07-18 19:28:56 +03:00
Leonid Pliushch
f0adf8c2da
busybox: bump revision
2021-07-18 11:02:25 +03:00
Sergey Ponomarev
16a2dc5434
busybox: add busybox-httpd service
...
The "httpd" service is already taken by apache2 package.
So instead we'll use busybox-httpd
2021-07-18 11:02:25 +03:00
Termux Github Actions
f829b3638c
libnghttp2: update to 1.44.0
...
This commit has been automatically submitted by Github Actions.
2021-07-18 06:09:48 +00:00
Leonid Pliushch
d7793b2e78
Merge pull request #7158 from termux/updates
...
Update some packages
2021-07-18 01:06:05 +03:00
Lucy Phipps
bc05209924
imagemagick: update to 7.1.0.3
2021-07-17 23:05:02 +01:00
Leonid Pliushch
612016c695
swi-prolog: update to 8.3.26
2021-07-18 00:41:17 +03:00
Leonid Pliushch
4cd89ef777
squid: update to 4.16
2021-07-18 00:41:16 +03:00
Leonid Pliushch
3ea7fe763b
seafile-client: update to 8.0.3
2021-07-18 00:41:16 +03:00
Leonid Pliushch
ebada45339
redis: update to 6.2.4
2021-07-18 00:41:16 +03:00
Leonid Pliushch
59114253f1
recode: update to 3.7.9
2021-07-18 00:41:15 +03:00
Leonid Pliushch
24bfdb502e
poppler: update to 21.07.0
2021-07-18 00:41:15 +03:00
Apkunpacker
6be1b7c019
radare2: update to 5.3.1 ( #7010 )
2021-07-18 00:37:24 +03:00
Leonid Pliushch
9518add6eb
pass: update src-password-store.sh.patch
2021-07-17 23:25:11 +03:00
Leonid Pliushch
b2757b780c
libtalloc: update to 2.3.3
2021-07-17 23:25:11 +03:00
Leonid Pliushch
55e9ec4f6c
newsboat: update more patches
2021-07-17 23:25:11 +03:00
Leonid Pliushch
3e0db23042
libsqlite: update to 3.36.0
2021-07-17 23:25:10 +03:00
Leonid Pliushch
2b756be768
pngquant: update to 2.15.1
2021-07-17 23:25:10 +03:00
Leonid Pliushch
93f4fbb30f
newsboat: remove mbc-buffer-length-fix.patch
...
It uses MB_LEN_MAX for buffer now, hopefully patch can be removed.
2021-07-17 23:25:09 +03:00
Leonid Pliushch
3d92b20998
phpmyadmin: update to 5.1.1
2021-07-17 23:25:09 +03:00
Leonid Pliushch
3226029d37
pass: update to 1.7.4
2021-07-17 22:06:26 +03:00
Leonid Pliushch
8da047b309
newsboat: update to 2.24
2021-07-17 22:05:12 +03:00
Leonid Pliushch
ddf8cbf8b8
pango: update bsearch-fix.patch
2021-07-17 21:52:12 +03:00
Leonid Pliushch
3b8054432a
pcre2: update to 10.37
2021-07-17 21:19:56 +03:00
Leonid Pliushch
ee351baec7
pcre: update to 8.45
2021-07-17 21:19:53 +03:00
Leonid Pliushch
9ad7be9054
pango: update to 1.48.7
2021-07-17 21:19:49 +03:00
Leonid Pliushch
17999d7163
notmuch: update to 0.32.2
2021-07-17 21:19:43 +03:00
Leonid Pliushch
04622f14fa
macchina: update to 0.9.2
2021-07-17 21:19:38 +03:00
wormus
2bfe0fa727
rust: update to 1.53.0
2021-07-17 21:12:14 +03:00
wormus
4bc3c4fc03
Tor: update to 0.4.6.6
2021-07-17 21:12:14 +03:00
Leonid Pliushch
b4130ef61a
parallel: update to 20210622
2021-07-17 20:54:26 +03:00
Leonid Pliushch
20a4dd545d
libnettle: update to 3.7.3
2021-07-17 20:54:26 +03:00
Leonid Pliushch
9733dc5e13
dialog: update to 1.3-20210621
2021-07-17 20:54:26 +03:00
Leonid Pliushch
873778c62e
nginx: update to 1.21.1
2021-07-17 20:54:25 +03:00
Leonid Pliushch
d47ec41e02
ncdu: update to 1.16
2021-07-17 20:54:25 +03:00
Leonid Pliushch
aa0047254e
nano: update to 5.8
2021-07-17 20:54:24 +03:00
Leonid Pliushch
4c16f337f6
mutt: update to 2.1.1
2021-07-17 20:54:24 +03:00
Leonid Pliushch
b58384fe31
mtools: update to 4.0.32
2021-07-17 20:54:23 +03:00
Leonid Pliushch
9a3cea633b
manpages: update to 5.12
2021-07-17 20:10:40 +03:00
Leonid Pliushch
0a8f0a5faa
lnd: update to 0.13.0-beta
2021-07-17 20:09:54 +03:00
Termux Github Actions
b143d2f54b
cicada: update to 0.9.21
...
This commit has been automatically submitted by Github Actions.
2021-07-17 12:13:26 +00:00
Leonid Pliushch
e14a2dab6e
libx11: update patch
2021-07-17 02:19:34 +03:00
Leonid Pliushch
e991c3f994
libwebsockets: remove unneeded patch
2021-07-17 02:01:44 +03:00
Leonid Pliushch
cb60b77a33
libmosquitto: depend on libcap
2021-07-17 02:01:43 +03:00
Leonid Pliushch
c4ff20ccf4
links: update to 2.23
2021-07-17 02:01:43 +03:00
Leonid Pliushch
9cc0fc3348
libx11: update to 1.7.2
2021-07-17 02:01:42 +03:00
Leonid Pliushch
e9b8d77592
libwebsockets: update to 4.2.1
2021-07-17 02:01:42 +03:00
Leonid Pliushch
d2f280eb86
libuv: update to 1.41.1
2021-07-17 02:01:41 +03:00
Leonid Pliushch
2113bc4a7a
libmosquitto: update to 2.0.11
2021-07-17 00:15:04 +03:00
Leonid Pliushch
598f8e1fd2
librsvg: update to 2.50.7
2021-07-16 22:44:44 +03:00
Leonid Pliushch
ac97da9adb
libopenmpt: update to 0.5.10
2021-07-16 22:44:05 +03:00
Leonid Pliushch
a41afa1533
libnftnl: update to 1.2.0
2021-07-16 22:43:23 +03:00
Leonid Pliushch
f899dd4197
kubectl: update to 1.21.3
2021-07-16 22:42:00 +03:00
Leonid Pliushch
c08a513577
inxi: update to 3.3.05-1
2021-07-16 22:41:00 +03:00
Leonid Pliushch
2d35328735
libgrpc: update to 1.38.1
2021-07-16 22:40:21 +03:00
Leonid Pliushch
3da76dfd64
golang: update to 1.16.6
2021-07-16 22:39:09 +03:00
Leonid Pliushch
9452ed8d19
borgbackup: update src-borg-xattr.py.patch
2021-07-16 22:09:44 +03:00
Leonid Pliushch
2cfa07a50d
gmic: update to 2.9.8
2021-07-16 22:06:38 +03:00
Leonid Pliushch
afbe96fa7b
germanium: update to 1.2.0
2021-07-16 22:06:03 +03:00
Leonid Pliushch
91d9a99472
flyctl: update to 0.0.229
2021-07-16 22:04:33 +03:00
Leonid Pliushch
26b8b177fa
exiftool: update to 12.29
2021-07-16 22:04:02 +03:00
Leonid Pliushch
165b741de8
cmake: update to 3.21.0
2021-07-16 22:01:03 +03:00
Leonid Pliushch
2ff0423677
borgbackup: update to 1.1.17
2021-07-16 21:56:59 +03:00
Termux Github Actions
f69b13a9f7
delve: update to 1.7.0
...
This commit has been automatically submitted by Github Actions.
2021-07-16 18:08:13 +00:00
Termux Github Actions
3d429548f8
gitea: update to 1.14.5
...
This commit has been automatically submitted by Github Actions.
2021-07-16 12:14:11 +00:00
Termux Github Actions
f27e51bdf9
atomicparsley: update to 20210715.151551.e7ad03a
...
This commit has been automatically submitted by Github Actions.
2021-07-16 06:07:20 +00:00
Butta
0655d3eae7
nushell: missed a character, try again
2021-07-15 23:37:31 +05:30
Butta
167739f5b8
nushell: try again to fix i686 build by exporting RUSTFLAGS earlier and adding a flag
2021-07-15 23:34:56 +05:30
Momin Juned
39f1d4ad37
QEMU: enable USB support ( #7143 )
2021-07-15 19:46:37 +03:00
Butta
cf44d95417
nushell: fix build on i686
2021-07-15 17:29:54 +05:30
Yaksh Bariya
5c00437a64
libcoap
: Bump to 4.3.0
2021-07-15 16:48:02 +05:30
Leonid Pliushch
f34f3125db
weechat: add comment why ruby is disabled
2021-07-15 12:54:57 +03:00
Leonid Pliushch
275a2c046f
weechat: remove ruby plugin subpackage definition
2021-07-15 12:52:49 +03:00
Termux Github Actions
4694ba0681
openethereum: update to 3.3.0-rc.4
...
This commit has been automatically submitted by Github Actions.
2021-07-15 01:01:53 +00:00
Termux Github Actions
d258582f05
helm: update to 3.6.3
...
This commit has been automatically submitted by Github Actions.
2021-07-15 00:14:04 +00:00
Termux Github Actions
df2e96cd06
chezmoi: update to 2.1.2
...
This commit has been automatically submitted by Github Actions.
2021-07-15 00:11:32 +00:00
Termux Github Actions
ec8710a25c
profanity: update to 0.11.0
...
This commit has been automatically submitted by Github Actions.
2021-07-14 18:08:49 +00:00
Leonid Pliushch
c122e4ab59
new package: btfs
2021-07-14 17:12:14 +03:00
Termux Github Actions
b83a53c4f6
geth: update to 1.10.5
...
This commit has been automatically submitted by Github Actions.
2021-07-14 12:10:58 +00:00
Termux Github Actions
0625903870
starship: update to 0.56.0
...
This commit has been automatically submitted by Github Actions.
2021-07-14 00:35:23 +00:00
Termux Github Actions
0b600db8b8
nushell: update to 0.34.0
...
This commit has been automatically submitted by Github Actions.
2021-07-14 00:28:51 +00:00
Momin Juned
bbc38a526d
fix dependencies for qemu, new package libusbredir ( #7139 )
2021-07-13 18:36:38 +03:00
Termux Github Actions
1e96413b7b
git-delta: update to 0.8.3
...
This commit has been automatically submitted by Github Actions.
2021-07-13 12:14:18 +00:00
Termux Github Actions
a4320737fb
bat: update to 0.18.2
...
This commit has been automatically submitted by Github Actions.
2021-07-13 12:11:13 +00:00
Leonid Pliushch
84eb54d69c
apksigner: update description
2021-07-12 10:47:16 +03:00
Leonid Pliushch
4b763b8140
add old variant of apksigner
2021-07-12 10:47:16 +03:00
Termux Github Actions
61f078b938
hexyl: update to 0.9.0
...
This commit has been automatically submitted by Github Actions.
2021-07-12 00:10:38 +00:00
Termux Github Actions
3ba60fc28b
chezmoi: update to 2.1.1
...
This commit has been automatically submitted by Github Actions.
2021-07-11 18:08:51 +00:00
Henrik Grimler
1e64bbc8b0
calcurse: split out calcurse-caldav into a subpackage
...
calcurse-caldav requires python and the httplib2 python module, so
make subpackage depend on python and install httplib2 through pip in
postinst script.
2021-07-11 17:35:42 +02:00
Lucy Phipps
4f6912437a
netpbm: update to 10.73.36
2021-07-11 15:03:21 +01:00
Lucy Phipps
1894381248
imagemagick: update to 7.1.0.2
2021-07-11 14:56:52 +01:00
Termux Github Actions
7b7d827d73
tidy: update to 5.8.0
...
This commit has been automatically submitted by Github Actions.
2021-07-11 00:14:09 +00:00
Leonid Pliushch
f38286daa7
proot-distro: update to 1.8.0
2021-07-10 21:45:12 +03:00
Leonid Pliushch
a821e94baa
remove package: whatprovides
...
Deprecated in favor of apt-file. Whatprovides database will be removed from
server as well.
Archived repository is available here: https://github.com/termux/whatprovides
2021-07-10 21:08:19 +03:00
Leonid Pliushch
ea3378500e
apt-file: package replaces whatprovides
2021-07-10 21:08:00 +03:00
Ridhwan Ikhwanto
2c23dbf320
new package: minisign ( #7128 )
2021-07-10 17:47:45 +03:00
Leonid Pliushch
4b8c077711
Revert "Merge pull request #7104 from thunder-coding/cache-godeps"
...
This reverts commit f6892c38d8
, reversing
changes made to 4d9075fea3
.
2021-07-10 17:00:18 +03:00
Leonid Pliushch
f6892c38d8
Merge pull request #7104 from thunder-coding/cache-godeps
...
Cache dependencies for Golang packages
2021-07-10 13:31:20 +03:00
marcusz
4d9075fea3
squashfs-tools-ng: update to 1.1.2 ( #7127 )
2021-07-10 12:51:21 +05:30
Yaksh Bariya
00885bee35
Fix build errors for teleport-tsh
2021-07-10 11:36:14 +05:30
Yaksh Bariya
ea194a0576
Fix build errors for rush
2021-07-10 08:19:38 +05:30
Leonid Pliushch
a40783aad4
apt: remove broken symlinks
...
Since we are removing "mirror" method, symlinks mirror+copy, mirror+file,
mirror+ftp and similar should be removed too.
2021-07-10 00:35:44 +03:00
Yaksh Bariya
0902b7e02a
Add todo comment for teleport-tsh
2021-07-09 22:15:12 +05:30
Yaksh Bariya
56d07d3939
`shell2http: Cache Golang dependencies
2021-07-09 22:14:22 +05:30
Yaksh Bariya
511d71316d
`rush: Cache Golang dependencies
2021-07-09 22:14:03 +05:30
Yaksh Bariya
9928c68037
rclone
: Cache Golang dependencies
2021-07-09 22:13:49 +05:30
Yaksh Bariya
7b012db72f
obfs4proxy
: Cache Golang dependencies
2021-07-09 22:13:32 +05:30
Yaksh Bariya
7a756274d8
o-editor
: Cache Golang dependencies
2021-07-09 22:12:29 +05:30
Yaksh Bariya
bbd83755c1
micro
: Cache Golang dependencies
2021-07-09 22:12:11 +05:30
Yaksh Bariya
999f4365ba
go-findimagedupes
: Cache Golang dependencies
2021-07-09 22:11:50 +05:30
Yaksh Bariya
94f2d70d35
clash
: Cache Golang dependencies
2021-07-09 22:09:51 +05:30
Yaksh Bariya
ea0c773a3e
virustotal-cli
: Do not cache Golang dependemcies
2021-07-09 21:04:44 +05:30
Yaksh Bariya
03465edffa
Indo all keybase changes
2021-07-09 19:42:09 +05:30
Termux Github Actions
98915ca948
harfbuzz: update to 2.8.2
...
This commit has been automatically submitted by Github Actions.
2021-07-09 00:11:20 +00:00
Termux Github Actions
a579f03faf
k9s: update to 0.24.14
...
This commit has been automatically submitted by Github Actions.
2021-07-08 18:10:08 +00:00
stoicchronos
9d572872cf
ruby: Update to 3.0.2
2021-07-08 09:32:07 +02:00
Leonid Pliushch
48cb6dd343
libpcap: update to 1.10.1
2021-07-08 01:19:50 +03:00
Leonid Pliushch
9b5ad8950c
libksba: update to 1.6.0
2021-07-08 01:18:33 +03:00
Leonid Pliushch
f13a59aba3
libidn2: update to 2.3.1
2021-07-08 01:16:29 +03:00
Leonid Pliushch
e85e0a1ed2
libidn: update to 1.37
2021-07-08 01:14:13 +03:00
Leonid Pliushch
4e35a48390
libedit: update to 20210522-3.1
2021-07-08 01:12:59 +03:00
Leonid Pliushch
6fe619d3b6
libcap: update to 2.51
2021-07-08 01:12:15 +03:00
Leonid Pliushch
e5ec4701e9
kubectl: update to 1.21.2
2021-07-08 01:08:45 +03:00
Leonid Pliushch
8c1f3545cf
jfrog-cli: don't put generated completion to HOME
2021-07-08 01:03:18 +03:00
Leonid Pliushch
017f1295e7
jfrog-cli: update to 2.0.1
2021-07-08 00:52:15 +03:00
Leonid Pliushch
a86e8be62d
isync: update to 1.4.2
2021-07-08 00:51:07 +03:00
Leonid Pliushch
1bf563879f
iperf3: update to 3.10.1
2021-07-08 00:50:09 +03:00
Leonid Pliushch
33bfff1b9f
gopass: update to 1.12.7
2021-07-08 00:44:40 +03:00
Leonid Pliushch
e496507be4
gpgme: update to 1.16.0
2021-07-08 00:43:11 +03:00
Leonid Pliushch
08a8de9eb5
goaccess: update to 1.5.1
2021-07-08 00:37:51 +03:00
Leonid Pliushch
e31ebce73a
libgnutls: update to 3.6.16
2021-07-08 00:32:15 +03:00
Leonid Pliushch
baf909dc41
gnuplot: update to 5.4.2
2021-07-08 00:13:30 +03:00
Leonid Pliushch
631a8c372f
global: update to 6.6.7
2021-07-08 00:11:24 +03:00
Leonid Pliushch
c24533effe
gifsicle: update to 1.93
2021-07-08 00:09:55 +03:00
Leonid Pliushch
dd7c8282bc
dtc: package switched to meson build system
2021-07-08 00:07:07 +03:00
Leonid Pliushch
5d17bc3b4c
dtc: update to 1.6.1
2021-07-08 00:04:14 +03:00