Commit Graph

52 Commits

Author SHA1 Message Date
Chongyun Lee 53a95e8b34 libgcrypt: bump to 1.10.3 2023-12-25 21:38:43 +08:00
Tee KOBAYASHI d44b400e2d libgcrypt: Bump to 1.10.2 2023-04-16 03:14:23 +09:00
Tee KOBAYASHI 38d34d38a0 libgcrypt: Fix `configure` for detecting asm support
%ci:no-build
2023-04-02 01:53:29 +09:00
Henrik Grimler 986babfda7 tree-wide: remove pthread/rt patches and workarounds
Commit af18f1dac0 ("scripts: start_build: create libpthread and
librt as well") added helper libs so that packages that try to find
these libs can do so.

%ci:no-build
2023-02-13 05:56:37 +00:00
Tee KOBAYASHI 56112d2c3e libgcrypt: Use termux_setup_no_integrated_as
%ci:no-build
2022-11-08 22:50:01 +00:00
Jia Yuan Lo 035c918418
scripts: add termux_setup_gnu_as_23c for NDK r25 (#11615)
NDK r25 has removed GNU Assembler (GAS). Removal of GAS introduced a number of build issues.
The most prominent is:
/usr/bin/as: unrecognized option '-EL'

Some options to solve this:
1. Disable building custom assembly and suffer performance penalty
2. Hand rewrite the custom assembly to be LLVM compatible
3. Wait for upstream to write LLVM compatible assembly (openssl, openssl-1.1)
4. Bring back GAS from NDK r23c

In this commit, GAS is brought back as a separate toolchain instead of following NDK r23c file hierarchy.
We pass "--gcc-toolchain=GAS_TOOLCHAIN_DIR" to NDK r25 clang to detect.
Packages only have to add "termux_step_gnu_as_23c" to build.sh to enable GAS.
In the future, we expect packages should follow option 3 more than option 4 as that is a last resort.

This commit also bumps revision for packages that rely (or previously rely) on "-fno-integrated-as":
hors, libffi, libgcrypt, libpixman, openssl, openssl-1.1

Co-authored-by: Henrik Grimler <grimler@termux.dev>
Co-authored-by: Chongyun Lee <45286352+licy183@users.noreply.github.com>
2022-08-24 23:17:08 +08:00
Tee KOBAYASHI ae5b1b8443 libgcrypt: Update to 1.10.1 2022-04-02 10:46:19 +05:30
Yaksh Bariya a80ece4ba7
libgcrypt: update to 1.9.4 2021-12-08 18:37:41 +05:30
Leonid Pliushch cc762bfda3
libgcrypt: update to 1.9.3 2021-05-04 16:58:31 +00:00
Leonid Pliushch 7f4e2db883
libgcrypt: fix x86 builds 2021-02-05 22:58:53 +00:00
Leonid Pliushch 7c69d8ed57
libgcrypt: update to 1.9.1 2021-02-05 21:21:47 +00: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
Henrik Grimler 0abcc2d200 libgcrypt: update to 1.8.7 2020-11-06 23:20:47 +01:00
Henrik Grimler 9e4ed47ec0 libgcrypt: update to 1.8.6 2020-07-21 21:50:56 +02:00
Leonid Pliushch c86bb4a1d4 libgcrypt: bump revision 2020-07-09 01:40:29 +03:00
Leonid Pliushch 338f8b43bc libgcrypt: do not use binaries from $PREFIX/bin/applets 2020-07-09 01:40:08 +03:00
Leonid Pliushch ea91ae1458 bumping again flex, libgcrypt, libffi 2020-07-07 19:51:44 +03:00
Henrik Grimler dcb926abd4 Copy LICENSE file for some licenses instead of using generic one (#5478)
* termux-licenses: remove licenses that contain copyright information

These licenses cannot be taken from the common termux-licenses package as the copyright information needs to be distributed with the package as well.

271 packages in the main repository needs to be rebuilt after this change.

* termux_step_install_license: remove duplicated comment

* Bump packages that has a license with copyright information

We need to include this copyright information in the package so need
to rebuild them now that termux_step_install_license has been
modified.

The affected licenses are: MIT, ISC, PythonPL, Openfont-1.1, ZLIB,
Libpng, BSD, BSD 2-Clause, BSD 3-Clause.

* zlib: extract license file from zlib.h

* xorgproto: include all individual license files in package

* libgcrypt: include LICENSE file in package

It contains some copyright information so needs to be included in package

* libcrypt: add a dummy BSD 2-Clause license

According to homepage it is suppose to be BSD 2-Clause, but original
project did not include a license file

* libandroid-spawn: add LICENSE file to package

* libandroid-glob: add license file to package

* licenses: allow for comma separated TERMUX_PKG_LICENSE_FILE

%ci:no-build

* libicu: fix so that termux_step_install_license finds license file

%ci:no-build

* termux_step_install_license: check for license file as "License"

%ci:no-build

* libtiff: specify TERMUX_PKG_LICENSE_FILE

%ci:no-build

* asciidoctor: install license to standard location

* krb5: specify license file

* libdb: specify path to license file

%ci:no-build

* libprotobuf: specify path to license file

* darkhttpd: extract license file from darkhttpd.c

* w3m: ensure host libraries are not picked up

* w3m: extract LICENSE file from dock/README

* liblua{,52}: extract license files from doc/readme.html

* termux_step_install_license: look for License.txt as well

* dart: specify path to LICENSE file

* nim: specify license file

* runit: specify license file

* termux_step_install_license: look for LICENSE.TXT as well

* ossp-uuid: extract LICENSE from README

* pigz: extract LICENSE from pigz.c

* ttyrec: extract LICENSE from ttyrec.c

%ci:no-build

* bmon: specify license files

Most of the source files are licensed under MIT, it is not clear (to me) which
parts that are licensed under BSD 2-Clause.

%ci:no-build

* wordgrinder: specify license files

* fdupes: add LICENSE

* autossh: add LICENSE patch

* cmake: specify LICENSE file

* dos2unix: specify LICENSE file

* gnuplot: specify LICENSE file

* termux_step_install_license: look for variants of "copyright" also

* picolisp: specify LICENSE file

* lua-lpeg: extract license file

* tidy: specify license file

* gflags: specify LICENSE file

* timewarrior: fix src url

It seems to have been changed.

* postgresql: specify license file

* ttyrec: fix license patch header

* fossil: specify license file

* fmt: specify license file

* i2pd: specify license file

* leptonica: specify license file

* imgflo: add license file patch

* ired: add license file from ired github repo

* libzen: specify license file

* libmediainfo: specify license file

* mediainfo: specify license file

* tty-clock: add license patch

* samefile: add license patch

* quickjs: add license patch

* docbook-xml: add LICENSE patch

* docbook-xsl: specify LICENSE files

* gnuplot: configure with --without-latex

* timewarrior: add libshared to SRCURL as well

The non-release archives does not contain gitsubmodules so we need to
download it manually.

* restic: switch back to using 0.9.6 archive

* dart: revert revision bump

dart's SDK does not fully support python3 yet, and trying to solve
that is not entirely trivial. We save the dart bump (and upgrade to
2.8.4) for another day.

%ci:no-build
2020-07-07 18:45:45 +02:00
Leonid Pliushch fdd7687d60 libgcrypt: bump revision 2020-07-07 19:24:01 +03:00
Leonid Pliushch 5123b0cffa fix formatting of some build.sh 2020-01-13 03:00:07 +02:00
Fredrik Fornwall 5d7a32bfcc Get rid of more liblog linkage 2019-12-30 01:05:41 +01:00
Fredrik Fornwall 35cbedc3ac libgcrypt: Update from 1.8.4 to 1.8.5 2019-09-03 11:05:57 +02:00
Leonid Pliushch 6e70277fb3 no more develsplit + provide static libraries as separate package
%ci:no-build
2019-07-28 21:17:12 +03:00
Wetitpig 5f07ac4eb9 Change permissions 2019-02-09 21:06:31 +02:00
Wetitpig 5f8864c10d Improve formatting of parantheses for functions 2019-02-09 21:06:31 +02:00
Leonid Pliushch 46d333adba add licenses for more packages 2019-01-21 17:17:53 +02:00
Fredrik Fornwall 98a1e46a8f libgcrypt: Update from 1.8.3 to 1.8.4 2018-10-28 20:28:42 +01:00
Fredrik Fornwall 2f9f9a64ed libgcrypt: Update from 1.8.2 to 1.8.3 2018-06-13 21:18:24 +02:00
Fredrik Fornwall 4532524e61 libgcrypt: Update from 1.8.1 to 1.8.2 2017-12-14 16:39:33 +01:00
Stephen e364793a3d version bump
need new package for #1169
2017-09-18 08:07:00 +02:00
Stephen 3c756b5ba8 add libgpg-error-dev to gcrypt devpackage depends
#1169
2017-09-14 22:54:49 +02:00
Leonid Pliushch ee2158978a libgcrypt: fix hardcoded paths 2017-09-12 13:49:32 +02:00
Fredrik Fornwall 2b42eaeaff libgcrypt: Update from 1.8.0 to 1.8.1 2017-08-30 00:14:19 +02:00
Fredrik Fornwall 23f2afbd07 libgcrypt: Update from 1.7.8 to 1.8.0 2017-07-20 21:45:14 +02:00
Fredrik Fornwall 32eb81a2fe libgcrypt: Update from 1.7.7 to 1.7.8 2017-07-10 02:16:52 +02:00
Fredrik Fornwall eaab0adeba libgcrypt: Update from 1.7.6 to 1.7.7 2017-06-04 23:50:52 +02:00
Fredrik Fornwall b26283d4a7 Update from NDK r13 to r14
For those using Docker build environments: run scripts/update-docker.sh
to pull the latest Docker image with r14 installed.

Otherwise, remove the $NDK directory (defaults to
$HOME/lib/android-ndk if not setup in the environment) and run
scripts/setup-android-sdk.sh to setup a r14 installation.
2017-03-04 22:03:54 +01:00
Fredrik Fornwall cfe9967ac4 libgcrypt: Update from 1.7.3 to 1.7.6
Fixes #594.
2017-01-24 09:57:48 +01:00
Fredrik Fornwall c2c270c5db libgcrypt: Revert from 1.7.4 to 1.7.3
See issue #594.
2016-12-14 15:38:21 -05:00
Fredrik Fornwall 40d2817d3e libgcrypt: Update from 1.7.3 to 1.7.4 2016-12-11 08:58:11 -05:00
Fredrik Fornwall 7ce5638519 Cleanup of more packages 2016-09-03 18:45:08 -04:00
Fredrik Fornwall 0a94e66045 libgcrypt: Update from 1.7.2 to 1.7.3 2016-08-18 18:22:52 -04:00
Fredrik Fornwall d07a47a011 libgcrypt: Update from 1.7.1 to 1.7.2 2016-07-14 18:21:28 -04:00
Fredrik Fornwall 6c9a53e3ba libgcrypt: Disable asm also for x86_64 2016-06-17 06:36:35 -04:00
Fredrik Fornwall fa21d0bd70 libgcrypt: Update from 1.7.0 to 1.7.1 2016-06-16 18:39:02 -04:00
Fredrik Fornwall bb27a0ec42 Various package updates
Many of them cascading from the update of glib.
2016-05-04 08:54:30 -04:00
Fredrik Fornwall 5f2951bea2 libgpg-error: Fix posix lock objet on aarch64
Bump build revision on dependant packages since this changes the
libgpg ABI.
2016-03-23 07:32:44 -04:00
Fredrik Fornwall 2bdb5c818a libgcrypt: Update from 1.6.4 to 1.6.5 2016-02-10 10:56:09 -05:00
Fredrik Fornwall 55835f219e libgcrypt: Fix crash in gpg-agent on arm devices 2016-01-20 17:23:45 -05:00
Fredrik Fornwall 637f22d133 Remove DT_VERDEF and DT_VERDEFNUM elf entries
This fixes Android 6 problems (so closes #26).

It also rebuilds termux-elf-cleaner when needed
and bumps some build revisions for packages
needed updates to remove DT_VERDEF and DT_VERDEFNUM.
2015-10-13 15:48:40 -04:00