Leonid Plyushch
93d281d2fa
termux-elf-cleaner: update to 1.8
5 years ago
Leonid Plyushch
531c4e7f70
move some packages from unstable repo
Some of them *may* have unresolved issues.
5 years ago
Leonid Plyushch
0688462562
disabled-packages: add guile, guile18, gopass from unstable repo
5 years ago
Henrik Grimler
4a20b5c66c
unifdef: make sure man/man1 exists during build
5 years ago
Henrik Grimler
864745387f
libcln: update to 1.3.5
5 years ago
Henrik Grimler
e772488524
ncompress: make sure man/man1 exists
5 years ago
Henrik Grimler
a053a9939c
hunspell-en-us: update dictionary
5 years ago
Henrik Grimler
c2f57de29e
termux_step_setup_toolchain: skip running termux-elf-cleaner
Running termux-elf-cleaner before strip might break libraries:
https://github.com/termux/termux-packages/issues/3990#issuecomment-507618608
5 years ago
Leonid Plyushch
a3ab0750e8
remove package: unstable-repo
https://bintray.com/xeffyr/unstable-packages-21 is going to be disabled
after 01.01.2020.
5 years ago
Leonid Plyushch
4fcc7a1269
remove package: x11-repo
https://bintray.com/xeffyr/x11-packages-21 is going do be disabled
after 01.01.2020.
5 years ago
Leonid Plyushch
f6e6addf36
vim-python: fix python support
Issue https://github.com/termux/termux-packages/issues/4563 .
5 years ago
Leonid Plyushch
9419e7a3b2
boost: update for python 3.8
5 years ago
Leonid Plyushch
2abfeb3d0c
vim-python: update for python 3.8
5 years ago
Leonid Plyushch
1c27967b4f
ranger: update for python 3.8
5 years ago
Leonid Plyushch
e5ad2a8a45
profanity: update for python 3.8
5 years ago
lucy phipps
581715df1e
update asciinema
5 years ago
Leonid Plyushch
9500b6e97c
sync ./scripts/setup-ubuntu.sh with branch 'master'
5 years ago
Leonid Plyushch
a9ce60894f
python: update to 3.8
5 years ago
Fredrik Fornwall
3ed9fb7692
nim: Update from 1.0.2 to 1.0.4
5 years ago
Fredrik Fornwall
ff446bfaf3
git-lfs: Update from 2.9.0 to 2.9.1
5 years ago
Fredrik Fornwall
8ee27b7dc9
rgbds: Update from 0.3.8 to 0.3.9
5 years ago
Leonid Plyushch
6d2d97d454
move from unstable: translate-shell
5 years ago
Leonid Plyushch
76ee5950b7
move from unstable: spiped
5 years ago
Leonid Plyushch
2b07f7cd15
move from unstable: progress
5 years ago
Leonid Plyushch
cf32431612
move from unstable: kubectl
5 years ago
Leonid Plyushch
24441ec654
move from unstable: goaccess
5 years ago
Leonid Plyushch
f07689c8e8
move from unstable: fasd
5 years ago
Leonid Plyushch
46713e4bdd
move from unstable: netsed
5 years ago
Leonid Plyushch
18b89aac4a
move from unstable: go-findimagedupes
5 years ago
Leonid Plyushch
0e8a48ad58
move from unstable: elixir
5 years ago
Leonid Plyushch
5aff1956fa
move from unstable: duc
5 years ago
Leonid Plyushch
54252424d4
termux-tools: do not advertise unstable & x11 repositories in motd
They are going to be disabled for Android 5 & 6.
5 years ago
Leonid Plyushch
450b0b9264
apt: remove unstable & x11 repositories from suggests
They are going to be disabled for Android 5 & 6.
5 years ago
Leonid Plyushch
83946743d5
apt: move gnupg to suggests to prevent its automatic installation during upgrade
5 years ago
Leonid Plyushch
0fd035ae2c
apt: prevent usage of certain commands as root
Usage of package manager as root has certain bad effects in Termux such as
messed up SELinux contexts and ownership. Root checks done in 'pkg' wrapper
are not reliable because one can execute 'apt' directly or with third-party
script downloaded from the Internet.
This commit adds user id check and if it found that uid is 0, apt will
refuse to do any work in root session. These checks done in such way so
they cannot be bypassed in any way unless command is executed as non-root
user.
Those who use Termux via ADB root shell should be able to switch to Termux
user id with command 'su' in order to have package manager working.
---
This change also affects the 'termux-info' utility:
* It will no longer use 'apt policy' to detect subscribed repositories. Each
source will be checked by script manually.
* Information will be copied to clipboard only if 'termux-api' is installed.
* Syntax error in timeout command is fixed: 'timeout' doesn't understand the
argument '-t'.
* Minor information entries reordering.
5 years ago
Efreak
abd6e645f4
Don't run `apt update` if it's been run recently ( #4135 )
When installing or searching for packages, the `apt update` will run only if it
was not executed within the last 5 minutes. Command `pkg upgrade` will
always execute `apt update` to ensure that latest package versions were
picked during upgrade.
5 years ago
Leonid Plyushch
b1cadc9dd6
termux-tools: prevent word-splitting of arguments with space
6 years ago
Leonid Plyushch
5db38a99b3
termux-tools: handle arguments for "pkg upgrade"
Fix for https://github.com/termux/termux-packages/issues/3758 .
6 years ago
Leonid Plyushch
a8cc783a67
termux-tools: use @TERMUX_PREFIX@ instead of path in sources
Ensure that scripts always use correct prefix-specific path.
5 years ago
Leonid Plyushch
0708bb5c05
termux-tools: use default shebang in sources
This will allow build system to set shebang according to the
current TERMUX_PREFIX.
5 years ago
Leonid Plyushch
443c2b590a
apt: update patches
Reorganize patches for better understanding and ensure they are applied in
expected order.
Another changes:
* gnupg is now in recommends (used by apt-key).
* x11-repo is now in suggests.
* TCSAFLUSH patch is dropped because it is covered by one of NDK patches
where TCSAFLUSH value is replaced with TCSANOW.
5 years ago
Leonid Plyushch
91c812d331
build-package.sh: exclude x11 & unstable repositories from fast builds
These repositories will be disabled for Android 5 soon.
5 years ago
Leonid Plyushch
865afd0c6a
bump revisions for acr, exiftool, libluajit, miniupnpc, virustotal-cli
5 years ago
Leonid Plyushch
adb10d423d
gnupg: unsplit dirmngr
See issue https://github.com/termux/termux-packages/issues/4524 .
5 years ago
Leonid Plyushch
d4e5f02013
Merge pull request #4536 from rigrig/android-5
tintin++: Update from 2.01.91 to 2.01.92
5 years ago
Richard de Boer
10f5b412e6
tintin++: Update from 2.01.91 to 2.01.92
Also fix license field: TinTin++ 2.01.8 switched from GPL-2.0 to GPL-3.0
5 years ago
Fredrik Fornwall
50b03c27b3
neovim: Update from 0.4.2 to 0.4.3
5 years ago
Fredrik Fornwall
487af70e9b
luv: Update from 1.30.1-1 to 1.32.0-0
5 years ago
Leonid Plyushch
92a21f5887
busybox: update to 1.31.1 and sync patches with branch 'master'
5 years ago
Leonid Plyushch
8af7d42765
move from unstable: virustotal-cli
5 years ago