Gentoo Archives: gentoo-commits

From: "Hanno Boeck (hanno)" <hanno@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-arch/unp: ChangeLog unp-1.0.13.ebuild
Date: Sun, 23 Dec 2007 17:24:11
Message-Id: E1J6UYW-00071K-Aa@stork.gentoo.org
1 hanno 07/12/23 17:24:04
2
3 Modified: ChangeLog
4 Added: unp-1.0.13.ebuild
5 Log:
6 version bump of unp, security issue
7 (Portage version: 2.1.4_rc11)
8
9 Revision Changes Path
10 1.15 app-arch/unp/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/unp/ChangeLog?rev=1.15&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/unp/ChangeLog?rev=1.15&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/unp/ChangeLog?r1=1.14&r2=1.15
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-arch/unp/ChangeLog,v
19 retrieving revision 1.14
20 retrieving revision 1.15
21 diff -u -r1.14 -r1.15
22 --- ChangeLog 31 Jul 2007 20:51:07 -0000 1.14
23 +++ ChangeLog 23 Dec 2007 17:24:03 -0000 1.15
24 @@ -1,6 +1,11 @@
25 # ChangeLog for app-arch/unp
26 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-arch/unp/ChangeLog,v 1.14 2007/07/31 20:51:07 angelos Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-arch/unp/ChangeLog,v 1.15 2007/12/23 17:24:03 hanno Exp $
29 +
30 +*unp-1.0.13 (23 Dec 2007)
31 +
32 + 23 Dec 2007; Hanno Boeck <hanno@g.o> +unp-1.0.13.ebuild:
33 + Version bump, security issue (escaping of filenames).
34
35 31 Jul 2007; Christoph Mende <angelos@g.o> unp-1.0.10.ebuild:
36 Stable on amd64 wrt bug #187240
37
38
39
40 1.1 app-arch/unp/unp-1.0.13.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/unp/unp-1.0.13.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/unp/unp-1.0.13.ebuild?rev=1.1&content-type=text/plain
44
45 Index: unp-1.0.13.ebuild
46 ===================================================================
47 # Copyright 1999-2007 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/app-arch/unp/unp-1.0.13.ebuild,v 1.1 2007/12/23 17:24:03 hanno Exp $
50
51 DESCRIPTION="Script for unpacking various file formats"
52 HOMEPAGE="http://packages.qa.debian.org/u/unp.html"
53 SRC_URI="mirror://debian/pool/main/u/unp/${PN}_${PV}.tar.gz"
54 LICENSE="GPL-2"
55 SLOT="0"
56 KEYWORDS="~amd64 ~hppa ~ppc ~x86"
57 IUSE=""
58 DEPEND="dev-lang/perl
59 dev-perl/String-ShellQuote"
60
61 src_compile() {
62 einfo "Nothing to compile"
63 }
64
65 src_install() {
66 dobin unp
67 }
68
69
70
71 --
72 gentoo-commits@g.o mailing list