diff options
author | Chris White <chriswhite@gentoo.org> | 2004-08-24 21:43:39 +0000 |
---|---|---|
committer | Chris White <chriswhite@gentoo.org> | 2004-08-24 21:43:39 +0000 |
commit | cd616d35cb88b5e0fc2e855ac892e3710a09e957 (patch) | |
tree | a8de648394844047474b2d5f59325f2f705827e7 /net-misc/icecast | |
parent | Stable on sparc wrt #60744 (Manifest recommit) (diff) | |
download | gentoo-2-cd616d35cb88b5e0fc2e855ac892e3710a09e957.tar.gz gentoo-2-cd616d35cb88b5e0fc2e855ac892e3710a09e957.tar.bz2 gentoo-2-cd616d35cb88b5e0fc2e855ac892e3710a09e957.zip |
Removed icecast 1.3.12-r1 from the tree as per security bug #61495.
Diffstat (limited to 'net-misc/icecast')
-rw-r--r-- | net-misc/icecast/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/icecast/files/digest-icecast-1.3.12-r1 | 1 | ||||
-rw-r--r-- | net-misc/icecast/icecast-1.3.12-r1.ebuild | 50 |
3 files changed, 4 insertions, 52 deletions
diff --git a/net-misc/icecast/ChangeLog b/net-misc/icecast/ChangeLog index 7937d37d3786..ea1e8b7dedc3 100644 --- a/net-misc/icecast/ChangeLog +++ b/net-misc/icecast/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/icecast # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/icecast/ChangeLog,v 1.27 2004/07/01 21:09:48 squinky86 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/icecast/ChangeLog,v 1.28 2004/08/24 21:43:39 chriswhite Exp $ + + 25 Aug 2004; Chris White <chriswhite@gentoo.org> -icecast-1.3.12-r1.ebuild: + Removed icecast 1.3.12-r1 from the tree as per security bug #61495. 01 Jul 2004; Jon Hood <squinky86@gentoo.org> icecast-1.3.12-r1.ebuild, icecast-2.0.0.ebuild, icecast-2.0.1-r1.ebuild, icecast-2.0.1.ebuild: diff --git a/net-misc/icecast/files/digest-icecast-1.3.12-r1 b/net-misc/icecast/files/digest-icecast-1.3.12-r1 deleted file mode 100644 index 12bd2d747ed3..000000000000 --- a/net-misc/icecast/files/digest-icecast-1.3.12-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 69ba36d30722884ea538b70628f1de80 icecast-1.3.12.tar.gz 269822 diff --git a/net-misc/icecast/icecast-1.3.12-r1.ebuild b/net-misc/icecast/icecast-1.3.12-r1.ebuild deleted file mode 100644 index 0100ff60935c..000000000000 --- a/net-misc/icecast/icecast-1.3.12-r1.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/icecast/icecast-1.3.12-r1.ebuild,v 1.10 2004/07/01 21:09:48 squinky86 Exp $ - -inherit eutils - -DESCRIPTION="Internet based broadcasting system based on the mpeg3 streaming technology" -HOMEPAGE="http://www.icecast.org/" -SRC_URI="http://www.icecast.org/releases/${P}.tar.gz" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86 -ppc sparc" -IUSE="crypt" - -DEPEND="virtual/libc" - -src_unpack() { - unpack ${A} - cd ${S} - epatch ${FILESDIR}/${P}-variables-gentoo.diff.bz2 - epatch ${FILESDIR}/${PV}-errno.patch -} - -src_compile() { - econf \ - `use_with crypt` \ - --with-libwrap \ - --sysconfdir=/etc/icecast \ - --localstatedir=/var \ - || die "configure failed" - emake || die "emake failed" -} - -src_install() { - make DESTDIR=${D} \ - ICECAST_BINDIR=/usr/bin \ - ICECAST_DOCDIR=/usr/share/doc/${P} \ - ICECAST_ETCDIR=/etc/icecast \ - ICECAST_ETCDIR_INST=/etc/icecast \ - ICECAST_LOGDIR=/var/log/icecast \ - ICECAST_LOGDIR_INST=/var/log/icecast \ - ICECAST_SBINDIR=/usr/sbin \ - ICECAST_STATICDIR=/usr/share/icecast/static \ - ICECAST_STATICDIR_INST=/usr/share/icecast/static \ - ICECAST_TEMPLATEDIR=/usr/share/icecast/templates \ - ICECAST_TEMPLATEDIR_INST=/usr/share/icecast/templates \ - install || die "make install failed" - dodoc AUTHORS BUGS CHANGES COPYING FAQ INSTALL README TESTED TODO -} |