Christian Wiese
e0c512ada6
libnxml: Updated (0.18.0 -> 0.18.3)
15 years ago
Christian Wiese
21378bd25b
libxslt: Updated (1.1.24 -> 1.1.26)
15 years ago
Christian Wiese
5169cdf94b
gengetopt: Updated (2.19 -> 2.22.4)
15 years ago
Christian Wiese
b42e73af8f
check: Updated (0.9.5 -> 0.9.8)
15 years ago
Christian Wiese
07d35f0008
wdiff: Updated (0.5g -> 0.6.3)
15 years ago
Christian Wiese
3ffb8d07ab
unshield: Updated (0.5 -> 0.6)
15 years ago
Christian Wiese
38bc67dc4c
libptytty: Updated (1.2 -> 1.3)
15 years ago
Christian Wiese
f6b2d5ff57
patchutils: Updated (0.2.31 -> 0.3.1)
15 years ago
Christian Wiese
22bc72f475
libssh: Updated (0.2-r199 -> 0.4.5)
15 years ago
Christian Wiese
b4f4ed1422
cmake: changed build priority (125.000 -> 107.710) to be shortly after make
...
Note: Nowadays quite some packages are using cmake so it cannot hurt to
build it a bit early ;)
15 years ago
Christian Wiese
717f30d28c
bonnie++: Updated (1.03a -> 1.03e)
15 years ago
Christian Wiese
a91461a759
parted: fixed by exporting LDFLAGS="-lselinux" - otherwise the configure check for device-mapper fails if it has selinux support
15 years ago
Christian Wiese
0586f61cf7
minised: Updated (1.12 -> 1.13)
15 years ago
Christian Wiese
68f6f8cfac
policycoreutils: Updated (2.0.7 -> 2.0.82)
15 years ago
Christian Wiese
3860e028ef
libselinux: Updated (2.0.8 -> 2.0.94)
15 years ago
Christian Wiese
c6759e07df
libsepol: Updated (2.0.1 -> 2.0.41)
15 years ago
Christian Wiese
d5ce87a3d6
xorg-server: fixed to only inject libx11 related linker options at cross-compile stage if libx11 is effectively installed
15 years ago
Christian Wiese
b27bbe10b5
ncurses: fixed to always create compatibility symlinks for curses even if we have the internal termcap disabled
15 years ago
Christian Wiese
50a9bc6229
openl2tp: fixed to not patch the linux kernel header and kernel sources anymore
...
Note: PPP over L2TP is included since linux version 2.6.23
15 years ago
Christian Wiese
fc5a182ad7
squashfs-tools: fixed to not patch the linux headers and kernel source anymore
...
Note: squashfs kernel stuff is included since linux version 2.6.29
15 years ago
Christian Wiese
6da7a580de
runit: added libvirt "tail" template for generating proper runit run scripts
15 years ago
Christian Wiese
fa23fd1c8a
libnl: Updated (0.50 -> 1.1)
15 years ago
Christian Wiese
60f6e1a5f8
libvirt: Added libvirt 0.8.2 - A virtualization toolkit and API
15 years ago
Christian Wiese
6ef5c12e76
qemu-kvm: Added qemu-kvm 0.12.4 - A modified QEMU for Linux KVM (Kernel-based Virtual Machine)
15 years ago
Christian Wiese
3e73b8a34b
dnsmasq: Updated (2.49 -> 2.55)
15 years ago
Christian Wiese
9ab3b6e7ff
valgrind: Updated (3.4.1 -> 3.5.0)
15 years ago
Christian Wiese
306179083c
cscope: Updated (15.6 -> 15.7a)
15 years ago
Christian Wiese
e5132ca088
ctags: Updated (5.7 -> 5.8)
15 years ago
Christian Wiese
882758c438
source-highlight: Updated (2.7 -> 3.1.4)
15 years ago
Christian Wiese
0304e03fe2
boost: Updated (1_37_0 -> 1_43_0)
15 years ago
Christian Wiese
aafbf4d6d3
boost-jam: Updated (3.1.17 -> 3.1.18)
15 years ago
Christian Wiese
ba2f770c06
tcpdump: Updated (3.9.8 -> 4.1.1)
15 years ago
Christian Wiese
f486bebc2d
libpcap: Updated (1.0.0 -> 1.1.1)
15 years ago
Christian Wiese
81d92e52f3
binutils: fixed cross-compiling by unsetting LD_LIBRARY_PATH while compiling sysinfo which gets compiled using $HOSTCC
...
Note:
This error occured while building a x86_64 target with generic optimisation on
x86_64 build host.
The error didn't showed up while building the same target but for x86 with
optimization for pentium2.
snippet from the error log output without that patch:
/usr/lib/gcc/x86_64-unknown-linux-gnu/4.4.4/../../../../x86_64-unknown-linux-gnu/bin/as: symbol lookup error:
/usr/lib/gcc/x86_64-unknown-linux-gnu/4.4.4/../../../../x86_64-unknown-linux-gnu/bin/as: undefined symbol: zca
lloc
15 years ago
Christian Wiese
6eb0d1205b
make: fixed stack limit bug (upstream fix)
...
bug #22010 : The increased stack rlimit is inherited by the subprocesses to make.
http://savannah.gnu.org/bugs/?22010
http://cvs.savannah.gnu.org/viewvc/make/make.h?root=make&r1=1.132&r2=1.133&view=patch
http://cvs.savannah.gnu.org/viewvc/make/main.c?root=make&r1=1.228&r2=1.229&view=patch
http://cvs.savannah.gnu.org/viewvc/make/job.c?root=make&r1=1.191&r2=1.192&view=patch
2009-06-07 Paul Smith <psmith@gnu.org>
* make.h: Move SET_STACK_SIZE determination to make.h.
* main.c (main): New global variable, STACK_LIMIT, holds the
original stack limit when make was started.
* job.c (start_job_command): Reset the stack limit, if we changed it.
Fixes Savannah bug #22010 .
15 years ago
Christian Wiese
7880162498
make: fixed bug with overlapping memory areas (upstream fix)
...
bug #27148 : Use of strcpy on overlapping memory areas
http://savannah.gnu.org/bugs/?27148
http://cvs.savannah.gnu.org/viewvc/make/job.c?root=make&r1=1.194&r2=1.195
2009-08-01 Paul Smith <psmith@gnu.org>
* job.c (new_job): Use memmove() instead of strcpy() since both
pointers are in the same memory block. Fixes Savannah bug #27148 .
Patch by Petr Machata.
15 years ago
Christian Wiese
5a0ae6d3be
binutils: Updated (2.20.51.0.9 -> 2.20.51.0.10)
15 years ago
Christian Wiese
2afcba16a1
kbd: Updated (1.12 -> 1.15.2)
15 years ago
Christian Wiese
149e6ca287
cpio: Updated (2.8 -> 2.11)
...
Note:
This commit is also slightly improving the cpio to detect if tar
package is installed. In that case the built-in rmt command will
be disabled using the rmt shipped with the tar package.
15 years ago
Christian Wiese
0ead716104
tar: changed to install 'rmt' into sbin directory and not into $prefix/libexec
15 years ago
Christian Wiese
6007945fd1
gawk: Updated (3.1.6 -> 3.1.8)
15 years ago
Christian Wiese
b54afd6b1a
grep: Updated (2.5.3 -> 2.6.3)
15 years ago
Christian Wiese
7600e483bd
diffutils: Updated (2.8.1 -> 3.0)
15 years ago
Christian Wiese
f204f833fb
patch: Updated (2.5.4 -> 2.6.1)
15 years ago
Christian Wiese
084b28dbbc
bash: changed search pattern for upstream patches to be more tollerant regarding the bash version and to use .patch file suffix
15 years ago
Christian Wiese
a7aecdd34f
bash: changed to add .patch suffix to upstream patch files
15 years ago
Christian Wiese
9cca0f6b3f
bash: changed package versioning (3.2-51 -> 3.2.51) to be more similar to the output of `bash --version`
15 years ago
Christian Wiese
ba569c0bc8
bash: Updated (3.2-17 -> 3.2-51)
15 years ago
Christian Wiese
4833bf481d
bash: fixed to avoid bash's built-in getcwd at cross stage, causing conflicts with the implementation of getcwd we use in our fl_wrapper
...
see: http://dev.opensde.net/issues/show/9
15 years ago
Christian Wiese
075ef07af5
smartmontools: Updated (5.38 -> 5.39.1)
15 years ago