Commit Graph

17280 Commits

Author SHA1 Message Date
Yaksh Bariya ae993e618c nzbget: link against legacy openssl-1.1 2022-02-26 04:25:43 +00:00
Yaksh Bariya 6dcd2d2263 mdbook-plantuml: link against legacy openssl-1.1 2022-02-26 04:25:43 +00:00
Yaksh Bariya 2728e09ac3 lftp: fix build with OpenSSL 3 2022-02-26 04:25:43 +00:00
Yaksh Bariya 118161fc7d ldns: link against legacy openssl-1.1 2022-02-26 04:25:43 +00:00
Yaksh Bariya dbd47c5f82 krb5: link against legacy openssl-1.1 2022-02-26 04:25:43 +00:00
Yaksh Bariya 34ad2a107e kphp: link against legacy openssl-1.1 2022-02-26 04:25:43 +00:00
Yaksh Bariya b560bffa4c git-crypt: link against legacy openssl-1.1 2022-02-26 04:25:43 +00:00
Yaksh Bariya b56b0657c7 dog: link against legacy openssl-1.1 2022-02-26 04:25:43 +00:00
Yaksh Bariya 43724e1f89 crowbook: link against openssl-1.1 2022-02-26 04:25:43 +00:00
Yaksh Bariya 9a60ff6919 cfengine: fix builds with OpenSSL 3 2022-02-26 04:25:43 +00:00
Yaksh Bariya 49106f00c5 boinc: fix builds with OpenSSL 3 2022-02-26 04:25:43 +00:00
Yaksh Bariya 0608868e17 openssl: update to 3.0.1
Changes made:-
- OpenSSL has been updates to 3.0.1
- `openssl-1.1` package has been added for packages still needing the
  legacy version.

Any package that still needs legacy openssl-1.1 needs some extra CFLAGS,
CXXFLAGS, LDFLAGS and CPPFLAGS

CFLAGS="-I$TERMUX_PREFIX/include/openssl-1.1 $CFLAGS"
CXXFLAGS="-I$TERMUX_PREFIX/include/openssl-1.1 $CXXFLAGS"
CPPFLAGS="-I$TERMUX_PREFIX/include/openssl-1.1 $CPPFLAGS"
LDFLAGS="-L$TERMUX_PREFIX/lib/openssl-1.1 $LDFLAGS"

Additionally if the package by itself adds `-I$prefix/include` or
similar, it needs to be patched not to do so in order to prevent it from
using OpenSSL 3 headers

Similarly for LDFLAGS, make sure that package doesn't add
`-L$prefix/lib` and `-Wl,-rpath=$prefix/lib` before OpenSSL 1.1 LDFLAGS
nentioned above or else it will cause compilation errors
2022-02-26 04:25:43 +00:00
Termux Github Actions 4df7cc3000 flyctl: update to 0.0.301
This commit has been automatically submitted by Github Actions.
2022-02-25 18:12:46 +00:00
Tee KOBAYASHI 272f30ead3 dgsh: Move to disabled packages
due to not being properly packaged.

See https://github.com/termux/termux-packages/issues/8702 for details.
2022-02-26 02:20:11 +09:00
Tee KOBAYASHI a7332ef7a6 slashem-extended: Move to disabled packages
until problems are solved listed in https://github.com/termux/termux-packages/issues/8571.
2022-02-26 01:55:34 +09:00
YAKSH BARIYA 6fe370b6cd
picolisp: update to 21.12 (#9084) 2022-02-25 14:02:46 +00:00
Termux Github Actions edda0357c0 erlang: update to 24.2.2
This commit has been automatically submitted by Github Actions.
2022-02-25 12:31:41 +00:00
Tee KOBAYASHI 68a9bd25d5 groovy: Fix libjansi issue 2022-02-25 17:31:24 +09:00
Tee KOBAYASHI c064f5bc00 zsh: Update to 5.8.1 2022-02-25 17:18:35 +09:00
Tee KOBAYASHI b79578e672 privoxy: Update to 3.0.33 2022-02-25 17:12:07 +09:00
Tee KOBAYASHI 0a27254223 util-linux: Update to 2.37.4 2022-02-25 17:00:30 +09:00
Tee KOBAYASHI 0de20f27ba gnuplot: Update to 5.4.3 2022-02-25 16:51:33 +09:00
Tee KOBAYASHI 13c7f2e7f5 libsasl: Update to 2.1.28 2022-02-25 16:45:24 +09:00
Henrik Grimler e37646a3ae
Revert "[TEMP] download deps from grimler.se instead of packages.termux.org"
This reverts commit 7850c1d98b.
2022-02-25 08:27:38 +01:00
Termux Github Actions 9049b2d1e7 findomain: update to 7.0.1
This commit has been automatically submitted by Github Actions.
2022-02-25 06:27:46 +00:00
Termux Github Actions fcb6c6f8b7 shiori: update to 1.5.2
This commit has been automatically submitted by Github Actions.
2022-02-24 18:26:59 +00:00
Termux Github Actions a0e678efaa cicada: update to 0.9.29
This commit has been automatically submitted by Github Actions.
2022-02-24 18:17:16 +00:00
Henrik Grimler 7850c1d98b
[TEMP] download deps from grimler.se instead of packages.termux.org
Fosshost mirror is down at the moment.
2022-02-24 14:11:43 +01:00
Termux Github Actions 19d2bdda84 cicada: update to 0.9.27
This commit has been automatically submitted by Github Actions.
2022-02-24 06:17:26 +00:00
Termux Github Actions 788ff55d55 flyctl: update to 0.0.300
This commit has been automatically submitted by Github Actions.
2022-02-24 00:18:45 +00:00
Tee KOBAYASHI a92f46633a gegl: Update to 0.4.34 2022-02-24 02:41:10 +05:30
Tee KOBAYASHI 184b88f372 ldns: Update to 1.8.1 2022-02-24 02:40:35 +05:30
Termux Github Actions 83f620d2ab croc: update to 9.5.2
This commit has been automatically submitted by Github Actions.
2022-02-23 18:13:47 +00:00
Tee KOBAYASHI d8be3e9f55 libgit2: Define `getloadavg()` 2022-02-24 02:35:25 +09:00
Tee KOBAYASHI f6e0a7a8e3 vim{,-python}: Update to 8.2.4450 2022-02-23 18:54:48 +05:30
Termux Github Actions d47458fa9d libnghttp2: update to 1.47.0
This commit has been automatically submitted by Github Actions.
2022-02-23 12:17:11 +00:00
Tee KOBAYASHI 8ef28ad578 libaom: Add subpackage aom-tools 2022-02-23 19:59:41 +09:00
Tee KOBAYASHI 9af8355030 libaom: Update to 3.3.0 2022-02-23 19:59:41 +09:00
Tee KOBAYASHI ec611b31f8 libneon: Update to 0.32.2 2022-02-23 19:07:24 +09:00
xtkoba 3248cb682b starship: Make `libz.so` visible for target build 2022-02-23 18:51:50 +09:00
Yaksh Bariya 3dd882d65c starship: update to 1.3.0 2022-02-23 18:51:50 +09:00
Tee KOBAYASHI 6a9b9a3813 libgit2: Revbump revdeps 2022-02-23 18:36:31 +09:00
Tee KOBAYASHI dcef278449 libgit2: Update to 1.4.1 2022-02-23 18:36:31 +09:00
Tee KOBAYASHI 7632ffe0a8 new package: fte 2022-02-23 18:19:54 +09:00
Tee KOBAYASHI 9be3f7148b go-findimagedupes: Bump revision to rebuild 2022-02-23 18:07:57 +09:00
William Budington 9a04709c74 apkeep: update to v0.9.0 2022-02-23 12:11:26 +05:30
Tee KOBAYASHI ee2bd6dce5 ffmpeg: Backport patch for VP9 DTS correction
from 68595b46cb.
2022-02-23 12:10:30 +05:30
Termux Github Actions 88ba24723c flyctl: update to 0.0.298
This commit has been automatically submitted by Github Actions.
2022-02-23 00:20:40 +00:00
Henrik Grimler 10ac0586ee
irssi: use .diff for manually applied patch
So that all manually applied patches have the same suffix.

%ci:no-build
2022-02-22 21:13:29 +01:00
Henrik Grimler dc896e159e
enscript: avoid manually applying patches
This also fixes the LibraryPath, seems @TERMUX_PREFIX@ was not sed'ed
in it before.
2022-02-22 21:10:05 +01:00