Commit Graph

1729 Commits

Author SHA1 Message Date
Fredrik Fornwall
2497d95791 Strip libc.so before linking against it
This avoids creating unwanted sections in the built ELF files that
causes issues when removed.

Fixes #412.
2016-09-24 19:30:20 -04:00
Fredrik Fornwall
722ed12d69 Switch from ftp.gnu.org to mirrors.kernel.org 2016-09-24 18:42:39 -04:00
Fredrik Fornwall
64d68be966 neovim: Update to latest version 2016-09-24 15:09:38 -04:00
Fredrik Fornwall
b16667b744 pick: Update from 1.4.0 to 1.5.0 2016-09-24 09:08:47 -04:00
Fredrik Fornwall
2dfeda5fbf irssi: Update from 0.8.19 to 0.8.20 2016-09-24 09:05:46 -04:00
Fredrik Fornwall
a0d83c4a18 stunnel: Update from 5.35 to 5.36 2016-09-23 02:37:20 -04:00
Fredrik Fornwall
acd184f6b9 gnutls: Update from 3.4.14 to 3.4.15 2016-09-22 22:39:24 -04:00
Fredrik Fornwall
31c7ebba2d nano: Update from 2.6.3 to 2.7.0 2016-09-22 22:37:42 -04:00
Fredrik Fornwall
25592202ef radare2: Fix building as root
Building radare2 as root (as is done in docker) would break the
system as an entry in /etc/ld.so.conf.d/ was pulling in
cross-compiled libraries.
2016-09-22 21:41:32 -04:00
Fredrik Fornwall
6df5a2598e command-not-found: Bump version 2016-09-22 20:39:49 -04:00
Fredrik Fornwall
7e49911aab nodejs: Cleanup and prepare for snapshots 2016-09-22 17:59:43 -04:00
Fredrik Fornwall
96fed5a72e nodejs: Add patch to common.gypi for -pie 2016-09-22 16:37:07 -04:00
Fredrik Fornwall
76c011d81e gnuchess: Update from 6.2.2 to 6.2.3 2016-09-22 21:53:48 +02:00
Fredrik Fornwall
39d7cdd7f1 mpv: Use rst2man package instead of pip install 2016-09-22 20:56:09 +02:00
Fredrik Fornwall
a1b245c64e openssl: Update from 1.0.2h to 1.0.2i 2016-09-22 14:42:43 -04:00
Fredrik Fornwall
eab01be6d9 apt: Update for new config.{guess,sub} location 2016-09-22 14:20:01 -04:00
Fredrik Fornwall
d7e3209c36 radare2: Fix build if binutils has been built 2016-09-22 02:04:19 +02:00
Fredrik Fornwall
a27c409f20 nodejs: Do not use a shared libuv
Using a shared libuv for node does not work when dlopen():ing
shared libraries in node packages which uses libuv symbols
without linking to libuv explicitly, as the Android linker does
not use linked libraries on dlopen() to resolve symbols due to
historical reasons.

Fixes #462.
2016-09-21 17:49:02 -04:00
Fredrik Fornwall
1eea62b7de fzf: Update from 0.13.5 to 0.15.1 2016-09-21 14:39:12 -04:00
Fredrik Fornwall
7406fbd982 flex: Do not split up in -dev variant
The only header file is FlexLexer.h, and
this is not split up in debian.
2016-09-20 01:11:43 -04:00
Fredrik Fornwall
183a88a12b binutils: Fix patch in ifndef __ANDROID__
Fixes #468.
2016-09-19 19:18:23 -04:00
Fredrik Fornwall
ab95788a0c fwknop: Enable gnupg support
Fixes #466.
2016-09-19 19:11:47 -04:00
Fredrik Fornwall
bf5d4e36e7 findutils: Rebuild to avoid endpwent()
See #212.
2016-09-19 19:09:43 -04:00
Fredrik Fornwall
9db621c024 taslwarrior: Keep share/doc
Fixes #451.
2016-09-19 19:07:44 -04:00
Fredrik Fornwall
df4f4e1787 emacs: Update from 25.0.95 to 25.1 2016-09-18 10:30:48 -04:00
Fredrik Fornwall
83d11d6e04 Update readline to v7 and bash to v4.4
As a consequence of updating readline to version 7 we bump the
build revision of all packaging linking to it as the soname has
changed.
2016-09-17 18:29:14 -04:00
Fredrik Fornwall
658f8ce979 nodejs: Update from 6.5.0 to 6.6.0 2016-09-17 18:28:54 -04:00
Oliver Schmidhauser
f2748b7e93 Update Profanity and Libstrophe to their latest versions (#461)
* Update libstrophe to version 0.9.1.
* Update profanity to version 0.5.0.
* Enable python plugin support for profanity.
2016-09-17 01:44:12 +02:00
Fredrik Fornwall
7d23a2ae26 radare2: Patches to build on all arches 2016-09-16 18:19:27 -04:00
Fredrik Fornwall
af14ff2341 radare2: Patch for tmp and www paths 2016-09-16 08:27:39 -04:00
radare
8986bfde7e Add radare2-0.10.5 package (#459) 2016-09-16 14:09:00 +02:00
Fredrik Fornwall
b2a8800c2c python&python2: Fix PATH handling
After changes to build-package.sh the PATH setup in python&python2
caused the toolchain strip not to be found, causing broken binaries
due to non-stripped elf symbol versioning.

Fixes #460.
2016-09-16 07:29:54 -04:00
Fredrik Fornwall
32ef012d3c python: Do not remove bin/python*-config 2016-09-16 05:34:30 -04:00
Fredrik Fornwall
c9d9b6ed5b vim-runtime: Update for vim 8.0 2016-09-16 04:27:02 -04:00
Fredrik Fornwall
e73b00672e ffmpeg: Bump revision and depend on libopus 2016-09-16 04:26:36 -04:00
Fredrik Fornwall
3abd6cf4d1 vim: Update from 7.4.2290 to 8.0.0005 2016-09-16 04:26:36 -04:00
Mariusz
c842d781b6 ffmpeg: Enable opus codec (fixes #452) (#453)
Modify ffmpeg build script to include opus codec.
Information about the codec can be found at:
- https://en.wikipedia.org/wiki/Opus_(audio_format)
- https://www.opus-codec.org/
2016-09-15 14:35:28 +02:00
Fredrik Fornwall
a012700423 ncurses: Update patch version 2016-09-14 19:48:35 -04:00
Fredrik Fornwall
4b22de5815 curl: Fix package checksum 2016-09-14 18:51:48 -04:00
Fredrik Fornwall
af812e045e tasksh: Update sha256 for update tarball 2016-09-14 17:20:20 -04:00
Fredrik Fornwall
da8abb7306 pforth: Fix build 2016-09-14 17:12:09 -04:00
Fredrik Fornwall
fb99eeb9ed curl: Update from 7.50.2 to 7.50.3 2016-09-14 16:48:22 -04:00
Fredrik Fornwall
6428f23518 sqlite: Update from 3.14.1 to 3.14.2 2016-09-14 16:48:03 -04:00
Fredrik Fornwall
038fecd027 taskwarrior: Fix indentation 2016-09-14 16:45:24 -04:00
Fredrik Fornwall
8aef3a59c9 glib: Patch timezone handling for Android 2016-09-12 17:57:40 -04:00
Fredrik Fornwall
ed7e023032 glib: Do not throw away lib/glib-2.0/glibconfig.h
Include lib/glib-2.0/glibconfig.c in glib-dev instead of removing
it, and let glib-dev depend on pcre-dev (needed for pkg-config to
work).

Fixes #447.
2016-09-12 06:23:37 -04:00
Fredrik Fornwall
4cb7ec814f termux-tools: Update su
Search for /sbin/su, and remove termux-specific environment
so that system tools can be used for the root session.
2016-09-12 06:11:18 -04:00
Fredrik Fornwall
aa9890c598 aapt: Fix running on Android 5.x
See #444.
2016-09-11 08:34:07 -04:00
Fredrik Fornwall
b664f5dd2e aapt: Update to latest 7.0.0 tag revision
Also link against liblog when needed.

Fixes #444.
2016-09-10 11:01:10 -04:00
Fredrik Fornwall
344ed16cd7 cmake: Update from 3.6.1 to 3.6.2 2016-09-10 10:27:49 -04:00
Fredrik Fornwall
058757f2c1 libnghttp2: Update from 1.14.0 to 1.14.1 2016-09-10 10:24:25 -04:00
Fredrik Fornwall
d59c53cf12 Fix indentation of some files 2016-09-09 09:40:28 -04:00
Fredrik Fornwall
0090adf0da libpng: Update from 1.6.24 to 1.6.25 2016-09-09 09:37:34 -04:00
Fredrik Fornwall
b9a198c812 golang: Update from 1.7 to 1.7.1 2016-09-09 09:36:53 -04:00
Fredrik Fornwall
9d5d6e98c6 ca-certificates: Bump to latest version available 2016-09-08 16:37:17 -04:00
Fredrik Fornwall
03fb346462 graphicsmagick: Update from 1.3.24 to 1.3.25 2016-09-08 16:19:01 -04:00
Fredrik Fornwall
f45367c4a5 finch: Update from 2.10.12 to 2.11.0 2016-09-08 16:18:44 -04:00
Fredrik Fornwall
96b43247d5 picolisp: Update from 16.8.29 to 16.9.6 2016-09-08 16:18:16 -04:00
Fredrik Fornwall
1aad91bd95 libcln: Depend on libgmp 2016-09-08 15:35:37 -04:00
Fredrik Fornwall
e8cf9c285e curl: Update from 7.50.1 to 7.50.2, enable http2 2016-09-08 11:24:01 -04:00
Fredrik Fornwall
5ce4ba1721 libnghttp2: Add package 2016-09-08 11:14:57 -04:00
Fredrik Fornwall
5d980ff409 qualc: Update from 0.9.9 to 0.9.10 2016-09-08 11:14:43 -04:00
Fredrik Fornwall
5a7db8c682 libcln: Use -DNO_ASM for arm build
Also use tabs for indentation.
2016-09-08 11:00:56 -04:00
David Martínez
94f1c11e25 Add Qalculate package (#393) 2016-09-08 15:23:31 +02:00
Fredrik Fornwall
aa01a42bf5 coreutils: Add back part of ls patch
Fixes #441.
2016-09-07 10:50:10 -04:00
Fredrik Fornwall
ec64262da3 coreutils: Remove strange ls color patch 2016-09-07 06:54:11 -04:00
garwiz
4eb3f685cd Added packages libzmq and libsodium (#437) 2016-09-07 08:39:50 +02:00
Fredrik Fornwall
db51e2da5b emacs: Bump build revision after patch 2016-09-06 09:56:01 -04:00
Eugene Medvedev
51fb4b0d1d emacs: Patch for the load-history problem (#433)
Closes termux/termux-packages#423
2016-09-06 10:23:27 +02:00
Fredrik Fornwall
2080a2ae0c Fix configure.ac patch to be more general 2016-09-05 19:22:26 -04:00
Fredrik Fornwall
837959528d fwknop: Avoid oportunistically gpgme linking 2016-09-05 18:30:13 -04:00
Oliver Schmidhauser
51720bdf6c Add profanity, libstrophe and libotr (#431)
* add libstrophe package
* add libotr package
* add profanity package
2016-09-06 00:29:07 +02:00
Fredrik Fornwall
97777c445b timewarrior: Add std::strtoimax patch 2016-09-05 18:08:58 -04:00
Fredrik Fornwall
e4e0a8b221 gsl: Update from 2.2 to 2.2.1 2016-09-05 18:08:58 -04:00
Fredrik Fornwall
750a0d657b timewarrior: Enable package 2016-09-05 18:08:58 -04:00
Fredrik Fornwall
18bf425df5 tasksh: Add package 2016-09-05 18:08:58 -04:00
David Martínez
593708ab04 Added fwknop package (#386) 2016-09-05 23:33:49 +02:00
Fredrik Fornwall
761884a9dc sslscan: Update to https://github.com/rbsec/sslscan 2016-09-05 17:21:35 -04:00
Pierre Rudloff
011b190cc7 sslscan: Add package (#326) 2016-09-05 22:33:44 +02:00
Fredrik Fornwall
10526b174a ndk-sysroot: Bundle libatomic.a
Fixes #430.
2016-09-05 14:52:16 -04:00
Fredrik Fornwall
9b8561f33c libgcc: Use libgcc from armv7-a/ for arm 2016-09-05 09:00:35 -04:00
Fredrik Fornwall
5187237423 clang: Update from 3.8.1 to 3.9.0 2016-09-04 16:17:03 -04:00
Fredrik Fornwall
c8fc4751a1 termux-api: Bump version from 0.19 to 0.20 2016-09-04 11:08:10 -04:00
Fredrik Fornwall
60f09ba592 aapt: Update to latest version, bundle zipalign 2016-09-04 11:07:13 -04:00
garwiz
76f60643ce Added optional region and variant params to termux-tts-speak (#428) 2016-09-04 16:48:47 +02:00
Fredrik Fornwall
7ce5638519 Cleanup of more packages 2016-09-03 18:45:08 -04:00
Fredrik Fornwall
eaf3340315 Prepare more packages for clang 2016-09-03 18:15:47 -04:00
Fredrik Fornwall
385c8aef84 Some more clang preparations 2016-09-03 17:48:41 -04:00
Fredrik Fornwall
7c57d72e80 abduco&dvtm: Avoid modifying CFLAGS directly 2016-09-03 17:38:15 -04:00
Fredrik Fornwall
5d383d990b transmission: Avoid modifying LDFLAGS directly 2016-09-03 17:36:59 -04:00
Fredrik Fornwall
f7e141d03d git: Update from 2.9.3 to 2.10.0 2016-09-03 17:32:42 -04:00
Fredrik Fornwall
7add3073f8 aria2: Update homepage and github repo 2016-09-03 17:19:10 -04:00
Fredrik Fornwall
dc62d8b2d1 dialog: Update to latest version 2016-09-02 07:55:04 -04:00
Fredrik Fornwall
82f9fad7f1 googletest: Update from 1.7 to 1.8 2016-09-01 19:19:38 -04:00
Fredrik Fornwall
32856ea6df brogue: Prepare for clang 2016-09-01 14:02:12 -04:00
Fredrik Fornwall
1fb02ce2da libzopfli: Avoid setting library soname 2016-09-01 13:59:38 -04:00
Fredrik Fornwall
e67edd5145 libx264: Minor cosmetic change 2016-09-01 13:26:59 +02:00
Oliver Schmidhauser
d26fc718f7 add stag package (#425) 2016-09-01 13:24:51 +02:00
Fredrik Fornwall
e7b7d707b8 poppler: Update from 0.46 to 0.47 2016-08-31 17:42:30 -04:00
Fredrik Fornwall
0ee447355b termux-tools: Try a more functional su wrapper 2016-08-31 17:39:18 -04:00
Fredrik Fornwall
8c1c670325 pango: Update from 1.40.1 to 1.40.2 2016-08-31 17:29:47 -04:00
Fredrik Fornwall
c03dc5c67a ncdu: Update from 1.11 to 1.12 2016-08-31 17:21:29 -04:00
Fredrik Fornwall
def4744092 mpv: Update from 0.19.0 to 0.20.0 2016-08-31 17:19:37 -04:00
Fredrik Fornwall
962aa24a4f glib: Update from 2.48.1 to 2.48.2 2016-08-31 11:27:39 -04:00
Fredrik Fornwall
fd8dee4f1b asciinema: Update from 1.2 to 1.3 2016-08-31 11:14:00 -04:00
Fredrik Fornwall
2c58e55c44 aria2: Update from 1.25.0 to 1.26.1 2016-08-31 10:44:20 -04:00
Fredrik Fornwall
e2df060119 ctags: Bump revision 2016-08-31 10:43:50 -04:00
Fredrik Fornwall
5cccca2c9f fzf: Update from 0.13.4 to 0.13.5 2016-08-31 10:43:08 -04:00
Fredrik Fornwall
32b6eb99a7 picolisp: Update 16.8.26 to 16.8.29, bundle src64/ 2016-08-31 06:06:46 -04:00
Fredrik Fornwall
3d335c3ab0 mutt: Update from 1.6.2 to 1.7.0
Also drop neomutt for now since the trash patch has been included.
2016-08-31 06:06:18 -04:00
Fredrik Fornwall
fe11968337 gsl: Update from 2.1 to 2.2 2016-08-31 05:47:22 -04:00
Fredrik Fornwall
b2e5e1aa5b nodejs: Update from 6.4.0 to 6.5.0 2016-08-31 05:47:10 -04:00
Fredrik Fornwall
4ab31c9b57 tcl: Fix using system libsqlite
We really want to use the system library, and using the bundled
produced the error 'dlopen failed: cannot locate symbol "log"'.
2016-08-30 17:21:31 -04:00
Fredrik Fornwall
6b14aeb8ce busybox: Setup CONFIG_SV_DEFAULT_SERVICE_DIR 2016-08-30 12:25:57 -04:00
Fredrik Fornwall
4790864684 proot: Bump to latest commit (with link2symlink) 2016-08-30 07:50:34 -04:00
Fredrik Fornwall
f391a251ed neovim: Bump version 2016-08-30 07:34:42 -04:00
Fredrik Fornwall
ee8b7d66d8 vim: Bump to latest patch 2016-08-30 07:34:32 -04:00
Fredrik Fornwall
9cd6e9e654 opus-tools: Add package checksum 2016-08-29 06:02:42 -04:00
Fredrik Fornwall
754378cf8b daemonize: Add package 2016-08-29 06:02:33 -04:00
Bangun K
80ed97951e Add opus-tools package (#421) 2016-08-29 11:55:11 +02:00
Fredrik Fornwall
d4ec417b5b Split out gpgv from gnupg
The full gnupg package is not needed by apt (and thus the base
installation) - gpgv is enough. So we split out gpgv to a separate
package.
2016-08-28 07:35:27 -04:00
Fredrik Fornwall
cc076adbc7 mpv: Use opensles as default for now 2016-08-27 12:15:46 -04:00
Fredrik Fornwall
5794a3f955 ffmpeg: Update from 3.1.2 to 3.1.3 2016-08-27 12:15:14 -04:00
Fredrik Fornwall
d223af49c5 gawk: Update from 4.1.3 to 4.1.4 2016-08-27 12:14:28 -04:00
Fredrik Fornwall
12f2946cc4 libav: Removein favour of ffmpegd 2016-08-27 12:13:52 -04:00
Fredrik Fornwall
8d90dd4717 mpv: Enable openal output and fix quoting issue 2016-08-26 18:50:24 -04:00
Fredrik Fornwall
d8bd84fa02 openal-soft: Add package 2016-08-26 18:50:08 -04:00
Fredrik Fornwall
6d661def11 tmate: Add package 2016-08-26 17:46:30 -04:00
Fredrik Fornwall
fc55d7b523 libssh: Add package 2016-08-26 17:46:22 -04:00
Fredrik Fornwall
63fa37857a picolisp: Update to latest version 2016-08-26 17:20:56 -04:00
Fredrik Fornwall
b5cb2a609b libevent: Add patch for DNS resolution on Android 2016-08-26 17:20:32 -04:00
Fredrik Fornwall
85e28b3243 mpv: Enable package 2016-08-26 05:50:08 -04:00
Fredrik Fornwall
aafa75a8bb ffmpeg: Do not use libfaac encoder
The built-in ffmpeg AAC encoder is now recommended instead.
2016-08-26 05:45:36 -04:00
Fredrik Fornwall
1ce5afd429 pforth: Enable package 2016-08-26 05:45:25 -04:00
Fredrik Fornwall
dc09fa7c20 rtmpdump: Patch man page placement 2016-08-24 11:03:12 -04:00
Pierre Rudloff
a43f8ae3a6 rtmpdump package (#321) 2016-08-24 15:05:11 +02:00
Fredrik Fornwall
e239964bac Make it possible to specify checksum for src 2016-08-24 06:34:43 -04:00
Fredrik Fornwall
cae39d9d66 git: Fixup massage step to remove bin/perl* 2016-08-23 15:47:50 -04:00
Fredrik Fornwall
69685781db git: Inform about need to install perl when needed
Some git commands require perl, but since perl is a relatively
large dependency we do not bring it in as a git dependency. Instead
inform about the need to 'apt install perl' when trying to run a
command requiring perl.

Fixes #408.
2016-08-23 13:27:26 -04:00
Fredrik Fornwall
d042a5549d diffutils: Update from 3.4 to 3.5 2016-08-21 10:14:11 -04:00
Fredrik Fornwall
0acb75f864 emacs: Fix tramp using /bin/sh
Fixes https://github.com/termux/termux-app/issues/139
2016-08-21 10:13:48 -04:00
Fredrik Fornwall
115be236c3 proot: Build from https://github.com/termux/proot 2016-08-21 09:17:06 -04:00
Fredrik Fornwall
42aaa8bfaf Bump proot build revision for package update 2016-08-21 08:57:07 -04:00
Fredrik Fornwall
f3fe19bc20 php: Update from 5.6.24 to 5.6.25 2016-08-21 08:56:03 -04:00
David Martínez
77c265a461 Added more extensions to PHP build (#391) 2016-08-21 13:36:08 +02:00
michalbednarski
22e490e751 proot: Work around inability to use change syscall (#390)
* proot: Work around inability to use change syscall

* Use -1 as SYSCALL_AVOIDER on aarch64
2016-08-21 13:34:49 +02:00
Fredrik Fornwall
7892fa9703 tar: Fix /bin/sh -> $PREFIX/bin/sh
Also depend on xz-utils for xz compression to work.

Fixes #410.
2016-08-20 17:36:39 -04:00
Fredrik Fornwall
40534bae4b ndk-sysroot: Setup librt&libpthread symlinks
The librt and libpthread libraries are built into libc on Android
and does not exist as separate libraries.

We now set them up as symlinks to libc for compatibility.

Fixes #403.
2016-08-19 09:25:48 -04:00
Fredrik Fornwall
faa5037a0c fzf: Bump build revision 2016-08-19 08:18:57 -04:00
Fredrik Fornwall
d14fc2ca74 gnupg2: Update from 2.1.14 to 2.1.15 2016-08-19 08:10:33 -04:00
BrainDamage
2c48681520 added fzf shell helper scripts to the package (#404) 2016-08-19 14:10:27 +02:00
Fredrik Fornwall
9cbdadb1fe clang: Support -nopie flag 2016-08-18 18:25:57 -04:00
Fredrik Fornwall
23a5092d83 golang: Bump version, depend on clang&fix zoneinfo 2016-08-18 18:25:00 -04:00
Fredrik Fornwall
0d6ef2ea39 golang: Fix clang compatibility with pie 2016-08-18 18:24:44 -04:00
Fredrik Fornwall
ec4cc5e36e golang: Make os/user work somewhat 2016-08-18 18:23:47 -04:00
Fredrik Fornwall
0a94e66045 libgcrypt: Update from 1.7.2 to 1.7.3 2016-08-18 18:22:52 -04:00
Fredrik Fornwall
6697f6db79 gnupg: Update from 1.4.20 to 1.4.21 2016-08-18 18:22:37 -04:00
Fredrik Fornwall
290517e829 clang: Setup cpp as symlink to clang
The cpp program was missing after the gcc -> clang transition, but
clang implements cpp if invoked by that name.

Fixes #397.
2016-08-16 13:09:51 -04:00
Fredrik Fornwall
a37f6399c7 nodejs: Update from 6.3.1 to 6.4.0 2016-08-16 13:09:09 -04:00
Fredrik Fornwall
fc19ac86cd ncurses: Include tmux tmux-256color terminfos 2016-08-16 11:23:20 -04:00
Fredrik Fornwall
3d09393967 gnuplot: Build with --with-bitmap-terminals 2016-08-16 11:20:20 -04:00
Fredrik Fornwall
e5b151a0fb golang: Update from 1.7.beta2 to 1.7 final release 2016-08-16 06:53:19 -04:00
Fredrik Fornwall
a8dfe86253 ruby: Clang compatibility in ruby.h 2016-08-15 09:01:59 -04:00
Fredrik Fornwall
59ca138b1d libtalloc: Patch to avoid linking against libcrypt 2016-08-14 19:18:26 -04:00
Fredrik Fornwall
a0cea975ea vim: Update to latest patch 2016-08-14 18:37:46 -04:00
Fredrik Fornwall
142bef5b3b tracepath: Update from 20150815 to 20160308 2016-08-14 18:30:33 -04:00
Fredrik Fornwall
34c3b0fb5a tig: Update from 2.1.1 to 2.2 2016-08-14 18:26:38 -04:00
Fredrik Fornwall
bd46cb1532 tcl: Update from 8.6.5 to 8.6.6 2016-08-14 18:26:00 -04:00
Fredrik Fornwall
eb77b1e871 strace: Update from 4.12 to 4.13 2016-08-14 18:21:44 -04:00
Fredrik Fornwall
2b22d736e8 sshpass: Update from 1.05 to 1.06 2016-08-14 18:16:21 -04:00
Fredrik Fornwall
bded7ca379 speex: Remove package (replaced by opus) 2016-08-14 18:14:55 -04:00
Fredrik Fornwall
b316825b01 procps: Update from 3.3.11 to 3.3.12 2016-08-14 18:13:13 -04:00
Fredrik Fornwall
04b275a4a4 parallel: Update from 20160422 to 20160722 2016-08-14 17:54:45 -04:00
Fredrik Fornwall
58ef7a3243 netpbm: Version bump 2016-08-14 17:54:30 -04:00
Fredrik Fornwall
849371da0f libmsgpack: Update from 1.4.1 to 2.0.0 2016-08-14 17:44:50 -04:00
Fredrik Fornwall
c42872780c cmake: Set CMAKE_SYSTEM_NAME=Android 2016-08-14 17:44:26 -04:00
Fredrik Fornwall
14b2b4a6c4 neovim: Update to latest git master 2016-08-14 17:44:09 -04:00
Fredrik Fornwall
7ab5f7d413 w3m&zile: Force rebuild after libgc bump 2016-08-14 17:44:02 -04:00
Fredrik Fornwall
4e51e8d8ba jsoncpp: Set CMAKE_SYSTEM_NAME=Android
This avoid a versioned soname.
2016-08-14 17:40:55 -04:00
Fredrik Fornwall
207d97f775 libgc: Revert back to needed tkill() patch 2016-08-14 17:11:16 -04:00
Fredrik Fornwall
5baf939a11 mutt: Update to latest neomutt release 2016-08-14 16:41:34 -04:00
Fredrik Fornwall
a93d3ef8e5 lighttpd: Update from 1.4.39 to 1.4.41 2016-08-14 16:30:56 -04:00
Fredrik Fornwall
5b196048dc serf&subversion: Bump builds after libexpat update 2016-08-14 16:30:35 -04:00
Fredrik Fornwall
567fa132b7 apr-util: Bump version after libexpat update 2016-08-14 16:19:13 -04:00
Fredrik Fornwall
7eba674303 lua: Update from 5.3.2 to 5.3.3 2016-08-14 09:53:50 -04:00
Fredrik Fornwall
eaae2cf5f0 elinks: Bump build efter libexpat update 2016-08-14 09:28:58 -04:00
Fredrik Fornwall
f6fd83bae5 Bump some builds after libexpat update 2016-08-14 09:19:24 -04:00
Fredrik Fornwall
34baab81ee cmake: Bump build revision after libexpat update 2016-08-14 08:52:29 -04:00
Fredrik Fornwall
cceed36f7f aapt: Bump build revision after libexpat update 2016-08-14 08:43:47 -04:00
Fredrik Fornwall
0feaa732f1 libtalloc: Update from 2.1.6 to 2.1.8 2016-08-14 08:26:15 -04:00
Fredrik Fornwall
278755bdfa linux-man-pages: Update from 4.04 to 4.07 2016-08-14 08:25:46 -04:00
Fredrik Fornwall
9683bb063e sqlite: Update from 3.14.0 to 3.14.1 2016-08-14 08:24:20 -04:00
Fredrik Fornwall
6557c3462a libopus: Update from 1.1.2 to 1.1.3 2016-08-14 08:23:28 -04:00
Fredrik Fornwall
cdd3e91185 ffmpeg: Update from 3.1.1 to 3.1.2 2016-08-14 08:23:12 -04:00
Fredrik Fornwall
026081b755 libgc: Update to latest release 2016-08-14 08:05:19 -04:00
Fredrik Fornwall
6fd45695f3 iperf3: Update from 3.1.2 to 3.1.3 2016-08-14 08:01:21 -04:00
Fredrik Fornwall
8788d3c8fb libisl: Update from 0.16.1 to 0.17.1 2016-08-14 07:59:55 -04:00
Fredrik Fornwall
a8e2933597 libgmp: Update from 6.1.0 to 6.1.1 2016-08-14 07:59:04 -04:00
Fredrik Fornwall
5277be825f git: Update from 2.9.2 to 2.9.3 2016-08-14 07:48:09 -04:00
Fredrik Fornwall
a2f99b0dea libexpat: Fix src url and update to 2.2.0 2016-08-14 07:43:35 -04:00