92 Commits

Author SHA1 Message Date
Robert Kirkman
4132acf5e2 fix 2 syntax problems in build script 2023-07-12 23:44:19 -05:00
Robert Kirkman
65a687f9e7 more improvements to build script 2023-07-12 20:53:08 -05:00
Robert Kirkman
9581d0d83d progress on build script 2023-07-12 16:53:14 -05:00
Robert Kirkman
70f388602c initial commit to build bootstraps. Credit to Vx5 and Maxython. 2023-07-12 06:35:15 -05:00
Tee KOBAYASHI
a271769150 bash: Fix getconf loadable
`confstr` is not available to Android.
2023-04-01 23:43:24 +09:00
Tee KOBAYASHI
3c88b59561 *: Disable clang16-porting for essential packages
%ci:no-build
2023-03-28 16:27:35 +09:00
Tee KOBAYASHI
afd4352965 bash: Bump to 5.2.15 2022-12-14 04:48:14 +00:00
Tee KOBAYASHI
955a65b969 bash: Bump to 5.2.12 2022-11-26 13:06:13 +00:00
Tee KOBAYASHI
756ed49151 bash: Bump to 5.2.9 2022-11-08 10:49:37 +00:00
Lucinda May Phipps
9d78230ef2 bash: fix @TERMUX_PREFIX@ 2022-10-07 17:18:42 +01:00
Tom Yan
04a3ab0f93 bash: bump revision after change
the bump supposedly in the previous commit was lost somehow
2022-10-07 19:26:55 +08:00
Wu Zhenyu
d7bc2a7445 bash: enable bash-completion by default if installed 2022-10-07 19:10:45 +08:00
Lucy Phipps
3eba25d7a6 bash: fix build of loadable builtins 2022-10-06 21:38:46 +01:00
Lucinda May Phipps
fc58dc0f8b bash: update to 5.2.2 2022-10-06 16:59:59 +01:00
Lucy Phipps
19b9b87f69 bash: fix build.sh 2022-09-27 12:18:35 +01:00
Lucy Phipps
e913dbdd18 bash: update to 5.2. 2022-09-27 12:14:10 +01:00
Freed-Wu
3eb7153fa6 add $TERMUX_PKG_RECOMMENDS for zsh/bash 2022-04-02 17:06:42 +09:00
Tee KOBAYASHI
fe0b5e0252 bash: Update to 5.1.16 2022-02-01 10:24:49 +05:30
Lucy Phipps
9294069374 bash: bump revision 2021-11-29 08:23:30 +00:00
Lucy Phipps
ac21a02504 bash: bump revision 2021-11-29 08:00:39 +00:00
Lucinda May Phipps
15f9d29901 bash: update to 5.1.p12 2021-11-29 04:18:15 +00:00
Leonid Pliushch
7fb96d2ea2 bash: update to 5.1.8 2021-05-05 11:52:53 +00:00
Leonid Pliushch
96a05a7dfd bash: update to 5.1.4 2021-01-07 13:57:54 +02:00
Leonid Pliushch
fd66e2fe29 get rid of verify-prefix.patch.txt
Switching to a more "soft" solution which will be focused on apt only.

Apt will now send an application package name (com.termux) and prefix
(/data/data/com.termux/files/usr) as part of user-agent string. That
will allow to distinguish real Termux users from parties which download
our packages and binary-patching them for the custom prefix.

Note that this will disable user's possibility to set custom User-Agent
for apt.
2020-12-24 16:42:32 +02:00
Leonid Pliushch
37375312b9 explicitly set maintainer for each package
In issue https://github.com/termux/termux-packages/issues/6160 I have found
that community repo "its-pointless.github.io" specifies us as maintainer
for its packages. This is NOT TRUE and potentially misleads people using
these packages.

Now TERMUX_PKG_MAINTAINER will contain a default value which is neutral
and not specify maintainer. So all packages now have to override it to
the correct value.

[skip ci]
%ci:no-build
2020-12-20 15:16:34 +02:00