Christian Wiese
5d8f2670e4
dovecot-pigeonhole: Updated (0.4.0 -> 0.4.1)
11 years ago
Christian Wiese
3176b568f6
dovecot: Updated (2.2.4 -> 2.2.5)
11 years ago
Christian Wiese
04b4483e02
dovecot: Updated (2.2.3 -> 2.2.4)
11 years ago
Christian Wiese
565afac1e3
busybox: change build priority (102.001 -> 107.000)
...
It doesn't make much sense to build busybox before building the compiler
when cross-compiling.
11 years ago
Christian Wiese
74680bff9e
uclibc: fixed to enable __progname support if GCC stack-smashing protection is enabled
11 years ago
Christian Wiese
d738fcc5dd
gcc: fixed parse-config to only inject -fstack-protector if we have a proper compiler supporting it
...
Note:
At stage 0 (toolchain) we are building a static gcc with explicitely disabled
stack-smashing protection.
11 years ago
Christian Wiese
f0c170971f
argp-standalone: change build priority (800.000 -> 101.900)
...
As this is supposed to be used in cases the libc is not providing an argp
implementation, the package needs to be build much earlier!
11 years ago
Christian Wiese
88ca4ab627
file: Updated (5.11 -> 5.14)
11 years ago
Christian Wiese
00ad30a18f
elfutils: fixed desc file to use the correct patches
...
The patches which have been already present for 0.155 are those for 0.153
with the wrong version identifier, and unfortunately they got mirrored
to our download infrastructure.
Wrong patches on the mirror are:
elfutils-0.155-portability.patch
elfutils-0.155-robustify.patch
11 years ago
Alejandro Mery
f7db6862c9
musl: fix gzip support
11 years ago
Alejandro Mery
f113ee76d6
ecore: flag as GNU99
11 years ago
Alejandro Mery
f664d5b9b9
gcc: introduce GNU99 flag to hardcode -std=gnu99
11 years ago
Alejandro Mery
bf8254ca13
musl: fix lzo and lzop support
11 years ago
Alejandro Mery
d649aa1fae
Remove .gitattributes because some patches need mixed eol
11 years ago
Christian Wiese
e1f4d1a088
aufs: Updated (3.4-20130325 -> 3.10-20130916)
...
As master is already having all fixes and integration for aufs
with kernels >= 3.7 we should actually update the package to
the corresponding kernel patch.
11 years ago
Christian Wiese
6d3277af11
linux-src: Updated (3.10.11 -> 3.10.12)
11 years ago
Christian Wiese
4e7602698e
linux-header: Updated (3.10.11 -> 3.10.12)
11 years ago
Christian Wiese
38aeb2696f
linux: Updated (3.10.11 -> 3.10.12)
11 years ago
Christian Wiese
f4304f043c
libcap: improved to check if we can build the pam module
11 years ago
Christian Wiese
0b9084190a
cracklib: marked as cross-compiling on request
11 years ago
Christian Wiese
62bee27e6a
libcap: fix linking of shared objects
11 years ago
Christian Wiese
af5bc38a22
libcap: add patch with upstream fixes
...
https://git.kernel.org/cgit/linux/kernel/git/morgan/libcap.git/
11 years ago
Christian Wiese
2a54aac544
cracklib: changed build priority (178.600 -> 120.000)
...
This is needed because we changed the build priority of pam, and to be able
to build the pam cracklib module we need to build cracklib before.
11 years ago
Christian Wiese
b6efca2761
pam: changed build priority (178.700 -> 120.050) to be build before libcap
...
libcap is shipping with an pam module which has the purpose to enforce
inheritable capability sets for a specified user, but obviously we need
to build pam before we can compile this module.
11 years ago
Christian Wiese
942b0c00f9
libcap: Updated (2.21 -> 2.22)
...
I needed to change the download location, as the original one is not
available anymore since the kernel.org breakage.
11 years ago
Christian Wiese
963d4848eb
libcap: fix to not install capfaq outside of the sandbox when cross-compiling
11 years ago
Christian Wiese
81952da418
libcap: marked to cross-compile on request
11 years ago
Christian Wiese
e92d4c7887
nfacct: Updated (1.0.0 -> 1.0.1)
11 years ago
Christian Wiese
58ab49f7a8
libnetfilter_acct: Updated (1.0.1 -> 1.0.2)
11 years ago
Christian Wiese
ca10a77b89
conntrack-tools: Updated (1.4.0 -> 1.4.2)
11 years ago
Christian Wiese
ec15790227
libnetfilter_conntrack: Updated (1.0.2 -> 1.0.4)
11 years ago
Christian Wiese
b058038a49
pam: add patch to include <paths.h>
...
needed to get _PATH_LASTLOG defined
11 years ago
Christian Wiese
5a93004b90
linux-src: Updated (3.10.10 -> 3.10.11)
11 years ago
Christian Wiese
6fd4382f6e
linux-header: Updated (3.10.10 -> 3.10.11)
11 years ago
Christian Wiese
b0f885f7b6
linux: Updated (3.10.10 -> 3.10.11)
11 years ago
Christian Wiese
ccef40057f
musl: improve ldd symlink creation to use $slibdir instead hardcoding /lib
11 years ago
Christian Wiese
7cc2954108
libsodium: Updated (0.4.2 -> 0.4.3)
11 years ago
Christian Wiese
6242bbbaa9
musl: changed to set libdir=$slibdir if $auto_prefix=1
11 years ago
Christian Wiese
d9a2902aa6
musl: improved to create a symlink from ld-musl-$musl_arch.so to ldd
...
if the dynlinker was started as "ldd" it will print DSO information
11 years ago
Christian Wiese
1792748f81
libsodium: changed build prio (800.000 -> 104.600)
...
Using the same prio than openssl should kind of assure that we'll build
libsodium early enough.
11 years ago
Christian Wiese
42d9bac687
tzdata: changed to explicitely inject -std=gnu99 through CFLAGS
...
Some code seems to depend on gnu extensions in the libc which get found
magically when building a glibc based system.
11 years ago
Christian Wiese
ceb7c63b56
vserver: Updated kernel patch (2.3.3.9 -> 2.3.6.6)
11 years ago
Christian Wiese
b8d6795a97
attr: add patch solving portability issues when using a libc which is not providing cdefs.h
...
This is the case for musl libc
11 years ago
Christian Wiese
ec45a8b290
attr: renamed attr-add-destdir.patch -> 0001-add-destdir.patch
11 years ago
Christian Wiese
9294bc4e08
xz: Updated (5.0.4 -> 5.0.5)
11 years ago
Christian Wiese
13236d10fe
mosh: Added mosh 1.2.4 - A replacement for SSH
11 years ago
Christian Wiese
9cd3aa8590
protobuf: Added protobuf 2.5.0 - Google's data interchange format
11 years ago
Christian Wiese
063699720d
zlib: fixed cross-compiling and simplified package conf
11 years ago
Christian Wiese
c52bc3214a
openssh: Updated (6.2p1 -> 6.2p2)
11 years ago
Christian Wiese
6b807d34cc
haveged: Updated (1.4 -> 1.7c)
11 years ago