Henrik Grimler
6ab8c5b06a
dart: do not use system tar
...
Should fix https://github.com/termux/termux-packages/issues/6627 .
2021-04-14 08:00:35 +02:00
Lucy Phipps
7d0475d780
libvpx: update to 1.10.0
2021-04-13 22:38:33 +01:00
Lucy Phipps
344217b961
libnettle: update to 3.7.2
2021-04-13 22:38:33 +01:00
Lucy Phipps
0d59c31f5b
libx264: update to 0.161.3049
2021-04-13 19:18:44 +01:00
Lucy Phipps
00b53aa37f
libdav1d: update to 0.8.2
2021-04-13 19:18:39 +01:00
Lucy Phipps
17c9b24197
fix openssl patch, bump libcurl and ca-certificates
2021-04-13 18:29:16 +01:00
Lucy Phipps
b140469277
ca-certificates: bump revision
2021-04-13 18:25:16 +01:00
Lucy Phipps
a8c1b7362b
libcurl: bump revision
2021-04-13 18:25:16 +01:00
Lucy Phipps
5a18ff54a1
openssl: bump revision
2021-04-13 18:25:16 +01:00
Lucy Phipps
9cbf046caf
ca-certificates: update to 20210413
2021-04-13 17:58:50 +01:00
Lucy Phipps
9016f6be10
libcurl: update to 7.76.0
2021-04-13 17:58:50 +01:00
Lucy Phipps
95fcd7125c
openssl: update to 1.1.1k
2021-04-13 17:58:50 +01:00
Philipp Schmitt
c5c24fdff1
Skip checks for reallocarray and recallocarray
2021-04-13 14:24:11 +02:00
Philipp Schmitt
81b6aec8f7
WIP: Update tmux to 3.2
2021-04-13 14:24:11 +02:00
Leonid Pliushch
d0cea5ae00
scripts/generate-bootstraps.sh: make architecture-independent (arch "all") package list optional
...
It is not available in some repository types, e.g. in built with "aptly".
2021-04-13 13:16:04 +03:00
Leonid Pliushch
a6940e58e2
inetutils: avoid rebuilding of whois manpage
...
Fixes build error.
2021-04-10 17:48:56 +03:00
Leonid Pliushch
7699c97b23
emacs: disable fdsan
...
https://github.com/termux/termux-packages/issues/6592
2021-04-10 17:05:37 +03:00
Leonid Pliushch
bb62878def
inetutils: disable fdsan for "whois"
...
https://github.com/termux/termux-packages/issues/5980
2021-04-10 16:59:23 +03:00
Matthias Beyer
7c5960ebe2
neomutt: Add pkg revision
...
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2021-04-09 17:59:03 +02:00
Matthias Beyer
04e95d6b65
neomutt: Add notmuch as dependency
2021-04-09 17:59:03 +02:00
Lucy Phipps
b18ed714cf
python: update to 3.9.4
2021-04-09 00:02:14 +01:00
韩朴宇
31ade8865b
new package: android-tools ( #6542 )
2021-04-07 19:51:30 +03:00
Further
aa078ae94a
new package: jove ( #6569 )
2021-04-07 19:44:24 +03:00
valpogus
d711098d7b
mediainfo: update to 21.03 ( #6564 )
2021-04-07 19:41:12 +03:00
Dario Vladovic
ecd1a46232
termux-tools: pkg: add hostname
helper
2021-04-07 19:38:12 +03:00
Dario Vladovic
29e41670ed
termux-tools: pkg: calculate cache age using last_modified
2021-04-07 19:38:12 +03:00
Dario Vladovic
a8d6930b8d
termux-tools: pkg: extract mirror check to function
2021-04-07 19:38:12 +03:00
ruki
80c45c87f7
xmake: update to 2.5.3 ( #6604 )
2021-04-07 19:30:29 +03:00
Leonid Pliushch
42515f9c26
zsh: disable fdsan
...
Issue https://github.com/termux/termux-packages/issues/6376
2021-04-05 23:17:40 +03:00
Henrik Grimler
fee131542c
w3m: fix fdsan error when run on android 11
...
The file descriptor sanitizer keeps track of opened file descriptors
and kills programs that closes fds multiple times, or fails to close
fds. In w3m's case a fd for a tty was obtained and saved in the ttyf
variable, but when the tty was later closed is was done using the tty
variable and not the obtained ttyf. To my current understanding this
can lead to undesired behaviour when using multiple threads, as
another thread might write to or read from ttyf after it has been
closed.
Error looks like
fdsan: attempted to close file descriptor 3, expected to be unowned, actually owned by FILE* 0xb6c8800c
This commit fixes [1]. See also fdsan docs [2] and issue opened in the
android bug tracker [3].
[1] https://github.com/termux/termux-packages/issues/6410
[2] https://android.googlesource.com/platform/bionic/+/master/docs/fdsan.md
[3] https://issuetracker.google.com/issues/184380442
2021-04-05 15:46:59 +02:00
Lucy Phipps
16b0fabfcd
p7zip: update to 17.04
2021-04-04 12:03:20 +01:00
Lucy Phipps
009b1b5f9f
gh: update to 1.8.1
2021-04-04 12:03:20 +01:00
agnostic-apollo
1ab8eb34f1
termux-tools: Only create ~/.termux/termux.properties if ~/.config/termux/termux.properties does not exist
2021-04-04 07:45:56 +05:00
agnostic-apollo
6f553efc12
dialog: update to 1.3-20210324
2021-04-04 07:32:17 +05:00
agnostic-apollo
71025e6b4e
apt: update to 2.2.2
2021-04-04 07:29:54 +05:00
Lucy Phipps
34916a6f65
git: update to 2.31.1
2021-04-03 00:40:57 +01:00
Henrik Grimler
32ca0ea9aa
emacs: update to 27.2
2021-04-02 17:44:58 +02:00
Henrik Grimler
b54424cab6
Revert "bat: update to 0.18.0"
...
This reverts commit b3c4b132d0
and
497ff1794c
.
%ci:no-build
2021-04-02 17:42:50 +02:00
Dominik Schulz
314d8a55d0
gopass: update to 1.12.5
...
Signed-off-by: Dominik Schulz <dominik.schulz@gauner.org>
2021-04-02 10:21:10 +05:30
Henrik Grimler
497ff1794c
bat: bump to trigger CI build
2021-04-01 13:07:09 +02:00
Lucy Phipps
1c5b00b257
zstd: bump revision
2021-04-01 11:41:43 +01:00
Lucy Phipps
3ff30e5bae
zstd: update to 1.4.9
2021-04-01 11:20:08 +01:00
Lucy Phipps
b3c4b132d0
bat: update to 0.18.0
2021-04-01 11:19:32 +01:00
Lucy Phipps
95e4313369
rclone: update to 1.55.0
2021-04-01 11:13:28 +01:00
Lucy Phipps
b91b445da8
gitea: update to 1.13.6
2021-04-01 11:13:22 +01:00
Lucy Phipps
892836d693
git-lfs: update to 2.13.3
2021-04-01 11:09:42 +01:00
Lucy Phipps
a20f7a0026
git-delta: update to 0.7.1
2021-04-01 10:42:14 +01:00
Lucy Phipps
4a9d78b51d
gh: update to 1.8.0
2021-04-01 10:39:20 +01:00
Leonid Pliushch
cbdd1cf4c7
CI: revert changes to Docker workflow.
...
Credentials were removed from repository secrets and that's why login doesn't
work.
This reverts commit c4e244effc
.
This reverts commit c8988499dc
.
2021-03-29 17:49:37 +03:00
Leonid Pliushch
c4e244effc
CI: remove quotes for credentials in Docker image workflow
2021-03-29 17:46:49 +03:00