diff options
author | Hanno Böck <hanno@gentoo.org> | 2007-12-23 17:24:04 +0000 |
---|---|---|
committer | Hanno Böck <hanno@gentoo.org> | 2007-12-23 17:24:04 +0000 |
commit | f470f9e2a5e547dbdb8ad17e10b2c6413604decb (patch) | |
tree | 65b07c320c05cdfb9ed081f9e80cfa05b3a3a99e /app-arch/unp | |
parent | Version bump wrt #199133 (diff) | |
download | gentoo-2-f470f9e2a5e547dbdb8ad17e10b2c6413604decb.tar.gz gentoo-2-f470f9e2a5e547dbdb8ad17e10b2c6413604decb.tar.bz2 gentoo-2-f470f9e2a5e547dbdb8ad17e10b2c6413604decb.zip |
version bump of unp, security issue
(Portage version: 2.1.4_rc11)
Diffstat (limited to 'app-arch/unp')
-rw-r--r-- | app-arch/unp/ChangeLog | 7 | ||||
-rw-r--r-- | app-arch/unp/files/digest-unp-1.0.13 | 3 | ||||
-rw-r--r-- | app-arch/unp/unp-1.0.13.ebuild | 21 |
3 files changed, 30 insertions, 1 deletions
diff --git a/app-arch/unp/ChangeLog b/app-arch/unp/ChangeLog index 0251aa57e908..bb32df4e5156 100644 --- a/app-arch/unp/ChangeLog +++ b/app-arch/unp/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-arch/unp # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/unp/ChangeLog,v 1.14 2007/07/31 20:51:07 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/unp/ChangeLog,v 1.15 2007/12/23 17:24:03 hanno Exp $ + +*unp-1.0.13 (23 Dec 2007) + + 23 Dec 2007; Hanno Boeck <hanno@gentoo.org> +unp-1.0.13.ebuild: + Version bump, security issue (escaping of filenames). 31 Jul 2007; Christoph Mende <angelos@gentoo.org> unp-1.0.10.ebuild: Stable on amd64 wrt bug #187240 diff --git a/app-arch/unp/files/digest-unp-1.0.13 b/app-arch/unp/files/digest-unp-1.0.13 new file mode 100644 index 000000000000..24b0ad3c9c44 --- /dev/null +++ b/app-arch/unp/files/digest-unp-1.0.13 @@ -0,0 +1,3 @@ +MD5 3add3460019ad1cd2ed87de14d3a0833 unp_1.0.13.tar.gz 8767 +RMD160 b2ade05509bc0ae1050dcf7eb9ec2b88910ea3df unp_1.0.13.tar.gz 8767 +SHA256 da8f8fb99bd42db94c68fb6d7be4262748c3b5bb2979edf6657247aeea5da257 unp_1.0.13.tar.gz 8767 diff --git a/app-arch/unp/unp-1.0.13.ebuild b/app-arch/unp/unp-1.0.13.ebuild new file mode 100644 index 000000000000..594192b7b275 --- /dev/null +++ b/app-arch/unp/unp-1.0.13.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-arch/unp/unp-1.0.13.ebuild,v 1.1 2007/12/23 17:24:03 hanno Exp $ + +DESCRIPTION="Script for unpacking various file formats" +HOMEPAGE="http://packages.qa.debian.org/u/unp.html" +SRC_URI="mirror://debian/pool/main/u/unp/${PN}_${PV}.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~hppa ~ppc ~x86" +IUSE="" +DEPEND="dev-lang/perl + dev-perl/String-ShellQuote" + +src_compile() { + einfo "Nothing to compile" +} + +src_install() { + dobin unp +} |