aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* main/qemu: enable aioNatanael Copa2012-07-051-2/+4
|
* main/mysql: upgrade to 5.5.25aNatanael Copa2012-07-051-2/+2
|
* main/libc0.9.32: backport the pread/pwrite fixes from masterNatanael Copa2012-07-058-213/+1503
| | | | The previous patch I did broke x86_64.
* main/qemu: enable curl, virtfs, cap-ngNatanael Copa2012-07-051-2/+6
|
* main/mpd: upgrade to 0.17Natanael Copa2012-07-051-3/+3
|
* main/libc0.9.32: fix/workaround posix_fallocate for x86Natanael Copa2012-07-052-1/+32
| | | | | | | | | Might be a gcc bug, but the generated assembly code was broke. ebp was supposed to be set to zero but it was not. We work around it by allowing use of immedate values as the 6th syscall arg. Then gcc don't need to use a memory reference.
* main/clamav: upgrade to 0.97.5Natanael Copa2012-07-041-6/+11
|
* main/alpine-conf: lbu: do not use xargsNatanael Copa2012-07-042-2/+69
| | | | ref #1240
* main/alpine-conf: remove unused patchNatanael Copa2012-07-041-28/+0
|
* main/tinc: upgrade to 1.0.19Natanael Copa2012-07-041-2/+2
|
* testing/poppler-qt4: upgrade to 0.20.1Natanael Copa2012-07-041-2/+2
|
* main/poppler-gtk: upgrade to 0.20.1Natanael Copa2012-07-041-2/+2
|
* main/poppler: upgrade to 0.20.1Natanael Copa2012-07-041-2/+2
|
* main/gnutls: upgrade to 3.0.21Natanael Copa2012-07-041-2/+2
|
* main/mercurial: upgrade to 2.2.3Natanael Copa2012-07-041-2/+2
|
* main/run-parts: upgrade to 4.3.2Natanael Copa2012-07-041-2/+2
|
* main/xfce4-wavelan-plugin: upgrade to 0.5.11Natanael Copa2012-07-041-2/+2
|
* main/xfce4-cpugraph-plugin: upgrade to 1.0.4Natanael Copa2012-07-041-2/+2
|
* main/xfce4-battery-plugin: upgrade to 1.0.5Natanael Copa2012-07-041-2/+2
|
* main/wpa_supplicant: upgrade to 1.0Natanael Copa2012-07-041-3/+3
|
* main/wine: upgrade to 1.5.8Natanael Copa2012-07-041-2/+2
|
* main/libdrm: upgrade to 2.4.37Natanael Copa2012-07-041-2/+2
|
* main/llvm: upgrade to 3.1Natanael Copa2012-07-042-37/+35
|
* main/lftp: upgrade to 4.3.8Natanael Copa2012-07-041-2/+2
|
* main/dovecot: upgrade to 2.1.8Natanael Copa2012-07-041-2/+2
|
* main/busybox: upgrade to 1.20.2Natanael Copa2012-07-041-14/+3
|
* main/libcap: fix url to source packageNatanael Copa2012-07-041-3/+3
|
* main/remmina: add fixes for clipboard + install desktop fileNatanael Copa2012-07-046-3/+1016
|
* testing/pkgconf: keep pkg-config symlinkNatanael Copa2012-07-031-5/+2
| | | | and fix url
* testing/py-crypto: security upgrade to 2.6 (CVE-2012-2417)Natanael Copa2012-07-031-3/+3
| | | | fixes #1238
* main/squid: upgrade to 3.2.0.18Natanael Copa2012-07-032-53/+3
|
* main/bluez: update init.d scripts, split hid2hciNatanael Copa2012-07-035-52/+27
| | | | | | | the udev rules to start up bluetoothd rules have been removed from upstream. http://git.kernel.org/?p=bluetooth/bluez.git;a=commit;h=2ea98a6a043710ad4958355b62c682b4767f292e
* main/obexd: upgrade to 0.46Natanael Copa2012-07-031-3/+3
|
* main/pixman: upgrade to 0.26.2Natanael Copa2012-07-031-2/+2
|
* main/e2fsprogs: upgrade to 1.42.4Natanael Copa2012-07-031-2/+2
|
* main/docbook-xsl: upgrade to 1.77.1Natanael Copa2012-07-031-2/+2
|
* main/cryptsetup: upgrade to 1.4.3Natanael Copa2012-07-031-2/+2
|
* main/ca-certificates: upgrade to 20120623Natanael Copa2012-07-031-2/+2
|
* main/vala: upgrade to 0.16.1Natanael Copa2012-07-021-2/+2
|
* main/imagemagick: upgrade to 6.7.8.0Natanael Copa2012-07-021-2/+2
|
* main/sems: upgrade to 1.4.3Natanael Copa2012-07-021-3/+3
|
* main/zabbix: fix config dirNatanael Copa2012-07-021-2/+2
| | | | fixes #1222
* main/open-vm-tools: recognize alpine linuxNatanael Copa2012-07-022-1/+49
| | | | ref #1221
* main/claws-mail: upgrade to 3.8.1Natanael Copa2012-07-022-22/+4
|
* testing/linux-virt-grsec: disable transparent hugepagesNatanael Copa2012-07-022-6/+4
| | | | Test if it solves issue for xen PV
* main/sylpheed: upgrade to 3.2.0Natanael Copa2012-07-022-30/+2
|
* testing/audacity: upgrade to 2.0.1Natanael Copa2012-07-021-2/+2
|
* testing/xf86-video-openchrome: upgrade to 0.2.999_pre20120629Natanael Copa2012-07-021-2/+2
|
* main/libc0.9.32: backport fix of pread/pwrite syscallsNatanael Copa2012-06-272-1/+213
| | | | fixes issue with git 1.7.11
* main/git: workaround for uclibc non-threadsafe pread()Natanael Copa2012-06-272-2/+26
| | | | | | | | Seems like git triggers a bug in uclibc pread(), which appears to be non-threadsafe. We work around the issue by disabling threads in index-pack for now.