Commit Graph

14941 Commits

Author SHA1 Message Date
Lucy Phipps
0255ee9793
fix Dockerfile and setup-ubuntu.sh 2021-10-05 16:40:30 +01:00
Lucy Phipps
f73a3fb45f
setup-ubuntu.sh: fix when missing lsb_release 2021-10-05 16:26:38 +01:00
xtkoba
01884730e4 libass: Disable nasm
To avoid text relocations.
2021-10-05 17:27:46 +03:00
Leonid Pliushch
979336a5d0
gotop: fix installation path 2021-10-05 17:22:33 +03:00
Lucy Phipps
2291a2c5b8
setup-ubuntu.sh: apt update after ppa 2021-10-05 15:18:27 +01:00
Lucy Phipps
d0f2ed7137
setup-ubuntu.sh: use deadsnakes/ppa if needed 2021-10-05 13:25:29 +01:00
Termux Github Actions
c0499dcf5f syncthing: update to 1.18.3
This commit has been automatically submitted by Github Actions.
2021-10-05 12:17:58 +00:00
Lucy Phipps
b4b985718b
docker image: install python 3.10 2021-10-05 11:59:08 +01:00
Oskar
1ecb2e554a
new package: gotop (#7647) 2021-10-05 00:38:56 +03:00
Lucy Phipps
6c9358d89c
libjxl: update to 0.6 2021-10-04 22:36:08 +01:00
Termux Github Actions
684dc2c781 flyctl: update to 0.0.245
This commit has been automatically submitted by Github Actions.
2021-10-04 18:16:47 +00:00
Lucy Phipps
87a63086b8
libgc, parallel, proot-distro: trigger rebuild 2021-10-04 17:55:56 +01:00
Lucy Phipps
cacf49ed84
apache2, asciidoctor, capnproto: trigger rebuild 2021-10-04 17:50:20 +01:00
Leonid Pliushch
57222b6523
vtm: fix 32bit builds 2021-10-04 19:48:01 +03:00
Lucy Phipps
0f1549c95d
pcre2: update to 10.38 2021-10-04 17:47:30 +01:00
Leonid Pliushch
a92e4ed4ed
proot-distro: update to 2.6.3 2021-10-04 19:39:33 +03:00
Lucy Phipps
e1176b13bb
parallel: update to 20210922 2021-10-04 17:07:17 +01:00
Lucy Phipps
3362b9d903
libgc: update to 8.0.6 2021-10-04 17:07:17 +01:00
Lucy Phipps
b41fc13669
capnproto: update to 0.9.1 2021-10-04 17:07:17 +01:00
Lucy Phipps
8847b0f187
asciidoctor: update to 2.0.16 2021-10-04 17:07:17 +01:00
Lucy Phipps
a1ffc4974a
apache2: update to 2.4.50 2021-10-04 17:07:17 +01:00
Lucy Phipps
f462be9150
cmake: update to 3.21.3 2021-10-04 17:07:17 +01:00
Lucy Phipps
e913f6b173
bison: update to 3.8.2 2021-10-04 16:57:13 +01:00
Lucy Phipps
a7bff972f9
automake: update to 1.16.5 2021-10-04 16:57:13 +01:00
Leonid Pliushch
54bdd1d924
vtm: fix license file installation 2021-10-04 16:00:34 +03:00
Leonid Pliushch
641f9f2b16
vtm: disable builds for 32 bit architectures
Need patch for compilation error:

/home/builder/.termux-build/vtm/src/src/netxs/console/../os/system.hpp:1469:80: error: cannot initialize a parameter of type 'socklen_t *' (aka 'int *') with an rvalue of type 'unsigned int *'
                if (!ok(::getsockopt(handle.h, SOL_SOCKET, SO_PEERCRED, &cred, &size), "getsockopt error"))
                                                                               ^~~~~
/home/builder/.termux-build/_cache/android-r21d-api-24-v5/sysroot/usr/include/sys/socket.h:311:92: note: passing argument to parameter '__value_length' here
__socketcall int getsockopt(int __fd, int __level, int __option, void* __value, socklen_t* __value_length);
2021-10-04 15:49:14 +03:00
Leonid Pliushch
ebb6b25420
new package: vtm
Requested in https://github.com/termux/termux-packages/issues/7490.
2021-10-04 15:41:53 +03:00
Leonid Pliushch
564f2c496d
watchexec: enable automatic updates 2021-10-04 15:06:11 +03:00
Pooya Moradi
a2b815e4af new package: watchexec 2021-10-04 15:04:34 +03:00
Termux Github Actions
b122f7c5e3 jfrog-cli: update to 2.4.1
This commit has been automatically submitted by Github Actions.
2021-10-04 10:58:45 +00:00
Leonid Pliushch
27afd9e665
auto updates: migrate config from github-projects.txt to build.sh-specific
Re-enable automatic updates after deleting github-projects.txt.

%ci:no-build
2021-10-04 13:43:31 +03:00
Leonid Pliushch
b9d09dd248
libjxl: use github as upstream url 2021-10-04 13:34:53 +03:00
Leonid Pliushch
55b4055707
libcurl: use github as upstream url 2021-10-04 13:31:28 +03:00
Leonid Pliushch
2283ce7ecd
github actions: fix auto updates script name 2021-10-04 13:23:28 +03:00
Leonid Pliushch
74e4f276c6
scripts: move script for updating packages to bin directory 2021-10-04 13:22:07 +03:00
Leonid Pliushch
ed9b855275
auto updates: get rid of github-projects.txt
From now, all configuration related to automatic updates should be done
in build.sh scripts.

It requires specifying at least

 TERMUX_PKG_AUTO_UPDATE=true

which indicates that package is eligible for automatic updates, and
optionally

 TERMUX_PKG_AUTO_UPDATE_TAG_REGEXP="$version_regexp"

which specifies a regular expression used to extract the version part
from Git tag.
2021-10-04 13:17:04 +03:00
Leonid Pliushch
a36563b215
lua-language-server: bump revision 2021-10-04 12:15:38 +03:00
Termux Github Actions
2ec5701274 jfrog-cli: update to 2.4.0
This commit has been automatically submitted by Github Actions.
2021-10-04 00:24:49 +00:00
Termux Github Actions
59a5bd89bd chezmoi: update to 2.6.1
This commit has been automatically submitted by Github Actions.
2021-10-04 00:16:08 +00:00
Lucinda May Phipps
db8d640f66
imagemagick: update to 7.1.0.9 2021-10-03 23:03:26 +01:00
Lucinda May Phipps
da6bda6614
lua-language-server: bump revision 2021-10-03 22:51:49 +01:00
Leonid Pliushch
d8e8311fab
Merge pull request #7351 from MrAdityaAlok/sumneko-lua-lsp
lua-language-server: build from tag
2021-10-04 00:14:05 +03:00
Ivan Max
719b517a79
groff: avoid file conflict with man (#7630) 2021-10-04 00:10:38 +03:00
Leonid Pliushch
f58dc7d17f
tvheadend: bump revision 2021-10-04 00:08:32 +03:00
Leonid Pliushch
0cff0f429a
Merge pull request #7606 from MrAdityaAlok/tvheadend
tvheadend: fix bus error
2021-10-03 22:25:36 +03:00
Aditya Alok
91f466e145
lua-language-server: add again and update unittest.patch 2021-10-04 00:20:37 +05:30
Aditya Alok
6e96ee4017
lua-language-server: remove unittest.patch 2021-10-04 00:20:37 +05:30
Aditya Alok
645648fe3f
lua-language-server: remove bee-tests.patch 2021-10-04 00:20:37 +05:30
Aditya Alok
940ab97821
lua-language-server: update to 2.4.1 2021-10-04 00:20:36 +05:30
Aditya Alok
5a6dfc594a
lua-language-server: build from tag 2021-10-04 00:20:36 +05:30