Commit Graph

106 Commits

Author SHA1 Message Date
Tee KOBAYASHI 99863c3ad9 ruby: Update to 3.1.2 2022-04-12 23:12:02 +09:00
Tee KOBAYASHI 6e03dc9775 ruby: Update to 3.1.1 2022-04-09 16:39:52 +05:30
Yaksh Bariya 4577a0cf69 revbump all packages dependent on openssl
%ci:no-build All packages will be triggered for rebuild manually
2022-03-01 12:36:05 +00:00
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
xtkoba a743834b24
ruby: update to 3.1.0 (#8341) 2021-12-28 15:53:44 +02:00
Henrik Grimler ce170a49cd
ruby: rebuild with ndk r23
Thereby allowing us to remove workaround for setjmp issue.
2021-11-29 17:38:48 +01:00
xtkoba 3e56f2e581 Revision bump 2021-09-06 13:02:29 +02:00
xtkoba 4d4c0a0a69 Do not use `__builtin_setjmp`
It has been revealed that Clang's `__builtin_setjmp` / `__builtin_longjmp` implementation can be buggy (https://bugs.llvm.org/show_bug.cgi?id=51729). We should instead use `_setjmp` / `_longjmp` provided by Bionic libc.
2021-09-06 13:02:29 +02:00
xtkoba 87ca46cecd Remove `--with-coroutine=copy` from configure args
The configure argument `--with-coroutine=copy` was added because in the era of version 2.7 Ruby was defaulted to using `ucontext` for coroutine implementation on ARMv7, causing a build issue (https://github.com/termux/termux-packages/pull/5025). Now this configure argument is no longer necessary because Ruby version 3.0 (or later) by default uses "native" coroutine implementation for ARMv7 (and also for other three archs supported by Android).

Furthermore, `copy` coroutine implementation has its own deficiencies and is planned to be removed from Ruby 3.1 (https://bugs.ruby-lang.org/issues/18015). I see no reason to use `copy` coroutine where a working native implementation is available.
2021-09-06 13:02:29 +02:00
Yaksh Bariya 052241ca54 ruby: bump revision 2021-08-01 18:46:01 +03:00
YAKSH BARIYA 91211af3ad
gdbm: Bump to 1.20 (#7198) 2021-07-28 23:45:52 +01:00
stoicchronos 9d572872cf ruby: Update to 3.0.2 2021-07-08 09:32:07 +02:00
xtkoba 47beda5163 Bump `TERMUX_PKG_REVISION` 2021-05-11 19:14:24 +02:00
xtkoba 614672da7f Force `-fno-strict-aliasing` for Ruby
Optimization level `-O2` is insufficient for avoiding overoptimization, because it enables `-fstrict-aliasing`.

Upstream: https://bugs.ruby-lang.org/issues/17540
2021-05-11 19:14:24 +02:00
suhan-paradkar 9f1fe2b1b7 Update ruby 2021-05-03 14:25:06 +03:00
Leonid Pliushch 193f5f24db
ruby: update PATH in pre-configure step 2021-02-09 18:32:15 +02:00
Leonid Pliushch df8943e9e6
ruby: update to 3.0.0 2021-02-09 18:15:29 +02:00
Leonid Pliushch 38204aa2c8
rebuild packages using "gdbm"
Fixing issue with libgdbm.so(.6) linking.
2021-01-08 23:00:55 +02: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
Leonid Pliushch 023f195fe7 ruby: fix segmentation fault happening due to clang overoptimization 2020-10-23 21:14:27 +03:00
Leonid Pliushch d81ad1e4ca ruby: rebuild package, attempt to fix segfault on ARM 2020-10-23 19:34:40 +03:00
Henrik Grimler e2cc85618c ruby: update to 2.7.2 2020-10-17 23:44:04 +02:00
Leonid Pliushch c201840a77 ruby: bump revision 2020-07-09 01:52:27 +03:00
Leonid Pliushch 40c20d0017 ruby: remove /bin/applets from PATH 2020-07-09 01:52:22 +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 3526a49797 ruby: recommend 'clang', 'make' and 'pkg-config'
For native extensions.
2020-06-27 14:04:50 +03:00
Henrik Grimler 38227f42d6 Update various packages (#5114)
* cpio: update to 2.13

* gmic: update to 2.9.0

* ffsend: update to 0.2.59

* libgrpc: update to 1.28.0

* librsvg: update to 2.48.2

* perl: update to 5.30.2

* ruby: update to 2.7.1

* ripgrep: update to 12.0.1

* repology/excluded_packages: ignore aircrack-ng and guile18

* mpd: update to 0.21.22
2020-04-04 03:49:59 +02:00
Leonid Pliushch 584ccdb78e ruby: update to 2.7.0 (#5025)
* ruby: update to 2.7.0

* asciidoctor: bump ruby version
2020-03-15 23:27:05 +02:00
Leonid Pliushch 5123b0cffa fix formatting of some build.sh 2020-01-13 03:00:07 +02:00
Fredrik Fornwall 32c7f7877e ruby: Drop patch no longer needed 2019-12-12 01:40:12 +01:00
Fredrik Fornwall 68b1f57179 ruby: Update from 2.6.4 to 2.6.5 2019-10-02 21:33:49 +02:00
Fredrik Fornwall d06df2dfc2 ruby: Update from 2.6.3 to 2.6.4 2019-09-03 05:45:25 +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
Fredrik Fornwall 7adf17fb41 ruby: Bump revision after optimization switch 2019-07-14 20:38:26 +02:00
Fredrik Fornwall 51c97e3bb5 Always use -Oz optimization level 2019-07-14 20:38:26 +02:00
Leonid Pliushch a9b08c2cc8 libffi: disable versioning + rebuild dependent packages 2019-06-28 20:34:04 +03:00
Leonid Pliushch a1acf01c2c ruby: bump revision after 0d1170cc 2019-05-06 17:26:19 +03:00
Fredrik Fornwall 2edbdd502f ruby: Update from 2.6.2 to 2.6.3 2019-04-17 23:23:51 +02:00
Leonid Pliushch 11200afa32 add zlib to dependencies where needed 2019-04-14 16:00:23 +03:00
Fredrik Fornwall ba5784bd80 ruby: Update from 2.6.1 to 2.6.2 2019-03-17 19:18:14 +01:00
Leonid Pliushch c9b80cf42d libutil: remove package - replaced by libc from Android 7 or newer 2019-03-10 15:42:58 +02:00
Leonid Pliushch 979cdf81d8 ruby: bump revision 2019-02-27 01:48:44 +02:00
Leonid Pliushch 4a2f5b6452 ruby: fix segmentation fault 2019-02-27 01:30:27 +02:00
Fredrik Fornwall 6f8d64a790 Merge branch 'master' into readline 2019-02-24 20:41:00 +02:00
Fredrik Fornwall 85d0ee92f2 ruby: Update from 2.5.3 to 2.6.1 2019-02-24 19:00:08 +01:00
Leonid Pliushch 54036eac1a bump revision of all packages dependent on readline 2019-02-20 17:48:39 +02:00
Wetitpig 7ddcce5701 No backticks 2019-02-15 18:01:09 +02:00
Wetitpig 5f8864c10d Improve formatting of parantheses for functions 2019-02-09 21:06:31 +02:00
Fredrik Fornwall 3f56afaf96 Update TERMUX_SUBPKG_INCLUDE for gzip-compression 2019-01-27 22:04:49 +01:00
Fredrik Fornwall a97ae8c9dd Revision-bump more packages 2019-01-27 16:08:59 +01:00