Commit Graph

13418 Commits

Author SHA1 Message Date
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
Further 0af27d7814
git: update to 2.30.2 (#6502) 2021-03-10 17:47:45 +01:00
Henrik Grimler 3460b4e03d
ripgrep-all: minor formatting of description 2021-03-10 14:17:29 +01:00
Henrik Grimler 27682c4dc6 cargo: install with --locked
Otherwise build tries to use newest dependency versions which might
cause problems. See
https://github.com/termux/termux-packages/pull/6432
2021-03-10 14:09:26 +01:00
Dario Vladović ac2ec670dd
termux-tools: pkg: add info as show alias (#6498) 2021-03-10 06:48:07 +01:00
Michal Bednarski 28a7fcd2fe proot: Update with stability fixes
Changes that were on master for some time but not released,
fixes termux/proot#152
2021-03-07 20:58:33 +01:00
Henrik Grimler ffa83b34db neovim: fix patch path error
Reported by @kanreki.
2021-03-07 12:30:00 +01:00
Further a817790020
gh: update to 1.7.0 (#6490) 2021-03-06 14:26:18 +01:00
Henrik Grimler 93effb8131 dart: update to 2.12.0 2021-03-05 08:19:27 +01:00
Leonid Pliushch 27ce3ee72a
z3: revert back to 4.8.9
%ci:no-build
2021-03-02 15:51:12 +02:00
Leonid Pliushch 47b93fec1c
z3: bump revision 2021-03-02 15:19:47 +02:00
Leonid Pliushch 4d16ccd6d5
dart: bump revision 2021-03-02 15:19:37 +02:00
Leonid Pliushch 2b07eeaaed
github actions: termux-packages uses ./scripts/run-docker.sh instead of ./start-builder.sh 2021-03-02 15:18:53 +02:00
Leonid Pliushch 619ad66883
dart: rebuild package
Detected repository inconsistency:

 No package dart (= 2.10.4)
2021-03-02 14:57:20 +02:00
Leonid Pliushch cf71d4b7f8
z3: rebuild package
Detected repository inconsistency:

 No package z3 (= 4.8.10-1)
2021-03-02 14:55:42 +02:00
Leonid Pliushch 141703e676
build-package.sh: force remove ./share/icons/hicolor/icon-theme.cache from deb files
Specific to x11 packages. It is better to implement this in build-package.sh
instead of removing it on per-build.sh basis.
2021-03-02 00:17:36 +02:00
Henrik Grimler f36b4a5ac2
github actions: print subpackages to built_packages.txt as well (#6469)
But only (try to) build the main packages. For each modified package
we check if there are subpackages and in that case save them in
built_packages.txt as well, so that the repository server does not
have to parse the git repo to find out if there are subpackages.
2021-03-01 08:52:25 +01:00
Martin Kinkelin 5be1cc145c
ldc: upgrade to 1.25.1 (#6468) 2021-03-01 01:12:13 +02:00
ruki a06964b740
xmake: update to 2.5.2 (#6466) 2021-02-28 18:20:07 +02:00
Leonid Pliushch 8487bd8018
bintray repository is now in archive mode
Even though JFrog continued Bintray normal operation until 31 Mar 2021, I'm
disabling Github Actions uploads now. Termux Bintray repository continues to
be available in read-only mode until the final shutdown by JFrog.
2021-02-28 18:15:46 +02:00