Christian Wiese
29bf33dad9
bird: fixed to build when using separated ncurses libs
...
ncurses can be build as separate libraries, thus it is possible to have a
separated libtinfo which has the symbol for tgetent.
This patch is changing the order of library checks to find tgetent, thus
that tinfo libs get checked before ncurses, so birdc will be linked against
libtinfo and not libncurses which leads to linking problems.
11 years ago
Christian Wiese
b9d71c0b8e
bird: Updated (1.3.8 -> 1.3.11)
11 years ago
Christian Wiese
4b63bf3e58
strongswan: Updated (5.0.4 -> 5.1.0)
11 years ago
Christian Wiese
80d9599957
strongswan: Updated (5.0.1 -> 5.0.4)
11 years ago
Christian Wiese
69d6f87e7c
7zip: Updated (4.65 -> 9.20.1)
11 years ago
Christian Wiese
94acebfa15
libtirpc: Updated (0.2.2 -> 0.2.3)
11 years ago
Christian Wiese
5f9b175a38
uriparser: corrected project URL and description in desc file
11 years ago
Matthias Lay
26166cd1fd
uriparser: Added uriparser 0.7.8 - RFC 3986 URI parsing and processing libary
11 years ago
Christian Wiese
9e8f5bc788
zlib: fixed to not install manpages outside of the sandbox at toolchain stage
11 years ago
Christian Wiese
e457777a25
zlib: changed to build at stage 0
...
Actually it is better to rely on our own zlib instead of relying on a version
from the host.
11 years ago
Christian Wiese
e5dbb58d84
linux-src: Updated (3.10.8 -> 3.10.9)
11 years ago
Christian Wiese
4f34feebbc
linux-header: Updated (3.10.8 -> 3.10.9)
11 years ago
Christian Wiese
0f67f03daa
linux: Updated (3.10.8 -> 3.10.9)
11 years ago
Christian Wiese
cb72a187c0
linux-src: Updated (3.10.7 -> 3.10.8)
11 years ago
Christian Wiese
533e4fab9a
linux-header: Updated (3.10.7 -> 3.10.8)
11 years ago
Christian Wiese
e67b50f2a7
linux: Updated (3.10.7 -> 3.10.8)
11 years ago
Christian Wiese
8fbee7b75d
pinentry: fixed to not try to build frontends not supported by the target
11 years ago
Christian Wiese
ee9acfaac9
pinentry: Updated (0.8.1 -> 0.8.3)
11 years ago
Christian Wiese
57fa63c83d
libksba: Updated (1.2.0 -> 1.3.0)
11 years ago
Christian Wiese
9a8818d97b
libgcrypt: Updated (1.5.0 -> 1.5.3)
11 years ago
Christian Wiese
da03b4d221
gnupg2: Updated (2.0.19 -> 2.0.20)
11 years ago
Christian Wiese
1b2834fc1d
gpgme: Updated (1.3.1 -> 1.4.2)
11 years ago
Christian Wiese
d3a423e7ab
libassuan: Updated (2.0.3 -> 2.1.1)
11 years ago
Christian Wiese
9fc7391b47
libgpg-error: Updated (1.10 -> 1.12)
11 years ago
Christian Wiese
fbda0213c8
gnupg: Updated (1.4.13 -> 1.4.14)
11 years ago
Christian Wiese
18624de814
linux-header: Updated (3.10.6 -> 3.10.7)
11 years ago
Christian Wiese
110d942590
linux-src: Updated (3.10.6 -> 3.10.7)
11 years ago
Christian Wiese
9edf260deb
linux: Updated (3.10.6 -> 3.10.7)
11 years ago
Christian Wiese
28684a3489
linux-header: Updated (3.10.5 -> 3.10.6)
11 years ago
Christian Wiese
e0a3b67d6a
linux-src: Updated (3.10.5 -> 3.10.6)
11 years ago
Christian Wiese
66e08d50d3
linux: Updated (3.10.5 -> 3.10.6)
11 years ago
Christian Wiese
3a1fc6a3ab
libsodium: Added libsodium 0.4.2 - A portable, cross-compilable, installable, packageable fork of NaCl
...
Note:
We need to inject '-std=c99' because the reference implementation of blake2
is using C99 specific semantics.
------------------------------------------------------------------------------
crypto_generichash/blake2/ref/blake2b-ref.c: In function 'blake2b_init0':
crypto_generichash/blake2/ref/blake2b-ref.c:143:3: error: 'for' loop initial declarations are only allowed in C99 mode
crypto_generichash/blake2/ref/blake2b-ref.c:143:3: note: use option -std=c99 or -std=gnu99 to compile your code
crypto_generichash/blake2/ref/blake2b-ref.c: In function 'crypto_generichash_blake2b__init_param':
crypto_generichash/blake2/ref/blake2b-ref.c:155:3: error: 'for' loop initial declarations are only allowed in C99 mode
crypto_generichash/blake2/ref/blake2b-ref.c: In function 'crypto_generichash_blake2b__final':
crypto_generichash/blake2/ref/blake2b-ref.c:328:3: error: 'for' loop initial declarations are only allowed in C99 mode
------------------------------------------------------------------------------
11 years ago
Christian Wiese
7a63721dab
pgbouncer: marked as being cross-compileable if requested
11 years ago
Christian Wiese
0a6cb65966
postgresql: changed to use numerical uid/gid when changing ownership of the datadir
...
user/group names are not usable when cross-compiling as it will try to resolve
them through the host.
11 years ago
Christian Wiese
0cca83e8f4
postgresql: improved to disable zlib support if it is not installed
11 years ago
Christian Wiese
4c86b7101f
lua-posix: fix download of gnulib snapshot
...
see https://github.com/luaposix/luaposix/issues/106 for the reason why
we need to inject gnulib.
11 years ago
Christian Wiese
9ec054b00a
jsmin: Updated (2012-07-02 -> 2013-03-29)
11 years ago
Christian Wiese
b67fc6cf99
libev: Updated (4.11 -> 4.15)
11 years ago
Christian Wiese
fe2fd89163
linux-src: Updated (3.10.4 -> 3.10.5)
11 years ago
Christian Wiese
94e38d6ceb
linux-header: Updated (3.10.4 -> 3.10.5)
11 years ago
Christian Wiese
64782b9efa
linux: Updated (3.10.4 -> 3.10.5)
11 years ago
Christian Wiese
04feeb61be
ldns: fixed cross-compiling
11 years ago
Christian Wiese
c869754f49
kmod: changed to not build static library and to run autoreconf
11 years ago
Christian Wiese
132024b437
kmod: Updated (13 -> 14)
11 years ago
Christian Wiese
da42a92062
beecrypt: disable python support if there is no python installed
11 years ago
Christian Wiese
217aba2c14
beecrypt: changed to also build at cross-stage if requested
11 years ago
Christian Wiese
15d18a4842
beecrypt: changed to disable C++ wrapper support if icu4c is not installed
11 years ago
Christian Wiese
00e44eaeb1
coreutils: fixed our hostcc_make_prime_list() to add -I$root$includedir when compiling 'make_prime_list' at toolchain stage
11 years ago
Christian Wiese
b49d8c66ef
popt: removed obsolete glibc 2.2 related patch
11 years ago
Christian Wiese
6164aaf14d
iproute2: fixed configure tests when cross-compiling
11 years ago