Butta
006872bdbd
libllvm: fix multilib regression that added host linker path
2020-04-13 16:54:15 +03:00
Henrik Grimler
5f34d5e4ae
memcached: update to 1.6.4
2020-04-13 12:17:24 +02:00
Henrik Grimler
3a62de3e2b
nano: update to 4.9.2
2020-04-13 12:04:37 +02:00
Henrik Grimler
3ce4317ea9
msmtp: update to 1.8.8
2020-04-13 12:04:27 +02:00
Henrik Grimler
17b266dc7c
micro: update to 2.0.3
2020-04-13 12:04:15 +02:00
Henrik Grimler
0b3e353000
libyaml: update to 0.2.3
2020-04-13 12:04:01 +02:00
Henrik Grimler
2d8bba0e72
libssh: update to 0.9.4
2020-04-13 12:03:47 +02:00
Henrik Grimler
9e3444ccbd
librsync: update to 2.2.0
2020-04-13 12:03:36 +02:00
Henrik Grimler
76c6335277
imagemagick: update to 7.0.10.6
2020-04-13 12:02:42 +02:00
Henrik Grimler
c5a2cf922a
hugo: update to 0.69.0
2020-04-13 12:02:28 +02:00
Henrik Grimler
76c113a9a6
glib: update to 2.64.2
2020-04-13 12:01:22 +02:00
Henrik Grimler
26e9f2c0d7
fmt: update to 6.2.0
2020-04-13 12:01:12 +02:00
Henrik Grimler
b3df4225e6
fastmod: update to 0.4.0
2020-04-13 12:01:12 +02:00
Henrik Grimler
df6f348ea6
cmake: update to 3.17.1
2020-04-13 12:01:12 +02:00
Henrik Grimler
3dcc4e8f73
boinc: update to 7.16.6
2020-04-13 12:01:12 +02:00
Henrik Grimler
d7b628c5ea
axel: update to 2.17.8
2020-04-13 12:01:11 +02:00
Henrik Grimler
f5dcf5686c
graphviz: update to 2.44.0
2020-04-13 12:01:11 +02:00
Marlin Sööse
fb3abdc384
proxmark3: update to latest master
2020-04-12 19:25:09 +03:00
Henrik Grimler
3f240160fb
texlive: bump and make texlive-full conflict with texlive-tlmgr
2020-04-12 16:39:15 +02:00
Henrik Grimler
6560f14629
texlive: update to 20200406 ( #5138 )
...
* texlive-full: depend on texlive-bibtexextra as well
Fixes https://github.com/termux/termux-packages/issues/4871
* texlive-tlmgr: remove package
Will look at creating a "texlive-installer" package in the unstable
repository instead.
* texlive: fix paths in a couple of scripts
Fixes https://github.com/termux/termux-packages/issues/4823 .
* texlive: upgrade to 20200410
* texlive-bin: fix path to host built otangle
* texlive: fix tlpdb version
* texlive: conflict with more subpackages from last year
2020-04-12 12:38:37 +02:00
Arun
892c75d8ac
Dart: Update to 2.7.2
2020-04-11 12:29:08 +03:00
Nuruddin Ashr
3738891830
Upgrade golang version to 1.14.2 ( #5143 )
2020-04-11 12:28:48 +03:00
Henrik Grimler
de2945fa87
exiftool: bump after perl update
...
Fixes https://github.com/termux/termux-packages/issues/5142
2020-04-11 07:23:01 +02:00
Leonid Pliushch
6e581cd31c
nodejs-lts: rebuild
2020-04-10 21:11:04 +03:00
Leonid Pliushch
c44017b3cb
c-ares: do not look properties for fallback dns
...
They're working on old versions of Android only.
Logcat:
04-10 20:50:22.854 22854 22854 E libc : Access denied finding property "net.dns1"
2020-04-10 21:07:53 +03:00
Butta
f36759a52b
swift: enable package and update to 5.2.1
2020-04-10 13:03:38 +03:00
Butta
f87609d9f3
termux_step_setup_toolchain.sh: split off setup of standalone toolchain into separate function
2020-04-10 13:03:38 +03:00
Leonid Pliushch
36780ba9fa
docker image: install 'clang-9'
2020-04-09 18:23:38 +03:00
Butta
fb6c106c22
termux_step_start_build: define TERMUX_STANDALONE_TOOLCHAIN before sourcing the package's build script, so the host build can use it if wanted
2020-04-09 13:09:38 +03:00
Leonid Pliushch
39a075aafc
uftrace: remove arm-clang-mcount-hook.patch
2020-04-08 02:46:16 +03:00
Leonid Pliushch
9113b341f8
uftrace: update to 0.9.4
2020-04-08 00:18:31 +03:00
Henrik Grimler
53716d035b
command-not-found: update lists
2020-04-07 16:13:05 +02:00
Leonid Pliushch
be2b147058
libmediainfo: reformat build.sh
2020-04-07 15:20:40 +03:00
Leonid Pliushch
b97f11e836
mediainfo: reformat build.sh
2020-04-07 15:20:40 +03:00
Henrik Grimler
5b32a358b7
cvs: link against libandroid-support to fix segfault
...
Fixes https://github.com/termux/termux-packages/issues/3300
2020-04-06 07:52:47 +02:00
Henrik Grimler
f097bfaa80
libzen: link against libandroid-support to fix segfault
...
Fixes https://github.com/termux/termux-packages/issues/5124
2020-04-06 07:52:14 +02:00
easyaspi314 (Devin)
d3bf4f7621
gzip: hotfix for gnulib vasnprintf.c
...
Don't use %n in vasnprintf.c, it breaks things.
$ gzip --version
FORTIFY: %n not allowed on Android
Aborted
See m4's issue in #4381 .
This should be fixed in the next gzip release, though, as gnulib has
been updated in the master branch. However, for now, this will fix
things.
2020-04-06 02:50:26 +03:00
Leonid Pliushch
4799915c1a
jbig2dec: run autogen.sh
2020-04-05 21:54:01 +03:00
Leonid Pliushch
83d5a7484b
nim: update osproc.nim.patch
2020-04-05 21:03:14 +03:00
Leonid Pliushch
fade0b387a
jbig2dec: build in source dir
2020-04-05 21:00:37 +03:00
Leonid Pliushch
ba23c94ce6
nim: update to 1.2.0
2020-04-05 20:44:28 +03:00
Leonid Pliushch
befead2f09
mkvtoolnix: update to 45.0.0
2020-04-05 20:43:45 +03:00
Leonid Pliushch
50a687dd1b
kubectl: update to 1.18.0
2020-04-05 20:42:53 +03:00
Leonid Pliushch
43c895a993
jbig2dec: update to 0.18
2020-04-05 20:41:42 +03:00
Leonid Pliushch
7b44c2ec00
imagemagick: update to 7.0.10.4
2020-04-05 20:39:58 +03:00
Leonid Pliushch
c2cb19302d
libgrpc: update to 1.28.1
2020-04-05 20:38:35 +03:00
Leonid Pliushch
9f2944aef2
fzf: update to 0.21.1
2020-04-05 20:37:58 +03:00
Leonid Pliushch
1bf70dc2d2
exiftool: update to 11.93
2020-04-05 20:36:40 +03:00
Leonid Pliushch
8295002802
bison: update to 3.5.4
2020-04-05 20:35:16 +03:00
valpogus
ee3fb2f12d
Update packages libzen, libmediainfo and mediainfo
2020-04-04 22:40:56 +03:00