From 0a9a523b6356edadc41551c600b7a5a5db35522f Mon Sep 17 00:00:00 2001 From: Chris Bainbridge Date: Sat, 21 May 2005 09:45:24 +0000 Subject: Directory traversal fix for bug #93054 Package-Manager: portage-2.0.51.19 --- app-cdr/xbiso/xbiso-0.6.0.ebuild | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'app-cdr/xbiso/xbiso-0.6.0.ebuild') diff --git a/app-cdr/xbiso/xbiso-0.6.0.ebuild b/app-cdr/xbiso/xbiso-0.6.0.ebuild index eefe55c7a7c2..7c5dc9b24e08 100644 --- a/app-cdr/xbiso/xbiso-0.6.0.ebuild +++ b/app-cdr/xbiso/xbiso-0.6.0.ebuild @@ -1,7 +1,8 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-cdr/xbiso/xbiso-0.6.0.ebuild,v 1.4 2005/01/01 12:21:50 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/xbiso/xbiso-0.6.0.ebuild,v 1.5 2005/05/21 09:45:24 chrb Exp $ +inherit eutils DESCRIPTION="Xbox xdvdfs ISO extraction utility" HOMEPAGE="http://sourceforge.net/projects/xbiso/" @@ -12,6 +13,11 @@ SLOT="0" KEYWORDS="x86" IUSE="" +src_unpack() { + unpack ${A} + epatch ${FILESDIR}/${P}-fnamecheck.patch +} + src_install() { dobin xbiso || die "install failed" dodoc README CHANGELOG -- cgit v1.2.3-65-gdbad