Commit Graph

15715 Commits

Author SHA1 Message Date
Fredrik Fornwall ebd7ef86b5 Update readline to v7 and bash to v4.4
As a consequence of updating readline to version 7 we bump the
build revision of all packaging linking to it as the soname has
changed.
2021-11-27 13:00:40 +01:00
Fredrik Fornwall 949c4342cf Cleanup of more packages 2021-11-27 13:00:40 +01:00
Fredrik Fornwall a7aabf2e45 brogue: Prepare for clang 2021-11-27 13:00:40 +01:00
Fredrik Fornwall fd2442216a angband: Update from 4.0.4 to 4.0.5 2021-11-27 13:00:40 +01:00
Fredrik Fornwall d350e87785 angband: Update from 4.0.3 to 4.0.4 2021-11-27 13:00:40 +01:00
Fredrik Fornwall 147c3125b1 Fix rpl_malloc when cross compiling
Work around rpl_malloc being used, see
http://wiki.buici.com/xwiki/bin/view/Programing+C+and+C%2B%2B/Autoconf+and+RPL_MALLOC
for more information:

"The AC_FUNC_MALLOC macro makes sure that the malloc function when passed a zero
argument returns a valid memory block instead of a NULL pointer. This behaviour
conforms to the GNU C library.  Normally, this is a reasonable test that autoconf
makes at build-time. In the case of cross-compilation, however, autoconf cannot
execute a program to verify proper behavior.  It makes the conservative assumption
that the target library will produce non-conforming code.

Failure of this test causes autconf to replace malloc() calls with rpl_malloc()
calls. At link time, if there is no rpl_malloc() function, the linker will fail
with an error describing the missing symbol. The autoconf documentation recommends
adding this harmless code to the application to implement the function."

In Termux the rpl_malloc() usage is useless at best, and may also prevent building
some packages as well as giving runtime crashes for libgc-using packages or others
expecting to intercept malloc.

Previously some packages specified worked around this themselves, but the configure
arguments are now moved into build-package.sh.
2021-11-27 13:00:40 +01:00
Fredrik Fornwall 6b5235f52d Minor version bumps 2021-11-27 13:00:40 +01:00
Fredrik Fornwall d0f623bbf4 angband: Update to 4.0.2 from 4.0.1 2021-11-27 13:00:40 +01:00
Fredrik Fornwall 61ed93d7e5 frotz: Update frotz from 2.43 to 2.44 2021-11-27 13:00:40 +01:00
Fredrik Fornwall 6f44cb75da angband: Update to 4.0.1 2021-11-27 13:00:40 +01:00
Fredrik Fornwall 4e6cca7e20 frotz: Fix man path 2021-11-27 13:00:40 +01:00
Fredrik Fornwall e202d4541c Update greed from 3.11 to 4.1 2021-11-27 13:00:40 +01:00
Fredrik Fornwall 25d152455a Initial push 2021-11-27 13:00:40 +01:00
Henrik Grimler bf4e4a6489 open-adventure: update to 1.7 2021-11-27 13:00:40 +01:00
Henrik Grimler 88e749fc25 open-adventure: add package 2021-11-27 13:00:40 +01:00
Yonle d3e5b6fc05 pcre: Change source download 2021-11-27 07:54:19 +01:00
Yonle 78789dbd65 [test] Rewrite patch 2021-11-27 09:52:19 +05:30
Yonle acd6608d68 [test] remove autoplug_libcaca.patch 2021-11-27 09:52:19 +05:30
Yonle 6da988cb1a meson: Bump 0.90.1 2021-11-27 09:52:19 +05:30
Yonle 2496207111 Change sha256sum 2021-11-27 09:52:19 +05:30
Yonle 21c2a0ca27 Bump 1.19.3 2021-11-27 09:52:19 +05:30
Yonle e2f5ea20e9 fluidsynth: Bump 2.2.4 2021-11-27 09:41:14 +05:30
Termux Github Actions 0f1822c27b k9s: update to 0.25.7
This commit has been automatically submitted by Github Actions.
2021-11-27 00:24:57 +00:00
Termux Github Actions 8680beeea4 fd: update to 8.3.0
This commit has been automatically submitted by Github Actions.
2021-11-27 00:17:07 +00:00
Henrik Grimler 3bb1aefce9 argon2: update SRCURL
So that build works again.

%ci:no-build
2021-11-26 20:04:29 +01:00
Termux Github Actions c0720ccbc3 harfbuzz: update to 3.1.2
This commit has been automatically submitted by Github Actions.
2021-11-26 18:13:39 +00:00
Henrik Grimler 20d81f49ed
unbound: bump, package is missing from repo
The CI script seem to have a problem with building dependencies when
several packages are added in a single merge.
2021-11-26 12:52:58 +01:00
Henrik Grimler cdff59cb7b
libnutls: bump after dependency on unbound was added
Forgot about that in the PR.
2021-11-26 08:57:20 +01:00
Tee KOBAYASHI 031ba9f0d2 libgnutls: Enable libdane 2021-11-26 08:56:49 +01:00
Tee KOBAYASHI 8c49908831 new package: unbound 2021-11-26 08:56:49 +01:00
Arun 578ea03970 php: update to 8.1 2021-11-26 08:55:45 +01:00
Termux Github Actions 37617c6261 btfs: update to 1.6.0
This commit has been automatically submitted by Github Actions.
2021-11-26 06:14:38 +00:00
Termux Github Actions fd2cc9918b git-delta: update to 0.10.1
This commit has been automatically submitted by Github Actions.
2021-11-25 18:14:56 +00:00
Henrik Grimler cc4b45dc54
pass-otp: use command -v instead of which
Fixes https://github.com/termux/termux-packages/issues/8057.
2021-11-25 13:15:06 +01:00
Termux Github Actions e5428dd6b9 libexif: update to 0.6.24
This commit has been automatically submitted by Github Actions.
2021-11-25 12:13:41 +00:00
Termux Github Actions 9607440989 jfrog-cli: update to 2.6.2
This commit has been automatically submitted by Github Actions.
2021-11-25 12:12:44 +00:00
Henrik Grimler 0dbab6fa85 gobject-introspection: get python version from python build.sh
Hardcoding it in gobject-introspection's build.sh and meson.patch will
most definetly lead to us failing to update it somewhere when updating
or rebuilding the package.
2021-11-25 13:02:27 +01:00
Tee KOBAYASHI 5837f3f445 Rename extension 2021-11-25 13:02:27 +01:00
Tee KOBAYASHI b134718de2 meson should use python3.10 2021-11-25 13:02:27 +01:00
Tee KOBAYASHI 4cc5dc59da Link against libpython3.10 2021-11-25 13:02:27 +01:00
xtkoba b1693113b1 gobject-introspection: Try to fix Python issue 2021-11-25 13:02:27 +01:00
Tee KOBAYASHI dd4a1c5072 avahi: Add dependency 2021-11-25 11:32:44 +01:00
Tee KOBAYASHI 638d4c2806 new package: avahi 2021-11-25 11:32:44 +01:00
Tee KOBAYASHI ad5b19dced new package: libdaemon 2021-11-25 11:32:44 +01:00
Tee KOBAYASHI c562c08518 apache2: Fix DT_NEEDED and DT_RUNPATH for modules 2021-11-25 11:28:22 +01:00
xtkoba 5f51b30e93 new package: nlopt 2021-11-25 10:56:54 +01:00
Termux Github Actions 897cea5674 git-delta: update to 0.10.0
This commit has been automatically submitted by Github Actions.
2021-11-25 00:20:53 +00:00
Yisus7u7 df4060a04a
new package: gst-libav (#8044) 2021-11-25 00:38:55 +02:00
Termux Github Actions bd10b67a26 libvips: update to 8.12.1
This commit has been automatically submitted by Github Actions.
2021-11-24 18:16:18 +00:00
Krishna Kanhaiya 3e941eec14
termux-tools: removed kcubeterm mirror (#8052)
Co-authored-by: kcubeterm <kcubeterm.gmail.com>
2021-11-24 22:09:11 +05:30