Fredrik Fornwall
57491a747e
apr: Update from 1.5.2 to 1.6.2
8 years ago
Fredrik Fornwall
38fa3c579e
bash-completion: Update from 2.5 to 2.7
8 years ago
Fredrik Fornwall
d53bcc5ce8
angband: Update from 4.0.5 to 4.1.0
8 years ago
Fredrik Fornwall
4739690aff
libgrpc: Update from 1.4.1 to 1.4.2
8 years ago
Fredrik Fornwall
593aadae13
nodejs: Update from 6.11.0 to 6.11.1
8 years ago
Fredrik Fornwall
f8e98bbbbf
c-ares: Update from 1.12.0 to 1.13.0
8 years ago
Fredrik Fornwall
54d1876417
libmosquitto: Update from 1.4.11 to 1.4.14
8 years ago
Fredrik Fornwall
8b36350c3f
libgit2: Update from 0.25.1 to 0.26.0
8 years ago
Fredrik Fornwall
979088f593
redis: Update from 3.2.9 to 4.0.0
8 years ago
Fredrik Fornwall
d15bec838f
ndk-stl: Add back cstddef patch reversal
8 years ago
Fredrik Fornwall
08400f7449
Bump ndk standalone toolchain version
Also avoid patching in ndk-stl.
8 years ago
its-pointless
aa1865fe9a
fixes building cstddef include for g++
8 years ago
Fredrik Fornwall
8a15860d36
neovim: Update to latest git master
8 years ago
Fredrik Fornwall
845a978a46
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 .
8 years ago
Fredrik Fornwall
a469ea623c
libandroid-support: Update to v20
This adds back mbsrtowcs and mbsnrtowcs and should fix #1138 .
8 years ago
Fredrik Fornwall
4b72be7945
frobtads: Rebuild after libc++ switch
8 years ago
Fredrik Fornwall
510b6aee13
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.
8 years ago
Fredrik Fornwall
5163aad7d9
ffmpeg: Rebuild after libx265 update
8 years ago
Fredrik Fornwall
0277197fe8
libx264: Bump to latest snapshot
8 years ago
Fredrik Fornwall
f71de096f6
run-docker.sh: Work around mac readlink
8 years ago
olg
e3f9f42f4d
Fix the uid in the docker container, but only when needed and make the bind mount work for arbitrary pwd...
8 years ago
hacknox
0e62bec8ef
Use $HOME replace home path
8 years ago
hacknox
0ab8f46966
Fix root user $HOME path
8 years ago
hacknox
e81c6eeccb
fix docker volume read/write permission
8 years ago
olg
ab81c00bfe
Fix ghostscript for aarch64.
8 years ago
Fredrik Fornwall
39dafbf5dd
binutils: Bump package revision
The existing 2.28 version of gold linked against libgnustl in
ld.gold.
8 years ago
Fredrik Fornwall
a5cdd56d11
Drop old --fix-cortex-a8 flag
8 years ago
Fredrik Fornwall
82afb366e7
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.
8 years ago
Fredrik Fornwall
001e5f0b22
ndk-stl: Bump revision
8 years ago
Fredrik Fornwall
76c752bf04
libandroid-support: Remove unused wcwidth.c
8 years ago
Fredrik Fornwall
6b884285ac
Avoid bundling lib/libc++_shared.so in a package
8 years ago
Fredrik Fornwall
f8f9c19bef
Do not remove libc++ in Dockerfile setup
8 years ago
Fredrik Fornwall
571e5ce211
gdb: Update from 7.12.1 to 8.0
8 years ago
Fredrik Fornwall
162c9f464d
libexpat: Update from 2.2.0 to 2.2.2
8 years ago
Stephen
75ee50fc02
revert changes
8 years ago
Stephen
6c2e81a4f5
revert changes
8 years ago
Stephen
5c6763d005
revert changes
8 years ago
Stephen
dd50463e22
comment out new ideas
8 years ago
Stephen
58726460e7
disable package downloads for down
8 years ago
Stephen
3229d546ad
add debug tags
8 years ago
Stephen
06e5ec1f12
Continuous output and failure
some attempt at using dpkg for termux package installs instead of
rebuilding from source
8 years ago
Fredrik Fornwall
74d8b7b240
par2: Fix i686 build
8 years ago
Fredrik Fornwall
1947e86409
mpd: gnustl_shared -> c++_shared
8 years ago
Fredrik Fornwall
29620e5f88
libx265: Update from 2.4 to 2.5
8 years ago
Fredrik Fornwall
a584b3b2c0
git: Update from 2.13.2 to 2.13.3
8 years ago
Fredrik Fornwall
dc7242f77c
libnghttp2: Update from 1.23.1 to 1.24.0
8 years ago
Fredrik Fornwall
d946e67c5b
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.
8 years ago
Fredrik Fornwall
b4d3c3f0d5
neovim: Fix build if luarocks is installed
8 years ago
Fredrik Fornwall
3fe97bc353
screen: Update from 4.6.0 to 4.6.1
8 years ago
Fredrik Fornwall
284a80f886
pcre: Update from 8.40 to 8.41
8 years ago