Commit Graph

9705 Commits

Author SHA1 Message Date
Leonid Pliushch bd99bc8e65 Revert "python: remove no longer needed patch"
distutils-command-build.py.patch is still needed...

This reverts commit cb4b29825b2adb2e3e43dfdb4507d78fd4858ad0.
2020-01-19 16:40:49 +02:00
Leonid Pliushch 2c3d333caf python: remove no longer needed patch
Commit 6bf4586187cbf2005c4f8d79511428271185cbe1 provides
a better fix.
2020-01-19 16:35:47 +02:00
Leonid Pliushch 44be04f0f7 python: add back -O3 to CFLAGS 2020-01-19 16:32:47 +02:00
Leonid Pliushch 2f6c668832 python: add clang to recommends
Must-have package if installing something with `pip`.
2020-01-19 14:07:49 +02:00
Leonid Pliushch 3d3b170f18 python: disable LTO due to issues with build config
References package builder directory for paths of certain
binaries like llvm-ar and causes failure when installing
modules like Numpy.

See https://www.reddit.com/r/termux/comments/eqhpoq/unable_to_install_numpy_on_termux/.
2020-01-19 14:07:49 +02:00
Leonid Pliushch e2742d98c2 Merge pull request #4807 from xalexalex/master
update termux-api to v0.50
2020-01-18 14:28:37 +02:00
Leonid Pliushch 30119e164b sed: update to 4.8 2020-01-18 14:16:42 +02:00
Leonid Pliushch a6214a5805 mpd: update to 0.21.19 2020-01-18 14:16:40 +02:00
Alessandro Caputo 3dbc138cd6 update termux-api to v0.50 2020-01-18 13:16:14 +01:00
Leonid Pliushch c7ca73c4b6 mbedtls: update to 2.20.0 2020-01-18 14:15:31 +02:00
Leonid Pliushch fd37f51685 libcap: update to 2.31 2020-01-18 14:15:12 +02:00
Leonid Pliushch 0b2274b287 lftp: update to 4.9.1 2020-01-18 14:14:56 +02:00
Leonid Pliushch 4267525096 kubectl: update to 1.17.1 2020-01-18 14:14:42 +02:00
Leonid Pliushch de1be79fd5 kakoune: update to 2020.01.16 2020-01-18 11:48:36 +02:00
Leonid Pliushch 420d414e16 gnunet: update to 0.12.2 2020-01-18 11:48:14 +02:00
Leonid Pliushch 44362f94c5 gmic: update to 2.8.2 2020-01-18 11:47:55 +02:00
Leonid Pliushch 6b81cbba3c gitea: update to 1.10.3 2020-01-18 11:47:40 +02:00
Leonid Pliushch 7c7e7e4f87 fastmod: update to 0.3.0 2020-01-18 11:47:11 +02:00
Leonid Pliushch 958db83473 erlang: update to 22.2.2 2020-01-18 11:46:44 +02:00
Leonid Pliushch e0f3183f97 ack-grep: update to 3.3.1 2020-01-18 11:43:16 +02:00
Leonid Pliushch 10294901d1 dx: remove unneeded script as replaced by heredoc in build.sh 2020-01-18 11:41:44 +02:00
Leonid Pliushch 363d3cd223 dx: fix url 2020-01-18 10:55:28 +02:00
Leonid Pliushch 3bd977c9d6 dx: use version patched to work under Android 9 and higher
Fixes the issue described in https://www.reddit.com/r/termux/comments/ejrasu/java_on_my_s10_refuses_to_work/.

Android 9 and higher no longer provides JCA API - see https://developer.android.com/guide/topics/security/cryptography#crypto_provider.
2020-01-18 10:50:48 +02:00
Leonid Pliushch 0e08a15a7b vifm: rebuild package 2020-01-16 04:14:45 +02:00
Leonid Pliushch 2d54bd9efc libuv: avoid FICLONE ioctl
Same reason as for nodejs embedded libuv.
2020-01-16 03:04:24 +02:00
Leonid Pliushch 0993a43d82 nodejs-lts: avoid FICLONE ioctl 2020-01-16 03:01:11 +02:00
Leonid Pliushch c8883ac789 nodejs: avoid FICLONE ioctl
Issue https://github.com/termux/termux-packages/issues/4664.

19824 ioctl(29, BTRFS_IOC_CLONE or FICLONE, 34 <unfinished ...>
19823 fstat64(30,  <unfinished ...>
19822 write(16, "\1\0\0\0\0\0\0\0", 8 <unfinished ...>
19821 close(31 <unfinished ...>
19804 <... epoll_pwait resumed>[{EPOLLIN, {u32=16, u64=16}}], 1024, 867, NULL, 8) = 1
19824 <... ioctl resumed>)              = -1 EACCES (Permission denied)
2020-01-16 02:58:30 +02:00
Leonid Pliushch 5aa214736c apt: show more informative messages if "repository has no release file"
During repository updates & cleanup there can be a short period of time
when repository metadata is not consistent. There may appear an error
like

 E: The repository 'https://termux.org/package stable Release' does not have a Release file.
 N: Updating from such a repository can't be done securely, and is therefore disabled by default.
 N: See apt-secure(8) manpage for repository creation and user configuration details.

but it may not be clear for some users what can cause the issue.

This commit improves the situation a bit.
2020-01-16 01:55:34 +02:00
Leonid Pliushch 68b7e53144 python: force disable use of semaphores
Fixes the issue described in https://github.com/termux/termux-packages/issues/4698
which was ignored mistakenly...
2020-01-16 01:11:37 +02:00
Fredrik Fornwall da33bbc4d0 git: Update from 2.24.1 to 2.25.0 2020-01-14 11:07:09 +01:00
Fredrik Fornwall 40e140e519 libuv: Update from 1.34.0 to 1.34.1 2020-01-14 11:04:50 +01:00
Fredrik Fornwall 1ea60ddf86 nodejs-lts: Update from 12.14.0 to 12.14.1 2020-01-14 10:58:32 +01:00
Leonid Pliushch 99ed7d351f python: use only link-time optimization
Seems to be enough + no more issues during installation.
2020-01-14 02:07:51 +02:00
Leonid Pliushch 0c92ad97c0 python: build with optimizations enabled 2020-01-14 01:30:29 +02:00
Leonid Pliushch eb27236873 gdk-pixbuf: make hooks failsafe
Force exit with status '0' even on failure.
2020-01-14 00:39:39 +02:00
Leonid Pliushch 368c09dac2 glib: add hook for glib-compile-schemas
Previously was in gtk2 package.
2020-01-14 00:34:01 +02:00
Leonid Pliushch dc18ae5080 gdk-pixbuf: add hooks for updating loaders cache 2020-01-14 00:22:18 +02:00
Leonid Pliushch 17edfec59f librsvg: enable pixbuf loader
Requirement for https://github.com/termux/x11-packages/issues/139.
2020-01-14 00:10:30 +02:00
Leonid Pliushch fc9e078002 imagemagick: do not remove configuration scripts 2020-01-13 23:05:28 +02:00
Leonid Pliushch 6dbbc0d572 imagemagick: do not disable largefile support 2020-01-13 22:53:06 +02:00
Leonid Pliushch 2b13288014 gifsicle: enable gifview
And add libx11 as optional dependency.
2020-01-13 22:49:51 +02:00
Leonid Pliushch 5ca4474432 gdbm: do not force disable readline
Readline is part of bootstrap installation and always available.
No point to disable its support in packages where it is possible.
2020-01-13 22:28:57 +02:00
Leonid Pliushch 45b21dff2a mkvtoolnix: move fmt, libebml and libmatroska to build-time dependencies 2020-01-13 18:37:08 +02:00
Leonid Pliushch 613b930ce5 libmatroska: do not split static libraries 2020-01-13 18:37:08 +02:00
Leonid Pliushch 16f39d684e libebml: do not split static libraries 2020-01-13 18:37:08 +02:00
Leonid Pliushch a7e988772f fmt: do not split static libraries 2020-01-13 18:37:08 +02:00
Leonid Pliushch a2d5c4520d mkvtoolnix: restore from disabled packages 2020-01-13 18:37:08 +02:00
Leonid Pliushch 4e9d9661ac command-not-found: update to 1.46 2020-01-13 17:53:38 +02:00
Leonid Pliushch d40f1599f8 kubectl: update home page 2020-01-13 17:33:53 +02:00
Leonid Pliushch 45cc1e8087 rcs: rebuild package 2020-01-13 16:59:33 +02:00