Leonid Plyushch
3ca0a5506e
zsh: avoid set(*)uid & set(*)gid calls
They are blocked by seccomp on recent Android OS versions.
5 years ago
Henrik Grimler
f551d9d245
zsh: avoid calls that might be denied by selinux
5 years ago
gammafn
4887bde710
zsh: add zsh/zselect module (Github: #4939 )
Additionally, the module list is now sorted
5 years ago
Leonid Plyushch
4a0e2e0804
zsh: update to 5.8
5 years ago
Leonid Plyushch
ea9f241205
fix formatting of some build.sh
5 years ago
Leonid Plyushch
d111f5bf74
packages: standardize values of several control variables for build.sh
Variables
TERMUX_PKG_PLATFORM_INDEPENDENT
TERMUX_DEBUG
TERMUX_PKG_HAS_DEBUG
TERMUX_PKG_ESSENTIAL
TERMUX_SUBPKG_ESSENTIAL
TERMUX_PKG_NO_STATICSPLIT
TERMUX_PKG_BUILD_IN_SRC
TERMUX_PKG_FORCE_CMAKE
TERMUX_PKG_HOSTBUILD
should not accept arbitrary values for marking them "enabled". Instead
they should accept boolean values which makes them easier to handle and
also makes their meaning clear.
build-package.sh should make decision based on variable's value but not on
whether it is set or empty.
%ci:no-build
6 years ago
Leonid Plyushch
702d7acb15
add stubs to prevent on-device building packages with dangerous operations in build.sh
%ci:no-build
6 years ago
Oliver Schmidhauser
b6bae0eb11
bump changed packages
6 years ago
Wetitpig
78b944ba05
Improve formatting of parantheses for functions
6 years ago
Fredrik Fornwall
90f1f6f588
zsh: Update from 5.7 to 5.7.1
6 years ago
Fredrik Fornwall
7522fd255e
zsh: Update from 5.6.2 to 5.7
6 years ago
Leonid Plyushch
1b8fca7c3e
fix licenses where possible
Some packages have license set to "custom" and this
should be fixed.
6 years ago
Leonid Plyushch
037bcf9566
add licenses for more packages
6 years ago
Fredrik Fornwall
f281e0bc83
zsh: Add mapfile module ( fixes #3116 )
6 years ago
Fredrik Fornwall
6889254982
zsh: Update from 5.6.1 to 5.6.2
Also enable the zsh/stat module (#2829 ).
6 years ago
Fredrik Fornwall
23d7f1640a
zsh: Update from 5.6 to 5.6.1
6 years ago
Fredrik Fornwall
d1c44d14fa
zsh: Update from 5.5.1 to 5.6
6 years ago
Fredrik Fornwall
6d0bb9fc31
zsh: Simplify command_not_found_handler()
See https://github.com/termux/termux-packages/issues/2655#issuecomment-405100634
7 years ago
Fredrik Fornwall
997acb7b4f
zsh: Exit with error in command_not_found_handler
Fixes #2655 .
7 years ago
Fredrik Fornwall
26132b3bce
bash and zsh: Bump revision after PS1 addition
7 years ago
Fredrik Fornwall
0ac7043b58
zsh: Update from 5.5 to 5.5.1
7 years ago
Fredrik Fornwall
bdecd92560
zsh: Bump revision after enabling pcre
7 years ago
tomty89
79d117f0e7
zsh: enable pcre ( #2331 )
7 years ago
Fredrik Fornwall
9db19a6702
zsh: Update from 5.4.2 to 5.5
7 years ago
Fredrik Fornwall
915247fed4
zsh: Build with ac_cv_func_getpwuid=yes
The build exports ac_cv_func_getpwuid=no to disable getpwuid as it
doesn't make much sense on Android. But we need it on zsh to get
the username part of the prompt working. Fixes #424 .
7 years ago
Fredrik Fornwall
1ee018abc5
zsh: Fix /usr/local in $fpath ( #1730 )
7 years ago
Auxilus
35d070fc50
zsh: Update from 5.4.1 to 5.4.2 ( #1365 )
8 years ago
Fredrik Fornwall
388abdf83a
zsh: Update from 5.3.1 to 5.4.1
8 years ago
its-pointless
aa605e8901
put shebang in scripts
8 years ago
Fredrik Fornwall
b4b0cc1875
zsh: Fix bogus nice() warning ( #1151 )
8 years ago
Fredrik Fornwall
9d488d627e
zsh: Add the zpty module ( fixes #672 )
8 years ago
Fredrik Fornwall
af4dc416ed
s/TERMUX_PKG_BUILD_REVISION/TERMUX_PKG_REVISION/
8 years ago
Fredrik Fornwall
fee976030a
zsh: Build the system module ( fixes #659 )
8 years ago
Fredrik Fornwall
b4d91635b9
zsh: Update from 5.2.0 to 5.3.1
8 years ago
Fredrik Fornwall
8927f8fbc6
zsh: Return 0 from command_not_found_handler
"The function should return status zero if it successfully handled
the command, or non-zero status if it failed. In the latter case
the standard handling is applied: ‘command not found’ is printed
to standard error and the shell exits with status 127."
- http://zsh.sourceforge.net/Doc/Release/Command-Execution.html
Needed after changes in
https://github.com/termux/termux-packages/pull/566
where the command-not-found program no longer exists itself with 0.
8 years ago
Fredrik Fornwall
4d8dd31459
zsh: Enable the deltochar and mathfunc modules
The deltochar and mathfunc modules are small and used by grml-zsh.
Fixes #494 .
8 years ago
Fredrik Fornwall
9fc0086f05
zsh: Add the curses, socket and zprof modules
Also mark $PREFIX/etc/zshrc as a configuration file.
8 years ago
Fredrik Fornwall
0b5eaee9d6
zsh: Enable the zsh/regex module
9 years ago
Fredrik Fornwall
77a8de768d
zsh: Enable the files module ( fixes #61 )
9 years ago
Fredrik Fornwall
fe66968bf8
zsh: Update from 5.1.1 to 5.2.0
9 years ago
Fredrik Fornwall
917dd81c3f
Update zsh source url
9 years ago
Fredrik Fornwall
2ba1fa72aa
zsh: Work on binary loadable modules
9 years ago
Fredrik Fornwall
e46c5cbca3
Make zsh folder permissions to please compaudit
Closes #31 .
9 years ago
Fredrik Fornwall
84d1e6dcf2
zsh: Bump revision
10 years ago
Fredrik Fornwall
eb176fb635
zsh: Update to 5.1.1 from 5.1
10 years ago
Fredrik Fornwall
4eb87e93aa
zsh: Avoid extra binaries
10 years ago
Fredrik Fornwall
bfd612760d
zsh: Update from 5.0.8 to 5.1
10 years ago
Fredrik Fornwall
f0d4e3805a
Patch a WIFCONTINUED definition to <sys/wait.h>
This fixes job control in bash and zsh
10 years ago
Fredrik Fornwall
3cc4ef712e
Enable command-not-found for bash and zsh interactive shells
10 years ago
Fredrik Fornwall
638b6413b1
zsh: Disable TIOCSETD ioctl during initialization
10 years ago