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
Leonid Pliushch
c8988499dc
CI: update workflow for Docker image
...
Try to supply credentials a bit differently.
2021-03-29 17:25:50 +03:00
Leonid Pliushch
5665242cd8
docker image: x11-packages need xutils-dev
2021-03-29 17:01:26 +03:00
Leonid Pliushch
245d0a32d8
CI: free even more space
...
Now we should have >60 GB free on rootfs.
2021-03-28 23:09:49 +03:00
Leonid Pliushch
e214ccdee4
CI: free more space
2021-03-28 23:00:11 +03:00
Henrik Grimler
9ccd9a745d
libandroid-shmem: fix version and hashsum
2021-03-27 10:18:40 +01:00
Henrik Grimler
a6ebad9fb0
libandroid-shmem: update to 0.3.0
2021-03-27 09:47:42 +01:00
Tim Makarios
d119861e45
Ensure gnupg is installed in setup-termux.sh
2021-03-26 08:50:00 +01:00
Leonid Pliushch
960f0b3753
move from unstable: gopass
...
https://github.com/termux/termux-packages/issues/6561
2021-03-25 23:30:53 +02:00
Saurabh Charde
fccf2fa075
fzf: Update to 0.26.0
...
Signed-off-by: Saurabh Charde <saurabhchardereal@gmail.com>
2021-03-22 17:39:57 +01:00
Saurabh Charde
8f96e194bf
git: Update to 2.31.0
...
Signed-off-by: Saurabh Charde <saurabhchardereal@gmail.com>
2021-03-22 17:39:57 +01:00
Saurabh Charde
ebf4e36990
fish: Update to 3.2.1
2021-03-21 14:04:34 +01:00
Leonid Pliushch
f775bdb9c1
python, python2: disable setuid in servers ( #6548 )
2021-03-20 16:41:35 +02:00
Leonid Pliushch
8d447cb1b4
termux-tools: show application version when running termux-info ( #6547 )
2021-03-20 15:46:44 +02:00
Leonid Pliushch
7aeb7125ef
openssh: keep TERMUX_VERSION variable ( #6546 )
2021-03-20 15:28:46 +02:00
marcusz
ebeb83e9b9
new package: squashfs-tools-ng ( #6545 )
2021-03-20 13:43:39 +02:00
Saurabh Charde
32e3c9e9e5
fish: Update to 3.2.0
...
* From now fish is now shipping tarballs with xz (LZMA)
Update $TERMUX_PKG_SRCURL to reflect the change
(0be93bead7
)
Fixes #6533
Signed-off-by: Saurabh Charde <saurabhchardereal@gmail.com>
2021-03-17 22:10:14 +01:00
j.r
0b3413b41f
Bump libstrophe revision
...
The package was changed in #6518 , but I forgot a bump to reflect the
changes and so it does not get updated
2021-03-17 22:08:27 +01:00
j.r
ac8a80eed6
Fix dns resolution for libstrophe
2021-03-17 16:38:05 +01:00
j.r
a3fe7ce09c
Add xmppc version 0.1.0
...
Fixes #5900
2021-03-17 16:38:05 +01:00
Saurabh Charde
09b9911da9
nano: Update to 5.6.1
...
Signed-off-by: Saurabh Charde <saurabhchardereal@gmail.com>
2021-03-17 12:20:00 +01:00
Saurabh Charde
f8f1f0b696
shfmt: Update to 3.2.4
...
Signed-off-by: Saurabh Charde <saurabhchardereal@gmail.com>
2021-03-17 12:20:00 +01:00
Raven Ravener
c06a8e07fa
Use TERMUX_PKG_BUILD_IN_SRC
2021-03-16 19:07:43 +01:00
Raven Ravener
91c6790366
Update build.sh
2021-03-16 19:07:43 +01:00
Raven Ravener
d2685da14c
Add package germanium
2021-03-16 19:07:43 +01:00
Saurabh Charde
6aef739d9f
gdb: Update to 10.1
...
Following commit [1] and [2], gdbserver and gdbsupport directories have been
moved to top-level, repectively.
Update patch files to follow the changes, and also remove
python3.9.patch since it's already in the upstream.
[1] https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=919adfe8409211c726c1d05b47ca59890ee648f1
[2] https://sourceware.org/git?p=binutils-gdb.git;a=commit;h=01027315f54048dbaf03ac37455c2528c72a6d9b
Signed-off-by: Saurabh Charde <saurabhchardereal@gmail.com>
2021-03-16 11:24:31 +01:00
Saurabh Charde
67702b13c4
direnv: Fix installation location and update to 2.28.0
...
direnv installs it binary to $DESTDIR/$BINDIR, where
$BINDIR=${PREFIX}/bin and $PREFIX=/usr/local
We set $DESTDIR=$TERMUX_PREFIX while leaving direnv's $PREFIX unchanged
causing the binary to install in $TERMUX_PREFIX/usr/local/bin instead of
$TERMUX_PREFIX/bin (assuming we aren't installing it in
$TERMUX_PREFIX/local/bin like most termux packages)
Signed-off-by: Saurabh Charde <saurabhchardereal@gmail.com>
2021-03-16 10:31:12 +01:00
Jia Yuan Lo
5ce5422743
binaryen: update to version 100 ( #6507 )
2021-03-13 09:49:20 +01:00
Henrik Grimler
e460d1f1aa
termux_step_setup_variables: use grimler.se for main repo
...
CI seem to fail quite often due to timeout when downloading from IPFS
host. Switch to grimler.se for now.
2021-03-12 16:19:40 +01:00