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
Leonid Pliushch
78758c9762
ltrace: update to the last available git version (2016.09.02)
2020-01-13 16:23:29 +02:00
Leonid Pliushch
cf03db00ae
gpsbabel: mark that v1.4.4 is the last one without Qt dependency
...
v1.4.4 probably was the last update for this package...
2020-01-13 16:11:45 +02:00
Leonid Pliushch
8db30c597d
babl: update to 0.1.74
2020-01-13 13:24:51 +02:00
Leonid Pliushch
25c267bc84
imagemagick: update to 7.0.9.16
2020-01-13 13:23:29 +02:00
Leonid Pliushch
30cfc0b4c8
assimp: update to 5.0.1
2020-01-13 13:22:40 +02:00
Leonid Pliushch
3371d073ba
mutt: update to 1.13.3
...
%ci:reset-backlog
2020-01-13 03:28:04 +02:00
Leonid Pliushch
5123b0cffa
fix formatting of some build.sh
2020-01-13 03:00:07 +02:00
Leonid Pliushch
905370a130
mkvtoolnix: currently disable package due to linking error
2020-01-13 02:16:56 +02:00
Leonid Pliushch
e212e2daf3
libmaa: update home page
2020-01-13 01:46:13 +02:00
Leonid Pliushch
2a54e7408c
k2pdfopt: update home page
2020-01-13 01:44:43 +02:00