summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <eradicator@gentoo.org>2004-09-16 16:12:18 +0000
committerJeremy Huddleston <eradicator@gentoo.org>2004-09-16 16:12:18 +0000
commit2bd833f1ad858e2b09344fc6ea6556a97ccdbd2a (patch)
treeb78a75b04727005ffb3c11e4809ba84e1eb8d186 /media-sound/shoutcast-server-bin
parentMy mistake (diff)
downloadgentoo-2-2bd833f1ad858e2b09344fc6ea6556a97ccdbd2a.tar.gz
gentoo-2-2bd833f1ad858e2b09344fc6ea6556a97ccdbd2a.tar.bz2
gentoo-2-2bd833f1ad858e2b09344fc6ea6556a97ccdbd2a.zip
Revision bump for security bug #63551. Added ~amd64.
Diffstat (limited to 'media-sound/shoutcast-server-bin')
-rw-r--r--media-sound/shoutcast-server-bin/ChangeLog8
-rw-r--r--media-sound/shoutcast-server-bin/files/digest-shoutcast-server-bin-1.9.4-r1 (renamed from media-sound/shoutcast-server-bin/files/digest-shoutcast-server-bin-1.9.4)0
-rw-r--r--media-sound/shoutcast-server-bin/shoutcast-server-bin-1.9.4-r1.ebuild (renamed from media-sound/shoutcast-server-bin/shoutcast-server-bin-1.9.4.ebuild)19
3 files changed, 19 insertions, 8 deletions
diff --git a/media-sound/shoutcast-server-bin/ChangeLog b/media-sound/shoutcast-server-bin/ChangeLog
index 32d19406c7bd..c0dcfbfa4871 100644
--- a/media-sound/shoutcast-server-bin/ChangeLog
+++ b/media-sound/shoutcast-server-bin/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for media-sound/shoutcast-server-bin
# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/shoutcast-server-bin/ChangeLog,v 1.4 2004/09/03 22:42:01 chriswhite Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/shoutcast-server-bin/ChangeLog,v 1.5 2004/09/16 16:12:18 eradicator Exp $
+
+*shoutcast-server-bin-1.9.4-r1 (16 Sep 2004)
+
+ 16 Sep 2004; Jeremy Huddleston <eradicator@gentoo.org>
+ +shoutcast-server-bin-1.9.4-r1.ebuild, -shoutcast-server-bin-1.9.4.ebuild:
+ Revision bump for security bug #63551. Added ~amd64.
04 Sep 2004; Chris White <chriswhite@gentoo.org>
shoutcast-server-bin-1.9.4.ebuild:
diff --git a/media-sound/shoutcast-server-bin/files/digest-shoutcast-server-bin-1.9.4 b/media-sound/shoutcast-server-bin/files/digest-shoutcast-server-bin-1.9.4-r1
index 64d4cd215af8..64d4cd215af8 100644
--- a/media-sound/shoutcast-server-bin/files/digest-shoutcast-server-bin-1.9.4
+++ b/media-sound/shoutcast-server-bin/files/digest-shoutcast-server-bin-1.9.4-r1
diff --git a/media-sound/shoutcast-server-bin/shoutcast-server-bin-1.9.4.ebuild b/media-sound/shoutcast-server-bin/shoutcast-server-bin-1.9.4-r1.ebuild
index b27b20261add..a0d4f4ab9588 100644
--- a/media-sound/shoutcast-server-bin/shoutcast-server-bin-1.9.4.ebuild
+++ b/media-sound/shoutcast-server-bin/shoutcast-server-bin-1.9.4-r1.ebuild
@@ -1,6 +1,8 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/shoutcast-server-bin/shoutcast-server-bin-1.9.4.ebuild,v 1.3 2004/09/03 22:42:01 chriswhite Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/shoutcast-server-bin/shoutcast-server-bin-1.9.4-r1.ebuild,v 1.1 2004/09/16 16:12:18 eradicator Exp $
+
+IUSE=""
inherit eutils
@@ -11,13 +13,13 @@ HOMEPAGE="http://www.shoutcast.com/download/license.phtml"
SRC_URI="shoutcast-${SVER}-linux-glibc6.tar.gz"
LICENSE="shoutcast"
SLOT="0"
-KEYWORDS="x86"
-IUSE=""
-DEPEND=">=virtual/libc-2.0.0"
+KEYWORDS="-* x86 ~amd64"
+DEPEND="amd64? ( emul-linux-x86-glibc )"
+
S="${WORKDIR}/shoutcast-${SVER}-linux-glibc6"
-src_unpack() {
- unpack shoutcast-${SVER}-linux-glibc6.tar.gz
+src_compile() {
+ einfo "Nothing to compile."
}
src_install() {
@@ -48,11 +50,14 @@ src_install() {
dodir /etc/shoutcast
insinto /etc/shoutcast
doins sc_serv.conf
-
+
# install documentation
dodoc README
cp sc_serv.conf sc_serv.conf.example
dodoc sc_serv.conf.example
+
+ # Fix permissions - security bug #63551
+ fperms 600 /etc/shoutcast/sc_serv.conf
}
pkg_postinst() {