Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | main/goffice: upgrade to 0.10.14 | Natanael Copa | 2014-04-14 | 1 | -4/+4 | |
| | ||||||
* | main/apk-tools: delete unneeded files | Timo Teräs | 2014-04-14 | 2 | -74/+0 | |
| | ||||||
* | main/apk-tools: upgrade to 2.4.3 | Timo Teräs | 2014-04-14 | 1 | -13/+5 | |
| | ||||||
* | main/musl: cherry-pick fixes from upstream git, and port getent.c from netbsd | Timo Teräs | 2014-04-14 | 6 | -217/+606 | |
| | | | | | fixes important memmem bug, getent is a whole lot faster. additionally the netlink patch is optimized a bit. | |||||
* | main/mercurial: upgrade to 2.9.2 | Natanael Copa | 2014-04-14 | 1 | -4/+4 | |
| | ||||||
* | main/libxxf86misc: upgrade to 1.0.3 | Natanael Copa | 2014-04-14 | 1 | -3/+5 | |
| | ||||||
* | main/libjpeg-turbo: upgrade to 1.3.1 | Natanael Copa | 2014-04-14 | 2 | -43/+5 | |
| | ||||||
* | main/libdrm: upgrade to 2.4.53 | Natanael Copa | 2014-04-14 | 1 | -4/+4 | |
| | ||||||
* | main/phpmyadmin: upgrade to 4.1.13 | Natanael Copa | 2014-04-14 | 1 | -4/+4 | |
| | ||||||
* | main/awesome: upgrade to 3.5.5 | Natanael Copa | 2014-04-14 | 1 | -4/+4 | |
| | ||||||
* | main/xorg-server: upgrade to 1.15.1 | Natanael Copa | 2014-04-14 | 1 | -5/+6 | |
| | ||||||
* | main/py-sphinx: upgrade to 1.2.2 | Fabian Affolter | 2014-04-13 | 1 | -16/+10 | |
| | ||||||
* | main/ansible: upgrade to 1.5.4 | Fabian Affolter | 2014-04-13 | 1 | -4/+4 | |
| | ||||||
* | Merge branch 'master' of git.alpinelinux.org:/gitroot/aports | William Pitcock | 2014-04-12 | 38 | -36860/+549 | |
|\ | ||||||
| * | main/linux-pam: build with flex-dev | Natanael Copa | 2014-04-11 | 1 | -2/+2 | |
| | | ||||||
| * | main/ebtables: build fixes for musl | Natanael Copa | 2014-04-11 | 2 | -2/+299 | |
| | | ||||||
| * | main/webkitgtk: upgrade to 2.4.0 | Natanael Copa | 2014-04-11 | 2 | -12/+12 | |
| | | ||||||
| * | main/iso-codes: upgrade to 3.52 | Natanael Copa | 2014-04-11 | 1 | -4/+4 | |
| | | ||||||
| * | main/dnsmasq: upgrade to 2.69 | Natanael Copa | 2014-04-11 | 1 | -4/+4 | |
| | | ||||||
| * | remove vserver | Natanael Copa | 2014-04-11 | 13 | -36794/+0 | |
| | | ||||||
| * | main/oscam: new snapshot | Carlo Landmeter | 2014-04-11 | 1 | -7/+6 | |
| | | ||||||
| * | main/lvm2: upgrade to 2.02.106 | Natanael Copa | 2014-04-11 | 1 | -6/+5 | |
| | | ||||||
| * | main/gawk: upgrade to 4.1.1 | Natanael Copa | 2014-04-11 | 1 | -5/+4 | |
| | | ||||||
| * | main/git: upgrade to 1.9.2 | Natanael Copa | 2014-04-11 | 1 | -4/+4 | |
| | | ||||||
| * | main/firefox: workaround libGL's initial-exec TLS breakage on musl | Natanael Copa | 2014-04-11 | 1 | -2/+6 | |
| | | | | | | | | https://bugs.freedesktop.org/show_bug.cgi?id=35268 | |||||
| * | main/openssl: fix use after free happening without freebufs | Timo Teräs | 2014-04-11 | 2 | -4/+21 | |
| | | | | | | | | and it also happens with freebufs on multi-threaded programs. | |||||
| * | main/libvirt: fix 'virsh nodeinfo' for musl | Natanael Copa | 2014-04-10 | 2 | -4/+69 | |
| | | ||||||
| * | main/libgnome-keyring: fix musl build | Timo Teräs | 2014-04-10 | 1 | -1/+2 | |
| | | ||||||
| * | main/apk-tools: fix purge install_if packages on upgrade -a | Natanael Copa | 2014-04-10 | 2 | -4/+50 | |
| | | ||||||
| * | main/apk-tools: fix cleaning of packages that got replaced with provides | Natanael Copa | 2014-04-10 | 2 | -4/+40 | |
| | | ||||||
| * | main/util-linux: fix hwclock setenv() usage | Timo Teräs | 2014-04-10 | 2 | -1/+17 | |
| | | | | | | | | | | it's incorrect, and crashes on musl. http://lists.alpinelinux.org/alpine-devel/3638.html | |||||
| * | main/gnupg1: replaces gnupg | Natanael Copa | 2014-04-09 | 1 | -1/+2 | |
| | | ||||||
| * | main/snmptt: fix ownership of spool and log dirs | Leonardo Arena | 2014-04-09 | 2 | -3/+6 | |
| | | ||||||
* | | main/acpica: upgrade to 20140325 | William Pitcock | 2014-04-12 | 1 | -4/+4 | |
|/ | ||||||
* | main/openssl: disable free(2) caching in ssl code | William Pitcock | 2014-04-09 | 2 | -4/+22 | |
| | | | | | | | This code is dubious at best and also responsible for the heartbleed vulnerability being exposed in the first place. With the heartbleed test on a broken version, this results in a daemon crash instead of private key exposure. We add dummy padding to preserve ABI compatibility with older packages. | |||||
* | main/smstools: silent pre-install | Leonardo Arena | 2014-04-09 | 2 | -4/+5 | |
| | ||||||
* | main/musl: reimplement getifaddrs() and if_nameindex() with netlink | Timo Teräs | 2014-04-09 | 3 | -6/+746 | |
| | | | | | this fixes issues with dhcpcd. cherry-pick also one more printf formatting fix from musl git. | |||||
* | main/audacious-plugins: upgrade to 3.4.3 | William Pitcock | 2014-04-09 | 1 | -5/+5 | |
| | ||||||
* | main/audacious: upgrade to 3.4.3 | William Pitcock | 2014-04-09 | 1 | -5/+5 | |
| | ||||||
* | main/xen: upgrade to 4.3.2 | William Pitcock | 2014-04-09 | 5 | -174/+27 | |
| | ||||||
* | main/freeradius: rebuild against new openssl. Fixes #2835 | Leonardo Arena | 2014-04-08 | 1 | -1/+1 | |
| | ||||||
* | main/man-pages: upgrade to 3.64 | Natanael Copa | 2014-04-08 | 1 | -4/+4 | |
| | ||||||
* | main/kmod: upgrade to 17 | Natanael Copa | 2014-04-08 | 1 | -4/+4 | |
| | ||||||
* | main/openssl: upgrade to 1.0.1g | Timo Teräs | 2014-04-07 | 1 | -4/+4 | |
| | | | | | - fix for CVE-2014-0160 - fix for CVE-2014-0076 | |||||
* | main/vim: split vimdiff out to subpackage | Eivind Uggedal | 2014-04-07 | 1 | -2/+11 | |
| | | | | | Since vimdiff does not work with busybox diff we can depend on diffutils in the subpackage. | |||||
* | main/zabbix: upgrade to 2.2.3 | Leonardo Arena | 2014-04-07 | 1 | -4/+4 | |
| | ||||||
* | main/slim: depends on dbus at runtime | Natanael Copa | 2014-04-07 | 2 | -5/+5 | |
| | ||||||
* | main/musl: add one more arm fix, and bump pkgrel | Timo Teräs | 2014-04-07 | 2 | -7/+7 | |
| | ||||||
* | main/mkinitfs: skip .apk-new when migrating | Natanael Copa | 2014-04-07 | 2 | -1/+4 | |
| | ||||||
* | main/musl: align with latest git | Timo Teräs | 2014-04-07 | 3 | -68/+160 | |
| | | | | | * armv6 patch is there now (including an important fix) * two additional important bug fixes |