Commit Graph

2935 Commits

Author SHA1 Message Date
Fredrik Fornwall 60f7ef535a cmake: Update from 3.8.2 to 3.9.0 2017-07-20 22:17:45 +02:00
Fredrik Fornwall 5d6f3ddac3 libarchive: Update from 3.3.1 to 3.3.2 2017-07-20 22:06:32 +02:00
Fredrik Fornwall 0152cfee53 jsoncpp: Update from 1.8.0 to 1.8.1 2017-07-20 22:05:39 +02:00
Fredrik Fornwall c5c9e27ec6 fzf: Update from 0.16.8 to 0.16.9 2017-07-20 22:05:07 +02:00
Fredrik Fornwall e4c98d2420 vim: Update from 8.0.0704 to 8.0.0738 2017-07-20 21:46:04 +02:00
Fredrik Fornwall 23f2afbd07 libgcrypt: Update from 1.7.8 to 1.8.0 2017-07-20 21:45:14 +02:00
Fredrik Fornwall 645ba576e0 gnupg: Update from 1.4.21 to 1.4.22 2017-07-20 21:44:41 +02:00
Fredrik Fornwall 535732da8c libsodium: Update from 1.0.12 to 1.0.13 2017-07-20 21:44:20 +02:00
Fredrik Fornwall a12b629592 python: Enable --enable-loadable-sqlite-extensions 2017-07-20 20:30:15 +02:00
Fredrik Fornwall f03731c8d1 python: Fix 32-bit builds 2017-07-19 00:59:00 +02:00
Fredrik Fornwall 055c53dd86 python: Update from 3.6.1 to 3.6.2 2017-07-19 00:45:42 +02:00
Fredrik Fornwall 0394a85a01 mpd: Fix patch path 2017-07-18 18:12:12 +02:00
Oliver Schmidhauser 545ae3137f MPD: Change format of audio visualizer output.
Since the default in ncmpcpp is `visualizer_in_stereo = yes`, this
setting should actually provide both channels.
2017-07-18 18:07:13 +02:00
vishalbiswas f01c71441f mariadb: enable post installation setup 2017-07-18 00:01:03 +02:00
Oliver Schmidhauser e5ecdfc52f bump version of mpd 2017-07-17 23:58:18 +02:00
Oliver Schmidhauser 86538f555e Stop making ~/music when mpd starts.
The default music directory has been changed to /sdcard/music anyway, so
it is no longer required and actually more confusing to people, since
they will think they should put their music into ~/music, which will not
work with the default configuration of mpd.
2017-07-17 23:58:18 +02:00
Fredrik Fornwall 4e3c2f3746 Bump packages after apr and apr-util update 2017-07-17 20:26:00 +02:00
Fredrik Fornwall f79bf89485 erlang: Update from 19.3 to 20.0 2017-07-17 20:24:18 +02:00
Fredrik Fornwall 2762a8eb8f fontconfig: Revert back to 2.12.0 for now 2017-07-16 19:30:30 +02:00
Fredrik Fornwall b0dd0070ae fontconfig: Update from 2.12.0 to 2.12.4 2017-07-16 19:24:42 +02:00
Fredrik Fornwall 36bf27793e dos2unix: Update from 7.3.4 to 7.3.5 2017-07-16 19:15:31 +02:00
Fredrik Fornwall d1d695366d cmatrix: Update to latest release 2017-07-16 19:09:06 +02:00
Fredrik Fornwall 8f9a4fe1f9 ca-certificates: Update to latest 2017-06-07 2017-07-16 18:56:12 +02:00
Fredrik Fornwall 8083a6c416 apr-util: Update from 1.5.4 to 1.6.0 2017-07-16 18:49:06 +02:00
Fredrik Fornwall 3b6337d4ba apr: Update from 1.5.2 to 1.6.2 2017-07-16 18:48:54 +02:00
Fredrik Fornwall 67cc6aa4c2 bash-completion: Update from 2.5 to 2.7 2017-07-16 18:48:40 +02:00
Fredrik Fornwall 22c13336e0 angband: Update from 4.0.5 to 4.1.0 2017-07-16 18:42:11 +02:00
Fredrik Fornwall 3b6d48a8f4 libgrpc: Update from 1.4.1 to 1.4.2 2017-07-16 18:21:22 +02:00
Fredrik Fornwall 662b5046ca nodejs: Update from 6.11.0 to 6.11.1 2017-07-16 18:19:52 +02:00
Fredrik Fornwall ddf1aaf46c c-ares: Update from 1.12.0 to 1.13.0 2017-07-16 18:19:34 +02:00
Fredrik Fornwall 0034ba44d0 libmosquitto: Update from 1.4.11 to 1.4.14 2017-07-16 17:07:05 +02:00
Fredrik Fornwall 1718cd203a libgit2: Update from 0.25.1 to 0.26.0 2017-07-16 16:57:48 +02:00
Fredrik Fornwall 49f9254463 redis: Update from 3.2.9 to 4.0.0 2017-07-16 15:10:10 +02:00
Fredrik Fornwall ab6dc4509a ndk-stl: Add back cstddef patch reversal 2017-07-16 15:08:45 +02:00
Fredrik Fornwall 6297250dc7 Bump ndk standalone toolchain version
Also avoid patching in ndk-stl.
2017-07-16 14:36:31 +02:00
its-pointless 7874ff5b5c fixes building cstddef include for g++ 2017-07-16 14:30:46 +02:00
Fredrik Fornwall 59e8cdab0a neovim: Update to latest git master 2017-07-16 14:18:41 +02:00
Fredrik Fornwall a328a50407 ndk-patches: Patch to 'define MB_CUR_MAX 4'
The platform headers has the following macro:

  #define MB_CUR_MAX __ctype_get_mb_cur_max()

where __ctype_get_mb_cur_max() tries to handle UTF-8 encodings.

However, even in Android 7.0 setlocale(LC_ALL, ""), which many
programs do at startup, doesn't work in that it sets the locale
as non-utf8:

  https://android.googlesource.com/platform/bionic/+/nougat-release/libc/bionic/locale.cpp#139

So we just always consider us being in an utf-8 locale.

Also rebuild coreutils to fix #1136.
2017-07-16 12:36:06 +02:00
Fredrik Fornwall cfef68b8ac libandroid-support: Update to v20
This adds back mbsrtowcs and mbsnrtowcs and should fix #1138.
2017-07-16 11:34:57 +02:00
Fredrik Fornwall 879ebb5376 frobtads: Rebuild after libc++ switch 2017-07-16 11:21:58 +02:00
Fredrik Fornwall f466628e14 imagemagick: Bump revision after catopen() removal
cat{open,close,gets} has been removed from libandroid-support as
they were just stubs there anyway. imagemagick manages fine without
them but needs to be rebuilt with its revision bumped.
2017-07-15 14:35:12 +02:00
Fredrik Fornwall a89f5eb84e ffmpeg: Rebuild after libx265 update 2017-07-15 12:07:35 +02:00
Fredrik Fornwall 12c8d946b8 libx264: Bump to latest snapshot 2017-07-15 12:07:34 +02:00
Fredrik Fornwall de2e69fc97 binutils: Bump package revision
The existing 2.28 version of gold linked against libgnustl in
ld.gold.
2017-07-15 10:16:39 +02:00
Fredrik Fornwall 1db64a03d7 libandroid-support: Update to v19
This version has been cleaned up considerably. Also bump php since
it uses strfmon() which has been removed from libandroid-support.
2017-07-15 03:57:18 +02:00
Fredrik Fornwall 92320958fc ndk-stl: Bump revision 2017-07-15 03:07:06 +02:00
Fredrik Fornwall d66b227088 libandroid-support: Remove unused wcwidth.c 2017-07-15 03:06:55 +02:00
Fredrik Fornwall 9dea96a7e8 gdb: Update from 7.12.1 to 8.0 2017-07-15 00:03:23 +02:00
Fredrik Fornwall d53a277d41 libexpat: Update from 2.2.0 to 2.2.2 2017-07-14 23:34:01 +02:00
Stephen a7d2bf0645 revert changes 2017-07-14 23:21:20 +02:00
Stephen cca9cd17f2 revert changes 2017-07-14 23:21:20 +02:00
Stephen 5a89c5e2fd Continuous output and failure
some attempt at using dpkg for termux package installs instead of
rebuilding from source
2017-07-14 23:21:20 +02:00
Fredrik Fornwall dce1a134da par2: Fix i686 build 2017-07-14 23:18:28 +02:00
Fredrik Fornwall 0cefc9d14e mpd: gnustl_shared -> c++_shared 2017-07-14 09:49:14 +02:00
Fredrik Fornwall e7c3dbd8cb libx265: Update from 2.4 to 2.5 2017-07-14 09:42:00 +02:00
Fredrik Fornwall c2ace42fc8 git: Update from 2.13.2 to 2.13.3 2017-07-14 00:53:31 +02:00
Fredrik Fornwall 3b9f1e4195 libnghttp2: Update from 1.23.1 to 1.24.0 2017-07-14 00:53:18 +02:00
Fredrik Fornwall 6c29aaa1c7 Transition from gnustl to libc++
This will make things as std::to_string() and other C++ features
work with a modern and supported C++ library.

We package up libc++_shared.so and bump the revision of every C++
using package to make it rebuild against it.

Users who have built C++ using libraries or programs will probably
need to rebuild them if they are linked against Termux-supplied
libraries, as user code was previously linked against gnustl while
the system libraries are now using libc++, and it's not a good idea
to mix C++ standard libraries in a program.
2017-07-14 00:23:37 +02:00
Fredrik Fornwall 55cb92df51 neovim: Fix build if luarocks is installed 2017-07-13 22:53:43 +02:00
Fredrik Fornwall 85cf4362bb screen: Update from 4.6.0 to 4.6.1 2017-07-12 22:45:07 +02:00
Fredrik Fornwall ae7d086640 pcre: Update from 8.40 to 8.41 2017-07-12 22:45:07 +02:00
Fredrik Fornwall f4a6bd2c4c lftp: Update from 4.7.7 to 4.8.0 2017-07-12 22:45:07 +02:00
vishalbiswas 947121967f nginx: update from 1.12.0 to 1.12.1 2017-07-12 18:54:03 +02:00
vishalbiswas e5e26725e9 apache2: update from 2.4.26 to 2.4.27 2017-07-12 18:54:03 +02:00
Fredrik Fornwall bf6028fed3 libgrpc: Try to fix building under docker image 2017-07-12 00:38:50 +02:00
Vishal Biswas ca98427d8f libgrpc: add package (#1122) 2017-07-11 11:50:43 +02:00
Fredrik Fornwall 3fb244a3a2 ndk-sysroot: Bump after header patch fix 2017-07-10 10:59:16 +02:00
Fredrik Fornwall c6de31185d neovim: Update to latest git master 2017-07-10 10:59:06 +02:00
Fredrik Fornwall c25c48e6b7 fzf: Update from 0.16.7 to 0.16.8 2017-07-10 10:09:47 +02:00
Fredrik Fornwall 443ab74f22 syncthing: Update from 0.14.30 to 0.14.31 2017-07-10 02:53:32 +02:00
Fredrik Fornwall d6f17cd039 libnpth: Update from 1.4 to 1.5 2017-07-10 02:18:19 +02:00
Fredrik Fornwall 32eb81a2fe libgcrypt: Update from 1.7.7 to 1.7.8 2017-07-10 02:16:52 +02:00
Fredrik Fornwall adcb0d0854 grep: Update from 3.0 to 3.1 2017-07-10 02:16:37 +02:00
Fredrik Fornwall ca631167ef coreutils: Remove debug patch (fixes #1121) 2017-07-10 02:09:30 +02:00
Fredrik Fornwall 0be9118d7f mariadb: Enable 32-bit builds again 2017-07-10 01:49:27 +02:00
Fredrik Fornwall 7f7d9a1648 php: Update from 7.1.6 to 7.1.7, fix aarch64 issue
Backport 8c8679207a
which fixes https://github.com/termux/termux-packages/issues/890 (and
possibly other issues).
2017-07-10 01:49:27 +02:00
Fredrik Fornwall 75ec26b30e picolisp: Update from 17.6.6 to 17.7.9
Also switch to using clang for building 64-bit picolisp.
2017-07-10 01:49:27 +02:00
Stephen 3ae0eb3a87 Travis pkg builds (#1119) 2017-07-10 00:05:36 +02:00
Fredrik Fornwall 4a4d5b68c3 Avoid ndk patch used only by elfutils 2017-07-09 23:35:21 +02:00
Fredrik Fornwall 36c42a6d15 neovim: Bump to latest git master 2017-07-09 22:42:15 +02:00
Fredrik Fornwall d8688a7b45 sqlite: Fix potential segfault 2017-07-09 22:41:48 +02:00
Fredrik Fornwall 2d2aff30b5 vim: -Werror=implicit-function-declaration 2017-07-09 20:43:06 +02:00
Fredrik Fornwall 657776d94c vim: Update from 8.0.0675 to 8.0.0704
Also tidy up formatting a bit.
2017-07-09 20:41:25 +02:00
Fredrik Fornwall 2ec126810c glib: -Werror=implicit-function-declaration 2017-07-09 20:40:41 +02:00
Fredrik Fornwall a551357be0 subversion: Update from 1.9.5 to 1.9.6 2017-07-08 22:29:46 +02:00
Fredrik Fornwall fc2a712331 libuv: Update from 1.13.0 to 1.13.1 2017-07-08 22:29:06 +02:00
Fredrik Fornwall b71e2494b4 util-linux: Depend on libcrypt 2017-07-07 12:51:16 +02:00
Fredrik Fornwall f75ddb4e01 gnutls: Update from 3.5.13 to 3.5.14 2017-07-07 12:23:00 +02:00
Fredrik Fornwall 447a6a803b ncurses: We really need --with-pkg-config-libdir 2017-07-07 12:22:28 +02:00
Fredrik Fornwall 559bfa19e5 multitail: -Werror=implicit-function-declaration 2017-07-07 10:51:23 +02:00
Fredrik Fornwall 43af7d0157 less: -Werror=implicit-function-declaration 2017-07-07 10:51:06 +02:00
Fredrik Fornwall 2e69a72456 gtypist: -Werror=implicit-function-declaration 2017-07-07 10:36:51 +02:00
Fredrik Fornwall bf440f28d1 libnettle: -Werror=implicit-function-declaration 2017-07-07 10:28:14 +02:00
Fredrik Fornwall 72435ffd93 dialog: -Werror=implicit-function-declaration 2017-07-07 09:24:15 +02:00
Fredrik Fornwall 9e0af9b2ea cscope: -Werror=implicit-function-declaration 2017-07-07 09:17:23 +02:00
Fredrik Fornwall d30c926ca3 bvi: -Werror=implicit-function-declaration 2017-07-07 09:13:34 +02:00
Fredrik Fornwall 0e33627897 brogue: -Werror=implicit-function-declaration 2017-07-07 09:10:25 +02:00
Fredrik Fornwall 00520ebf68 zip: -Werror=implicit-function-declaration 2017-07-07 09:02:55 +02:00
Fredrik Fornwall 47e31105e6 libjasper: -Werror=implicit-function-declaration 2017-07-07 09:02:01 +02:00
Fredrik Fornwall 441ff8a2ca unzip: Clean build a little 2017-07-07 08:48:26 +02:00