diff options
author | Donnie Berkholz <spyderous@gentoo.org> | 2004-10-29 22:39:41 +0000 |
---|---|---|
committer | Donnie Berkholz <spyderous@gentoo.org> | 2004-10-29 22:39:41 +0000 |
commit | fcd3d690be1b734b483f64dfca2ccffd964c64c9 (patch) | |
tree | a07a72c2c9ba9b18a9d1d0e9a29894995c201026 /app-arch | |
parent | new relase (Manifest recommit) (diff) | |
download | gentoo-2-fcd3d690be1b734b483f64dfca2ccffd964c64c9.tar.gz gentoo-2-fcd3d690be1b734b483f64dfca2ccffd964c64c9.tar.bz2 gentoo-2-fcd3d690be1b734b483f64dfca2ccffd964c64c9.zip |
Version bump. Includes security fix: If the files within a cabinet file include "../" in their filenames, this will be changed to "xx/", so cabinets cannot access the parent directory of where you want to extract them (#69315).
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/cabextract/ChangeLog | 11 | ||||
-rw-r--r-- | app-arch/cabextract/cabextract-1.1.ebuild | 19 | ||||
-rw-r--r-- | app-arch/cabextract/files/digest-cabextract-1.1 | 1 |
3 files changed, 30 insertions, 1 deletions
diff --git a/app-arch/cabextract/ChangeLog b/app-arch/cabextract/ChangeLog index 5adc7511ff33..b348eab0a895 100644 --- a/app-arch/cabextract/ChangeLog +++ b/app-arch/cabextract/ChangeLog @@ -1,6 +1,15 @@ # ChangeLog for app-arch/cabextract # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/cabextract/ChangeLog,v 1.18 2004/09/09 18:41:50 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/cabextract/ChangeLog,v 1.19 2004/10/29 22:39:41 spyderous Exp $ + +*cabextract-1.1 (29 Oct 2004) + + 29 Oct 2004; Donnie Berkholz <spyderous@gentoo.org>; + +cabextract-1.1.ebuild: + Version bump. Includes security fix: If the files within a cabinet file + include "../" in their filenames, this will be changed to "xx/", so cabinets + cannot access the parent directory of where you want to extract them + (#69315). 09 Sep 2004; Guy Martin <gmsoft@gentoo.org> cabextract-1.0.ebuild: Stable on hppa. diff --git a/app-arch/cabextract/cabextract-1.1.ebuild b/app-arch/cabextract/cabextract-1.1.ebuild new file mode 100644 index 000000000000..54d9c78afeb6 --- /dev/null +++ b/app-arch/cabextract/cabextract-1.1.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-arch/cabextract/cabextract-1.1.ebuild,v 1.1 2004/10/29 22:39:41 spyderous Exp $ + +DESCRIPTION="Extracts files from Microsoft .cab files" +HOMEPAGE="http://www.kyz.uklinux.net/cabextract.php" +SRC_URI="http://www.kyz.uklinux.net/downloads/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86 ~ppc ~sparc ~mips ~alpha ~arm ~hppa ~amd64 ~ia64 ~ppc64" +IUSE="" + +DEPEND="virtual/libc" + +src_install() { + make DESTDIR=${D} install || die + dodoc AUTHORS ChangeLog INSTALL NEWS README TODO doc/magic +} diff --git a/app-arch/cabextract/files/digest-cabextract-1.1 b/app-arch/cabextract/files/digest-cabextract-1.1 new file mode 100644 index 000000000000..5324b17f7f5e --- /dev/null +++ b/app-arch/cabextract/files/digest-cabextract-1.1 @@ -0,0 +1 @@ +MD5 f4b729c0be7d288660f4fc167de199a1 cabextract-1.1.tar.gz 187495 |