aboutsummaryrefslogtreecommitdiffstats
path: root/main
Commit message (Collapse)AuthorAgeFilesLines
* main/ghostscript: fix CVE-2012-4405Natanael Copa2012-11-052-3/+26
| | | | fixes #1427
* main/libxslt: fix regressionNatanael Copa2012-11-052-5/+149
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=684564
* main/avahi: fixi init scriptNatanael Copa2012-11-052-1/+43
| | | | | | | - replace 'opts' with 'extra_started_commands' - start avahi after hostname is set fixes #1461
* main/alpine-mirrors: add v2.5Natanael Copa2012-11-052-4/+4
|
* main/xtables-addons-grsec: rebuild against kernel 3.6.4-r1Natanael Copa2012-11-051-1/+1
|
* main/open-vm-tools-grsec: rebuild against kernel 3.6.4-r1Natanael Copa2012-11-051-1/+1
|
* main/dahdi-linux-grsec: rebuild against kernel 3.6.4-r1Natanael Copa2012-11-052-5304/+1
|
* main/linux-grsec: enable dvb againNatanael Copa2012-11-054-7/+5620
|
* main/libvirt: remove uclibc patch from upstreamLeonardo Arena2012-11-052-8/+10
|
* main/asterisk: upgrade to 11.0.0 from testing/asteriskTimo Teräs2012-11-056-559/+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 ====v2.5.0_rc1Natanael 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
* main/redmine: fix checksumCarlo Landmeter2012-11-011-1/+1
|
* main/redmine: fix initdCarlo Landmeter2012-11-013-3/+7
|
* testing/tvheadend: move to mainCarlo Landmeter2012-10-314-0/+85
|
* 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
|
* 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/+35
|
* main/redmine: fix depsCarlo Landmeter2012-10-311-3/+3
|
* 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/+41
|
* main/pidgin-sipe: moved from testingNatanael Copa2012-10-301-0/+47
|
* main/xulrunner: rebuild against nss-3.14Natanael Copa2012-10-301-1/+1
|
* main/xen: rebuild against nss-3.14Natanael Copa2012-10-301-1/+1
|
* main/pidgin: rebuild against nss-3.14Natanael Copa2012-10-301-1/+1
|
* main/nss: upgrade to 3.14Natanael Copa2012-10-302-18/+2
|
* main/libbluray: upgrade to 0.2.3Timo Teräs2012-10-301-2/+8
|