Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | testing/xapian-omega: added path creation from conf file | Francesco Colista | 2012-11-05 | 1 | -2/+10 | |
| | ||||||
* | Merge git://dev.alpinelinux.org/aports | Francesco Colista | 2012-11-05 | 4 | -8/+175 | |
|\ | ||||||
| * | main/ghostscript: fix CVE-2012-4405 | Natanael Copa | 2012-11-05 | 2 | -3/+26 | |
| | | | | | | | | fixes #1427 | |||||
| * | main/libxslt: fix regression | Natanael Copa | 2012-11-05 | 2 | -5/+149 | |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=684564 | |||||
* | | Merge git://dev.alpinelinux.org/aports | Francesco Colista | 2012-11-05 | 14 | -19/+371 | |
|\| | ||||||
| * | main/avahi: fixi init script | Natanael Copa | 2012-11-05 | 2 | -1/+43 | |
| | | | | | | | | | | | | | | - replace 'opts' with 'extra_started_commands' - start avahi after hostname is set fixes #1461 | |||||
| * | main/alpine-mirrors: add v2.5 | Natanael Copa | 2012-11-05 | 2 | -4/+4 | |
| | | ||||||
| * | main/zfs-grsec: rebuild against kernel 3.6.4-r1 | Natanael Copa | 2012-11-05 | 1 | -1/+1 | |
| | | ||||||
| * | main/wanpipe-grsec: rebuild against kernel 3.6.4-r1 | Natanael Copa | 2012-11-05 | 1 | -1/+1 | |
| | | ||||||
| * | main/virtualbox-additions-grsec: rebuild against kernel 3.6.4-r1 | Natanael Copa | 2012-11-05 | 1 | -1/+1 | |
| | | ||||||
| * | main/spl-grsec: rebuild against kernel 3.6.4-r1 | Natanael Copa | 2012-11-05 | 1 | -1/+1 | |
| | | ||||||
| * | main/xtables-addons-grsec: rebuild against kernel 3.6.4-r1 | Natanael Copa | 2012-11-05 | 1 | -1/+1 | |
| | | ||||||
| * | main/open-vm-tools-grsec: rebuild against kernel 3.6.4-r1 | Natanael Copa | 2012-11-05 | 1 | -1/+1 | |
| | | ||||||
| * | main/dahdi-linux-grsec: rebuild against kernel 3.6.4-r1 | Natanael Copa | 2012-11-05 | 2 | -5304/+1 | |
| | | ||||||
| * | main/linux-grsec: enable dvb again | Natanael Copa | 2012-11-05 | 4 | -7/+5620 | |
| | | ||||||
* | | testing/py-simplejson: new aport | Francesco Colista | 2012-11-05 | 1 | -0/+38 | |
| | | ||||||
* | | Merge git://dev.alpinelinux.org/aports | Francesco Colista | 2012-11-05 | 24 | -2362/+157 | |
|\| | ||||||
| * | main/libvirt: remove uclibc patch from upstream | Leonardo Arena | 2012-11-05 | 2 | -8/+10 | |
| | | ||||||
| * | main/asterisk: upgrade to 11.0.0 from testing/asterisk | Timo Teräs | 2012-11-05 | 18 | -2346/+102 | |
| | | | | | | | | - re-enable libasteriskssl as the uclibc bug should be fixed now | |||||
| * | main/apk-tools: apply bugfix from upstream | Timo Teräs | 2012-11-05 | 2 | -3/+37 | |
| | | ||||||
| * | main/gpsd PPS may fail if baudrate is not set with stty before startup | Nathan Angelacos | 2012-11-04 | 2 | -5/+8 | |
| | | | | | | | | Reference: http://catb.org/gpsd/upstream-bugs.html#tiocmwait | |||||
* | | Merge git://dev.alpinelinux.org/aports | Francesco Colista | 2012-11-03 | 20 | -464/+581 | |
|\| | ||||||
| * | main/freeradius: update checksum | Leonardo Arena | 2012-11-02 | 1 | -1/+1 | |
| | | ||||||
| * | main/freeradius: fix reload. Fixes #1459 | Leonardo Arena | 2012-11-02 | 2 | -2/+2 | |
| | | ||||||
| * | main/freeradius: fix pid dir location | Leonardo Arena | 2012-11-02 | 2 | -7/+7 | |
| | | ||||||
| * | xen: fix init scripts | Roger Pau Monné | 2012-11-02 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On 02/11/12 12:05, Leonardo Arena wrote: > On Fri, 2012-11-02 at 11:49 +0100, Roger Pau Monne wrote: >> Xen init scripts doesn't need to depend on 'net' >> --- >> Please update APK checksum >> --- >> main/xen/xend.initd | 2 +- >> main/xen/xenstored.initd | 1 - >> 2 files changed, 1 insertions(+), 2 deletions(-) >> >> diff --git a/main/xen/xend.initd b/main/xen/xend.initd >> index 1c667e8..bd5550b 100644 >> --- a/main/xen/xend.initd >> +++ b/main/xen/xend.initd >> @@ -4,7 +4,7 @@ >> # $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/files/xend.initd-r2,v 1.2 2011/09/10 17:22:46 alexxy Exp $ >> >> depend() { >> - need net xenconsoled xenstored >> + need xenconsoled xenstored >> after firewall >> before xendomains sshd >> } >> diff --git a/main/xen/xenstored.initd b/main/xen/xenstored.initd >> index f2c22cc..6187c02 100644 >> --- a/main/xen/xenstored.initd >> +++ b/main/xen/xenstored.initd >> @@ -4,7 +4,6 @@ >> # $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/files/xenstored.initd,v 1.2 2011/04/05 21:25:03 alexxy Exp $ >> >> depend() { >> - need net >> before xendomains xend sshd ntp-client ntpd nfs nfsmount rsyncd portmap dhcp >> } >> > > Applied both patches. On the rush I forgot to increase pkgrel, can you commit this please: Signed-off-by: Leonardo Arena <rnalrd@alpinelinux.org> | |||||
| * | main/xen: update checksum | Leonardo Arena | 2012-11-02 | 1 | -2/+3 | |
| | | ||||||
| * | xen: fix init scripts | Roger Pau Monne | 2012-11-02 | 2 | -2/+1 | |
| | | | | | | | | | | | | Xen init scripts doesn't need to depend on 'net' Signed-off-by: Leonardo Arena <rnalrd@alpinelinux.org> | |||||
| * | xen: add CVE-2012-4544 fix | Roger Pau Monne | 2012-11-02 | 2 | -0/+366 | |
| | | | | | | | | Signed-off-by: Leonardo Arena <rnalrd@alpinelinux.org> | |||||
| * | main/libxslt: upgrade to 1.1.27 | Natanael Copa | 2012-11-02 | 1 | -3/+3 | |
| | | ||||||
| * | main/libxml2: upgrade to 2.9.0 | Natanael Copa | 2012-11-02 | 4 | -387/+3 | |
| | | | | | | | | fixes #1438 | |||||
| * | main/libvirt: upgrade to 1.0.0 | Leonardo Arena | 2012-11-02 | 1 | -7/+5 | |
| | | ||||||
| * | main/libc0.9.32: missing file for dlsym(RTLD_NEXT) patch | Timo Teräs | 2012-11-02 | 1 | -0/+27 | |
| | | ||||||
| * | main/libc0.9.32: dlsym(RTLD_NEXT) fix | Timo Teräs | 2012-11-02 | 2 | -1/+21 | |
| | | ||||||
| * | main/apache2: fix default conf and split some mods | Natanael Copa | 2012-11-01 | 5 | -54/+144 | |
| | | | | | | | | | | | | | | | | | | | | - New default config based on V Krishn's work. - split out lua mod as it pulls in lua package as dependency - split out proxy-html as it pulls in libxml2 - split out proxy as most ppl probably dont need it - fix webdav package Fixes #1457 | |||||
* | | Merge git://dev.alpinelinux.org/aports | Francesco Colista | 2012-11-01 | 13 | -64/+47 | |
|\| | ||||||
| * | ==== release v2.5.0_rc1 ====v2.5.0_rc1 | Natanael Copa | 2012-11-01 | 1 | -1/+1 | |
| | | ||||||
| * | main/openrc: fix upgrading | Natanael Copa | 2012-11-01 | 2 | -10/+17 | |
| | | | | | | | | | | | | The state dir moved to /run/openrc. We migrate the current state with the post-upgrade script so we dont need to do reboot after upgrading openrc | |||||
| * | main/vlc: remove dlclose workaround | Natanael Copa | 2012-11-01 | 3 | -46/+1 | |
| | | | | | | | | It appears to have been fixed in uclibc | |||||
| * | main/libc0.9.32: dlclose fix | Natanael Copa | 2012-11-01 | 2 | -1/+17 | |
| | | | | | | | | | | | | | | Issue reported here: http://lists.uclibc.org/pipermail/uclibc/2012-October/047059.html Patch is from Timo | |||||
| * | testing/akondai: update source url | Natanael Copa | 2012-11-01 | 1 | -1/+1 | |
| | | ||||||
| * | main/redmine: fix checksum | Carlo Landmeter | 2012-11-01 | 1 | -1/+1 | |
| | | ||||||
| * | main/redmine: fix initd | Carlo Landmeter | 2012-11-01 | 3 | -3/+7 | |
| | | ||||||
| * | testing/asterisk: disable asterisk ssl wrapper for now | Timo Teräs | 2012-11-01 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | Seems that uclibc does not work nice with the wrapper for some reason. Likely some bug in RTLD_NEXT handling. Justification for ssl wrapper is at: https://reviewboard.asterisk.org/r/1006/ But since it's new feature, we just leave it disabled until we get it fixed with uclibc. | |||||
* | | Merge git://dev.alpinelinux.org/aports | Francesco Colista | 2012-11-01 | 6 | -4/+4 | |
|\| | ||||||
| * | testing/tvheadend: move to main | Carlo Landmeter | 2012-10-31 | 4 | -0/+0 | |
| | | ||||||
| * | main/freeradius: fix typo in logrotate dir | Leonardo Arena | 2012-10-31 | 1 | -2/+2 | |
| | | ||||||
| * | main/libvirt: upgrade to 1.0.0-rc3 | Leonardo Arena | 2012-10-31 | 1 | -2/+2 | |
| | | ||||||
* | | Merge git://dev.alpinelinux.org/aports | Francesco Colista | 2012-10-31 | 8 | -19/+21 | |
|\| | ||||||
| * | testing/soprano: rebuild against raptor2 | Natanael Copa | 2012-10-31 | 1 | -2/+2 | |
| | |