summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* main/asterisk: upgrade to 11.0.0 from testing/asteriskTimo Teräs2012-11-0518-2346/+102
| | | | - re-enable libasteriskssl as the uclibc bug should be fixed now
* main/apk-tools: apply bugfix from upstreamTimo Teräs2012-11-052-3/+37
|
* main/gpsd PPS may fail if baudrate is not set with stty before startupNathan Angelacos2012-11-042-5/+8
| | | | Reference: http://catb.org/gpsd/upstream-bugs.html#tiocmwait
* main/freeradius: update checksumLeonardo Arena2012-11-021-1/+1
|
* main/freeradius: fix reload. Fixes #1459Leonardo Arena2012-11-022-2/+2
|
* main/freeradius: fix pid dir locationLeonardo Arena2012-11-022-7/+7
|
* xen: fix init scriptsRoger Pau Monné2012-11-021-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 checksumLeonardo Arena2012-11-021-2/+3
|
* xen: fix init scriptsRoger Pau Monne2012-11-022-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 fixRoger Pau Monne2012-11-022-0/+366
| | | | Signed-off-by: Leonardo Arena <rnalrd@alpinelinux.org>
* main/libxslt: upgrade to 1.1.27Natanael Copa2012-11-021-3/+3
|
* main/libxml2: upgrade to 2.9.0Natanael Copa2012-11-024-387/+3
| | | | fixes #1438
* main/libvirt: upgrade to 1.0.0Leonardo Arena2012-11-021-7/+5
|
* main/libc0.9.32: missing file for dlsym(RTLD_NEXT) patchTimo Teräs2012-11-021-0/+27
|
* main/libc0.9.32: dlsym(RTLD_NEXT) fixTimo Teräs2012-11-022-1/+21
|
* main/apache2: fix default conf and split some modsNatanael Copa2012-11-015-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
* ==== release v2.5.0_rc1 ====Natanael Copa2012-11-011-1/+1
|
* main/openrc: fix upgradingNatanael Copa2012-11-012-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 workaroundNatanael Copa2012-11-013-46/+1
| | | | It appears to have been fixed in uclibc
* main/libc0.9.32: dlclose fixNatanael Copa2012-11-012-1/+17
| | | | | | | Issue reported here: http://lists.uclibc.org/pipermail/uclibc/2012-October/047059.html Patch is from Timo
* testing/akondai: update source urlNatanael Copa2012-11-011-1/+1
|
* main/redmine: fix checksumCarlo Landmeter2012-11-011-1/+1
|
* main/redmine: fix initdCarlo Landmeter2012-11-013-3/+7
|
* testing/asterisk: disable asterisk ssl wrapper for nowTimo Teräs2012-11-011-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.
* testing/tvheadend: move to mainCarlo Landmeter2012-10-314-0/+0
|
* main/freeradius: fix typo in logrotate dirLeonardo Arena2012-10-311-2/+2
|
* main/libvirt: upgrade to 1.0.0-rc3Leonardo Arena2012-10-311-2/+2
|
* testing/soprano: rebuild against raptor2Natanael Copa2012-10-311-2/+2
|
* testing/redland: upgrade to 1.0.15Natanael Copa2012-10-311-5/+5
|
* testing/rasqal: upgrade to 0.9.29Natanael Copa2012-10-311-3/+3
|
* testing/raptor2: upgrade to 2.0.8Natanael Copa2012-10-311-2/+2
|
* main/open-vm-tools-vserver: rebuild against kernel 3.6.4-r0Natanael Copa2012-10-311-2/+3
|
* main/dahdi-linux-vserver: rebuild against kernel 3.6.4-r0Natanael Copa2012-10-311-1/+2
|
* main/linux-vserver: upgrade to 3.6.4Natanael Copa2012-10-312-4/+4
|
* testing/ruby-mysql2: move to mainCarlo Landmeter2012-10-311-0/+0
|
* main/redmine: fix depsCarlo Landmeter2012-10-311-3/+3
|
* main/wanpipe-grsec: rebuild against kernel 3.6.4-r0Natanael Copa2012-10-311-1/+2
|
* main/zfs-grsec: rebuild against kernel 3.6.4-r0Natanael Copa2012-10-311-1/+2
|
* main/virtualbox-additions-grsec: rebuild against kernel 3.6.4-r0Natanael Copa2012-10-311-2/+3
| | | | and fix misspelled package name
* main/spl-grsec: rebuild against kernel 3.6.4-r0Natanael Copa2012-10-311-1/+2
|
* main/xtables-addons-grsec: rebuild against kernel 3.6.4-r0Natanael Copa2012-10-311-1/+1
|
* main/open-vm-tools-grsec: rebuild against kernel 3.6.4-r0Natanael Copa2012-10-311-1/+1
|
* main/dahdi-linux-grsec: rebuild against kernel 3.6.4-r0Natanael Copa2012-10-311-1/+1
|
* main/linux-grsec: upgrade grsecurity-2.9.1-3.6.4-201210291446Natanael Copa2012-10-312-179/+166
|
* main/gmime: moved from testingNatanael Copa2012-10-311-0/+0
|
* main/pidgin-sipe: moved from testingNatanael Copa2012-10-301-0/+0
|
* testing/libfprint: rebuild against nss-3.14Natanael Copa2012-10-301-1/+1
|
* main/xulrunner: rebuild against nss-3.14Natanael Copa2012-10-301-1/+1
|
* main/xen: rebuild against nss-3.14Natanael Copa2012-10-301-1/+1
|
* testing/pidgin-sipe: rebuild against nss-3.14Natanael Copa2012-10-301-1/+1
|