Christian Wiese
5b24e78a23
musl: fixed ebtables to compile
10 years ago
Christian Wiese
8ab203cde4
musl: removed openvpn patch because we use libc-compat.h now
10 years ago
Christian Wiese
442d9b166b
musl: fixed parse-config-9 to not map the linux-header package to the linux package
Applying libc-compat.h related patches to the kernel itself breaks the build.
It doesn't really make much sense to do that anyway because it is highly
unlikely that there will be any musl dpecific patch for the kernel itself.
10 years ago
Christian Wiese
4830e449d2
Revert "musl: renamed pkg dir (linux-header -> linux) fixing linux-header patching"
This reverts commit d0201f400f
.
10 years ago
Christian Wiese
e9925b0bb2
musl: Updated (1.0.1 -> 1.1.0)
10 years ago
Christian Wiese
7766d2630f
musl: marked package stable
10 years ago
Christian Wiese
7ef5e48b2a
linux-src: Updated (3.10.37 -> 3.10.38)
10 years ago
Christian Wiese
35e70735d5
linux-header: Updated (3.10.37 -> 3.10.38)
10 years ago
Christian Wiese
f70f7a6230
linux: Updated (3.10.37 -> 3.10.38)
10 years ago
Christian Wiese
f1356b744c
musl: changed parse-config-9 to be more consistent when notifying about appending patches
10 years ago
Christian Wiese
ffb1dee068
musl: improved parse-config-9 to also handle patches only applied at toolchain stage
10 years ago
Christian Wiese
d0201f400f
musl: renamed pkg dir (linux-header -> linux) fixing linux-header patching
In the parse-config-9 we map the linux-header and linux package to the same
directory which is 'linux' thus the patches in the linux-header subdir were
not applied.
10 years ago
Christian Wiese
09964d06c2
musl: changed to install libc.so as libc-musl-$arch.so.1 and make libc.so a symlink
11 years ago
Christian Wiese
16cab7c752
ebtables: changed to use system kernel headers instead of the included ones
10 years ago
Christian Wiese
8c59745a02
ebtables: fixed installation when cross-compiling when DESTDIR is effective
10 years ago
Christian Wiese
3613c5bbad
cpio: changed build priority (102.050 -> 108.400) to be build after tar
Detected when cross-compiling
10 years ago
Christian Wiese
9d590cc73a
musl/linux-header: use libc-compat.h to avoid redefinition errors for 'struct ethhdr'
10 years ago
Christian Wiese
a53ca10176
musl/linux-headers: add <linux/libc-compat.h> a compatibility interface for userspace libc header coordination
Origin: https://github.com/sabotage-linux/kernel-headers/blob/master/generic/include/linux/libc-compat.h
10 years ago
Christian Wiese
8f592967a6
musl: Updated (1.0.0 -> 1.0.1)
10 years ago
Christian Wiese
7e09718f1b
musl: add initial pieces for a musl specific shared config.cache
10 years ago
Christian Wiese
59b04f6301
libprelude: fixed to build against gnutls 3.2.x
10 years ago
Christian Wiese
7aa1ebe612
musl: fixed mine to build
10 years ago
Christian Wiese
976c0baec6
ssmtp: fix to explicitely link against libcrypto
When cross-compiling following error appears at linking time, which strangely
doesn't when building "natively" within a chrooted environment.
------------------------------------------------------------------------------
/bin/ld: ssmtp.o: undefined reference to symbol 'X509_free'
/bin/ld: note: 'X509_free' is defined in DSO /usr/lib/libcrypto.so.1.0.0 so try adding it to the linker command line
/usr/lib/libcrypto.so.1.0.0: could not read symbols: Invalid operation
collect2: error: ld returned 1 exit status
------------------------------------------------------------------------------
10 years ago
Christian Wiese
9f35bf9a4a
procps: add tweaks to get procps build with musl
10 years ago
Christian Wiese
395414e5a8
procps: Updated (3.2.8 -> 3.3.9) (using procps-ng now! see note!)
Note:
Because the original procps project is pretty unmaintained a fork called
procps-ng was initiated by Debian, Redhat and Suse.
This update is replacing the sources with those provided by the procps-ng
project.
10 years ago
Christian Wiese
1852e4865e
net-tools: remove deprecated package
10 years ago
Christian Wiese
7a94eceaba
musl/ethtool: fixed to use standard int types
10 years ago
Christian Wiese
7c200743e6
aufs: add patch needed when also patching in vserver support into the kernel
The vserver patch changes the type of the 'i_flags' field within 'struct inode'
from 'unsigned int' to 'unsigned short'.
10 years ago
Christian Wiese
efdc6f043f
aufs: changed to apply local patches thand end with .patch instead of .diff file suffix
This mimics the standard behavior of OpenSDE for normal package builds,
where .patch files found in the $confdir are unconditionally applied,
whereas .diff files are commonly added to the patch file list based on
some conditions defined in the package conf.
10 years ago
Christian Wiese
2b65d57277
musl/bdb: add tweak to fix config.sub for having musl triplet support
10 years ago
Christian Wiese
07addf18c9
musl/gzip: fixed undefined symbols to rpl_fflush and rpl_fseeko
10 years ago
Christian Wiese
24972b44dd
musl/pciutils: fixed build on x86
patch origin: sabotage linux
https://raw.githubusercontent.com/sabotage-linux/sabotage/8054eda9e3b5e58309e36d8d2223aba00a9480e6/KEEP/pciutils-pread.patch
10 years ago
Christian Wiese
45544eda0a
openvpn: Updated (2.3.2 -> 2.3.3)
10 years ago
Christian Wiese
22ad0ceb14
musl/openvpn: add workaround avoiding redefinition of struct ethhdr
10 years ago
Christian Wiese
b445d5d8d9
musl/pciutils: add fix to always use sys/io.h
10 years ago
Christian Wiese
ef97e5e7ad
reiserfsprogs: Updated (3.6.19 -> 3.6.24)
7 years is enough for every version! :D
10 years ago
Nagy Károly Gábriel
77b890f924
rsync: Security! CVE-2014-2855
10 years ago
Nagy Károly Gábriel
75bde963bf
debootstrap: Updated (1.0.29 -> 1.0.59)
10 years ago
Christian Wiese
806d06e867
uclibc: reintroduced the shared config.cache file which was moved from architecture/share
Note:
Currently this is a copy of the glibc config.cache because this was formerly
injected from the frameworks for all builds!
TODO: All the entries need to be checked on a native build!
10 years ago
Christian Wiese
98c352c96d
aufs: remove lockdep workaround
When using this workaround the kernel is hanging at "Unpacking initramfs...".
10 years ago
Christian Wiese
f3f0ac8127
aufs: improved applying possible local patches
10 years ago
Christian Wiese
71525de3c5
vserver: Updated kernel patch (3.10.33-vs2.3.6.8 -> 3.10.37-vs2.3.6.8)
10 years ago
Christian Wiese
ba7cc3bd3d
linux-src: Updated (3.10.36 -> 3.10.37)
10 years ago
Christian Wiese
45951e052d
linux-header: Updated (3.10.36 -> 3.10.37)
10 years ago
Christian Wiese
72819867c3
linux: Updated (3.10.36 -> 3.10.37)
10 years ago
Nagy Károly Gábriel
7f0cea8d8e
tzdata: Updated (2013i -> 2014b)
10 years ago
Nagy Károly Gábriel
6af16c8373
tzdata: fixed to always cross compile.
Actually reverting 8a5fecedc6
.
10 years ago
Nagy Károly Gábriel
b7b6f62df5
tmux: Updated (1.8 -> 1.9a)
10 years ago
Nagy Károly Gábriel
8d8d999385
sysstat: Updated (9.0.5 -> 10.2.1)
10 years ago
Nagy Károly Gábriel
1d92510f5d
fail2ban: Updated (0.8.12 -> 0.9.0)
10 years ago