Commit Graph

17303 Commits

Author SHA1 Message Date
Termux Github Actions 6ae16ce3b7 bat: update to 0.20.0
This commit has been automatically submitted by Github Actions.
2022-02-27 12:14:37 +00:00
Termux Github Actions c7bcae6ade libgit2: update to 1.4.2
This commit has been automatically submitted by Github Actions.
2022-02-27 00:24:22 +00:00
Tee KOBAYASHI b6d4de05c4 rsync: Bump revision to rebuild
and add openssl to TERMUX_PKG_DEPENDS.
2022-02-27 05:24:25 +09:00
Termux Github Actions 7493855a4b acr: update to 2.0.0
This commit has been automatically submitted by Github Actions.
2022-02-26 18:06:15 +00:00
Tee KOBAYASHI 17b1dff42b vim: Undef `SIGTSTP` to workaround `Ctrl+Z` issue 2022-02-27 02:45:40 +09:00
Tee KOBAYASHI ea0c7347ea libgit2: Revbump to rebuild 2022-02-27 01:13:25 +09:00
Yaksh Bariya 10662599d3 alpine: depend on openssl 2022-02-26 14:46:07 +00:00
Termux Github Actions 48a5ce4d2c dust: update to 0.8.0
This commit has been automatically submitted by Github Actions.
2022-02-26 12:16:13 +00:00
Yaksh Bariya 2106f178a7
openssl-1.1: include LDFLAGS hack so that openssl1.1 binary can find openssl libraries 2022-02-26 11:05:09 +00:00
Tee KOBAYASHI c55f730e85 libsqlite{,-tcl}: Update to 3.38.0 2022-02-26 19:36:10 +09:00
Tee KOBAYASHI 01069ecb73 new package: make-guile 2022-02-26 19:23:45 +09:00
Maxython 2d4ee971c1 rebuild pacman: to work with the new version of openssl and adding openssl as a dependency 2022-02-26 09:26:31 +00:00
Tee KOBAYASHI fdae613c8f qpdf: Update to 10.6.2 2022-02-26 14:08:05 +05:30
Leap of Azzam 7fa5b47ec8
zig: bump to 0.9.1 (#9137)
* zig: bump to 0.9.1
2022-02-26 14:07:10 +05:30
Yaksh Bariya c3adc089ea
lynx: fix typo in srcurl 2022-02-26 13:25:33 +05:30
Yaksh Bariya 744bec0056
lynx: get source from https protocol 2022-02-26 13:21:12 +05:30
Yaksh Bariya 48db1f8aa8
ldns: update patch for acx_ntnetlabs.m4 2022-02-26 11:46:15 +05:30
Yaksh Bariya 1013469ca5
ipmitool: add missing patch 2022-02-26 11:02:15 +05:30
Yaksh Bariya 1bfc5f9865 revbump all remaining packages that depend on openssl
%ci:no-build

Manual rebuilds will be triggered for all the packages
2022-02-26 04:25:43 +00:00
Yaksh Bariya f2f67b96a3 wrk: Fix builds
Patched Makefile to also include
2d433a9b43.
The patch is available in 4.2.0. I'll try upgrading wrk after OpenSSL 3
rebuild
2022-02-26 04:25:43 +00:00
Yaksh Bariya c0669926e3 tinyfugue: fix builds 2022-02-26 04:25:43 +00:00
Yaksh Bariya 83bdf61629 seafile-client: fix builds 2022-02-26 04:25:43 +00:00
Yaksh Bariya 4820af78f3 php7: fix builds 2022-02-26 04:25:43 +00:00
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