Fredrik Fornwall
0b20edee8e
mosh: Update from 1.3.0 to 1.3.2
8 years ago
Fredrik Fornwall
4ead96b800
mariadb: Update from 10.2.6 to 10.2.7
8 years ago
Fredrik Fornwall
ee5e9ab16f
disabled-packages/apt: Shed some weight
8 years ago
its-pointless
f61c9c797f
refix htc bug and fix dependences
8 years ago
Fredrik Fornwall
20ac7a4044
vim: Update from 8.0.0738 to 8.0.0753
8 years ago
Fredrik Fornwall
1337581015
irssi: Update from 1.0.3 to 1.0.4
8 years ago
Henrik Grimler
d51d450fd1
Docker: login as "builder" even if run-docker.sh is run as root.
Running with sudo otherwise produces debs that normal users don't have
permission to access.
8 years ago
Fredrik Fornwall
a79ce479fd
nano: Update from 2.8.5 to 2.8.6
8 years ago
Fredrik Fornwall
b4b0cc1875
zsh: Fix bogus nice() warning ( #1151 )
8 years ago
Fredrik Fornwall
a69e4e0692
cmake: Depend on make and clang
8 years ago
Fredrik Fornwall
17901f5141
cmake: Update from 3.8.2 to 3.9.0
8 years ago
Fredrik Fornwall
3da7a6689b
libarchive: Update from 3.3.1 to 3.3.2
8 years ago
Fredrik Fornwall
a45a760250
jsoncpp: Update from 1.8.0 to 1.8.1
8 years ago
Fredrik Fornwall
11e5fd3d35
fzf: Update from 0.16.8 to 0.16.9
8 years ago
Fredrik Fornwall
f024c0670c
vim: Update from 8.0.0704 to 8.0.0738
8 years ago
Fredrik Fornwall
e14f677c9e
libgcrypt: Update from 1.7.8 to 1.8.0
8 years ago
Fredrik Fornwall
dee182e744
gnupg: Update from 1.4.21 to 1.4.22
8 years ago
Fredrik Fornwall
cd622e300a
libsodium: Update from 1.0.12 to 1.0.13
8 years ago
Fredrik Fornwall
4d57e59336
nodejs-current: Update to latest
8 years ago
Fredrik Fornwall
3efec446dd
python: Enable --enable-loadable-sqlite-extensions
8 years ago
its-pointless
6ad26efe4d
apt 1.4.7 working...
8 years ago
Fredrik Fornwall
b1f6407cde
python: Fix 32-bit builds
8 years ago
Fredrik Fornwall
e51e15f4db
python: Update from 3.6.1 to 3.6.2
8 years ago
Fredrik Fornwall
fcac8ce536
mpd: Fix patch path
8 years ago
Oliver Schmidhauser
d555e5ab73
MPD: Change format of audio visualizer output.
Since the default in ncmpcpp is `visualizer_in_stereo = yes`, this
setting should actually provide both channels.
8 years ago
vishalbiswas
0c50a89cc1
mariadb: enable post installation setup
8 years ago
Oliver Schmidhauser
c298f2e050
bump version of mpd
8 years ago
Oliver Schmidhauser
0360d784d0
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.
8 years ago
Fredrik Fornwall
b754bd2638
Bump packages after apr and apr-util update
8 years ago
Fredrik Fornwall
1ec151375c
erlang: Update from 19.3 to 20.0
8 years ago
Fredrik Fornwall
54c9756014
fontconfig: Revert back to 2.12.0 for now
8 years ago
Fredrik Fornwall
7f1ad70e94
fontconfig: Update from 2.12.0 to 2.12.4
8 years ago
Fredrik Fornwall
c69e5e639b
dos2unix: Update from 7.3.4 to 7.3.5
8 years ago
Fredrik Fornwall
15ee0e8769
cmatrix: Update to latest release
8 years ago
Fredrik Fornwall
e79361ae44
ca-certificates: Update to latest 2017-06-07
8 years ago
Fredrik Fornwall
ef96374a9f
apr-util: Update from 1.5.4 to 1.6.0
8 years ago
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