Commit Graph

22 Commits

Author SHA1 Message Date
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
Leonid Pliushch bf3dbf2a9c gzip: bump revision 2020-07-07 19:34:22 +03:00
easyaspi314 (Devin) d3bf4f7621 gzip: hotfix for gnulib vasnprintf.c
Don't use %n in vasnprintf.c, it breaks things.

   $ gzip --version
   FORTIFY: %n not allowed on Android
   Aborted

See m4's issue in #4381.

This should be fixed in the next gzip release, though, as gnulib has
been updated in the master branch. However, for now, this will fix
things.
2020-04-06 02:50:26 +03:00
Leonid Pliushch c352216c63 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
2019-08-12 18:49:13 +03:00
Leonid Pliushch 4832078d86 reformat build.sh for some packages
* Packages where dependencies were sorted are bumped.
2019-07-22 01:51:28 +03:00
Leonid Pliushch ad47bed9bb specify essential packages
* libbz2 / bzip2
 * coreutils
 * libcurl / curl
 * gzip
 * less
 * tar
 * liblzma / xz-utils
2019-07-21 22:18:09 +03:00
Leonid Pliushch 468ad8abbd gzip: fix path to /tmp 2019-03-02 14:52:32 +02:00
Leonid Pliushch 46d333adba add licenses for more packages 2019-01-21 17:17:53 +02:00
Fredrik Fornwall 4a35b54bb6 gzip: Add patch to disable broken FILE fields 2019-01-03 02:32:39 +01:00
Fredrik Fornwall ce5933504e gzip: Update from 1.9 to 1.10 2018-12-30 23:13:43 +01:00
Fredrik Fornwall a64437c43a gzip: Fix text relocations on i686 (fixes #654) 2018-04-09 14:13:22 +02:00
Leonid Pliushch 2f96b6a677 fix patch 2018-03-06 16:45:03 +01:00
Leonid Pliushch e672d27deb patchfile cleanup 2018-03-06 16:45:03 +01:00
Leonid Pliushch d365f5e7df gzip: fix errors in gzexe script 2018-03-06 16:45:03 +01:00
Fredrik Fornwall 8ba6df31d5 gzip: Update from 1.8 to 1.9 2018-01-08 16:06:30 +01:00
Fredrik Fornwall 13d61d5350 gzip: Fix invalid grep path in zgrep (fix #1161) 2017-07-26 12:40:05 +02:00
Fredrik Fornwall b8352277e3 Use more source checksums 2017-03-04 21:54:30 +01:00
Fredrik Fornwall 722ed12d69 Switch from ftp.gnu.org to mirrors.kernel.org 2016-09-24 18:42:39 -04:00
Fredrik Fornwall dbc107ff6c gzip: Update from 1.7 to 1.8 2016-04-27 11:05:57 -04:00
Fredrik Fornwall 786d3f9071 gzip: Update from 1.6 to 1.7 2016-03-29 17:53:50 -04:00
Fredrik Fornwall c64a0461b9 gzip: Fix aarch64 build 2016-01-03 19:46:43 -05:00
Fredrik Fornwall 59f0d218a6 Initial push 2015-06-13 01:03:31 +02:00