Fredrik Fornwall
d4145c1a45
jsoncpp: Update from 1.7.4 to 1.7.6
2016-09-26 08:40:05 -04:00
Fredrik Fornwall
874a0cb3c9
libfaac: Remove package (unused&unmaintained)
...
The libfaac package is currently unused now that the ffmpeg native
AAC encoder is better, is unmaintained and has license issues.
2016-09-26 08:38:19 -04:00
Fredrik Fornwall
ea7279847a
libksba: Update from 1.3.4 to 1.3.5
2016-09-26 08:28:12 -04:00
Fredrik Fornwall
bb8afdb337
gpgme: Add note about upgrading version
2016-09-26 08:26:59 -04:00
Fredrik Fornwall
8337df312e
global: Update from 6.5.4 to 6.5.5
2016-09-26 08:18:04 -04:00
Fredrik Fornwall
48af2a6351
fzf: Update from 0.15.1 to 0.15.2
2016-09-26 08:11:10 -04:00
Fredrik Fornwall
f3ccc6f3b1
getmail: Update from 4.50.0 to 4.51.0
2016-09-26 08:10:54 -04:00
Fredrik Fornwall
7b467de9c7
elfutils: Update from 0.166 to 0.167
2016-09-26 08:08:13 -04:00
Fredrik Fornwall
acbfec93ea
dash: Update from 0.5.9 to 0.5.9.1
2016-09-26 07:59:18 -04:00
Fredrik Fornwall
243e7d700e
libmpfr: Bump build revision for softfp rebuild
2016-09-26 07:58:18 -04:00
Fredrik Fornwall
e94db04e8f
aria2: Update from 1.26.1 to 1.27.1
2016-09-26 07:58:06 -04:00
Fredrik Fornwall
3725e48ba4
termux-elf-cleaner: Use correct constant
2016-09-26 13:51:00 +02:00
Fredrik Fornwall
a3d36771f2
Don't forget x86_64 when building for all arches
2016-09-24 19:55:23 -04:00
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
fa05ce4619
Switch to make_standalone_toolchain.py
2016-09-24 17:11:31 -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
6376c14274
Add nasm and yasm to setup-ubuntu.sh
2016-09-22 20:47:11 -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
c949d94f4b
setup-ubuntu.sh: Install intltool for qalc build
2016-09-22 21:59:25 +02:00
Fredrik Fornwall
76c011d81e
gnuchess: Update from 6.2.2 to 6.2.3
2016-09-22 21:53:48 +02:00
Fredrik Fornwall
95c8f610d5
Bump patched NDK toolchain version
2016-09-22 20:58:06 +02:00
Fredrik Fornwall
39d7cdd7f1
mpv: Use rst2man package instead of pip install
2016-09-22 20:56:09 +02:00
Fredrik Fornwall
5c36f4e054
ndk_patches: Use __inline__ for custom functions
...
This avoids warnings due to unused functions when building.
2016-09-22 14:43:21 -04:00
Fredrik Fornwall
a1b245c64e
openssl: Update from 1.0.2h to 1.0.2i
2016-09-22 14:42:43 -04:00
Fredrik Fornwall
204bde80a4
build-package.sh: Avoid mess in zlib.pc
2016-09-22 14:37:03 -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