Leonid Plyushch
99e8d8331e
libprotobuf: update to 3.9.1
5 years ago
Leonid Plyushch
4a597c78bc
postgresql: update to 11.5
5 years ago
Leonid Plyushch
06ddba0a0e
pathpicker: update to 0.8.2
5 years ago
Leonid Plyushch
dbc6c26573
undo "Unsplit essential packages"
Seems it is not possible to unsplit these packages currently.
%ci:reset-backlog
5 years ago
Leonid Plyushch
264a8283c5
attempt to fix problem with upgrading libbz2, libcurl, liblzma
5 years ago
Leonid Plyushch
08bb7f70da
dart: update to 2.4.1
5 years ago
Leonid Plyushch
38f350f8b5
nmap: update to 7.80
5 years ago
Leonid Plyushch
ac9d890c1a
libuv: update to 1.31.0
5 years ago
Leonid Plyushch
4cd4bbb398
mpd: update to 0.21.13
5 years ago
Leonid Plyushch
250669aeaa
libflac: update to 1.3.3
5 years ago
Leonid Plyushch
46c0d7c699
clamav: update to 0.101.3
5 years ago
Leonid Plyushch
2e7aa2260b
deutex: update to 5.2.1
5 years ago
Leonid Plyushch
d5d0cbb4bb
xz-utils: unsplit from liblzma
Same reason as for curl and bzip2.
5 years ago
Leonid Plyushch
3f4ff81930
procps & psmisc: fix essential status
5 years ago
Leonid Plyushch
20d2ebe3fb
termux-exec: fix essential status
5 years ago
Leonid Plyushch
daf20ced4c
gawk: fix missing essential status
5 years ago
Leonid Plyushch
9eae51b99d
unsplit bzip2 from libbz2
Same reason as for 'curl'.
5 years ago
Leonid Plyushch
26fae4045f
libcurl: unsplit 'curl' subpackage
Both packages are essential and expect to be in bootstrap installation so
splitting is quite useless here.
5 years ago
Leonid Plyushch
43ec963482
make: fix unbound variable error
5 years ago
Leonid Plyushch
e6ec4d85b2
ncurses: safer way for creating symlinks
Force-overwrite symlink instead of rm/create if it exist.
Should prevent some kinds of breakage when building on device and build.sh
fails somewhere in post installation step.
5 years ago
Leonid Plyushch
d274182ade
add support for on-device bootstrapping of "make"
5 years ago
Butta
8fd02b64a0
on-device build: Fix up ncurses and ninja, adjust some setup scripts,
and add dependency info to scripts/setup-termux.sh.
5 years ago
Leonid Plyushch
d5dfcc89c6
alternatives: more editors can be used as alternative for /bin/editor
5 years ago
Leonid Plyushch
f558aafc78
coreutils: disallow on-device build
It can delete utility 'ln' in the process of installation:
make install-exec-hook
make[4]: Entering directory '/data/data/com.termux/files/home/.termux-build/coreutils/build'
/bin/sh: 12: ln: not found
5 years ago
Leonid Plyushch
de8f966397
vim, vim-python: add support for dpkg alternatives
Provide $PREFIX/bin/vim as alternative for $PREFIX/bin/editor.
5 years ago
Leonid Plyushch
b3c8737fa2
micro: add dpkg alternatives support
Provide $PREFIX/bin/micro as alternative for $PREFIX/bin/editor.
5 years ago
Leonid Plyushch
933c6d4333
nano: add dpkg alternatives support
Provide $PREFIX/bin/nano as alternative for $PREFIX/bin/editor.
5 years ago
Leonid Plyushch
19502e0985
dpkg: rm includes, static libraries and dpkg-genbuildinfo from package
If you think they should be present in dpkg package, open issue
and tell about their usability in Termux (with proof).
5 years ago
Leonid Plyushch
654f230e07
dpkg: provide basic /var/lib/dpkg directory structure inside package
Previously was provided only through bootstrap archive.
5 years ago
Leonid Plyushch
40cb049ae2
dpkg: enable support for update-alternatives
Issue: https://github.com/termux/termux-packages/issues/4137
5 years ago
Alessandro Caputo
d10aa162d7
update termux-api to v0.46
5 years ago
Leonid Plyushch
702d7acb15
add stubs to prevent on-device building packages with dangerous operations in build.sh
%ci:no-build
5 years ago
Fredrik Fornwall
7100aaf442
babl: Update from 0.1.68 to 0.1.70
5 years ago
Fredrik Fornwall
2fc5224fa7
ipfs: Update from 0.4.21 to 0.4.22
5 years ago
Fredrik Fornwall
c0924c9be7
syncthing: Update from 1.2.0 to 1.2.1
5 years ago
Fredrik Fornwall
0cfa938cb7
ttyd: Update from 1.5.1 to 1.5.2
5 years ago
Fredrik Fornwall
89a44674d0
ncdu: Update from 1.14 to 1.14.1
5 years ago
Leonid Plyushch
3ac6f52a69
httrack: force-link with libiconv
5 years ago
Fredrik Fornwall
b7bf3beb96
termux-api: Update from 0.43 to 0.44
5 years ago
Fredrik Fornwall
7b67f97fc3
termux-api: Update from 0.42 to 0.43
5 years ago
Fredrik Fornwall
04137c847d
httrack: Depend on libiconv, not libandroid-support
Should fix a build failure.
5 years ago
Fredrik Fornwall
d8e0479c93
procps: Use sysinfo(2) to get uptime
Instead of trying to read /proc/uptime, which is not allowed on Android,
we patch procps to use the sysinfo(2) syscall to figure out the uptime.
This should fix at least "ps -o etime".
5 years ago
Michal Bednarski
2e3c4a1c9d
termux-am: Switch repo and upgrade to v0.3
Includes termux/TermuxAm#2
Removed patch as it was upstreamed
5 years ago
Leonid Plyushch
0ee5c594d9
httrack: bump revision
Gives error:
CANNOT LINK EXECUTABLE "httrack": cannot locate symbol "libiconv_open"
so package should be rebuilt.
5 years ago
Leonid Plyushch
196f0a649a
procps: don't read file /proc/sys/vm/min_free_kbytes
Access to this file is prohibited on some devices by SELinux and causes
utilities to treat /proc as not mounted.
Related issues:
* https://github.com/termux/termux-packages/issues/1625
* https://github.com/termux/termux-packages/issues/4132
5 years ago
Fredrik Fornwall
6a19556bb8
newsboat: Update from 2.15 to 2.16.1
5 years ago
Fredrik Fornwall
77c82b1e7e
pango: Fix build failure
5 years ago
Fredrik Fornwall
0e67f43142
vim-python: Fix incorrect source checksum
5 years ago
Fredrik Fornwall
f1ee32f1f9
valgrind: Fix build
Valgrind cannot be built with -fstack-protector-strong which is now used
by default.
5 years ago
Fredrik Fornwall
dadc5069d8
vim: Update from 8.1.1750 to 8.1.1800
5 years ago