Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emacs/tramp: ChangeLog tramp-2.1.10-r2.ebuild
Date: Sat, 06 Oct 2007 17:33:30
Message-Id: E1IeDNi-0000iu-FT@stork.gentoo.org
1 ulm 07/10/06 17:24:02
2
3 Modified: ChangeLog
4 Added: tramp-2.1.10-r2.ebuild
5 Log:
6 Fix tramp-make-tramp-temp-file vulnerability, bug #194713.
7 (Portage version: 2.1.3.12)
8
9 Revision Changes Path
10 1.49 app-emacs/tramp/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/tramp/ChangeLog?rev=1.49&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/tramp/ChangeLog?rev=1.49&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/tramp/ChangeLog?r1=1.48&r2=1.49
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-emacs/tramp/ChangeLog,v
19 retrieving revision 1.48
20 retrieving revision 1.49
21 diff -u -r1.48 -r1.49
22 --- ChangeLog 30 Sep 2007 23:58:30 -0000 1.48
23 +++ ChangeLog 6 Oct 2007 17:24:01 -0000 1.49
24 @@ -1,6 +1,12 @@
25 # ChangeLog for app-emacs/tramp
26 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/tramp/ChangeLog,v 1.48 2007/09/30 23:58:30 ulm Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/tramp/ChangeLog,v 1.49 2007/10/06 17:24:01 ulm Exp $
29 +
30 +*tramp-2.1.10-r2 (06 Oct 2007)
31 +
32 + 06 Oct 2007; Ulrich Mueller <ulm@g.o>
33 + +files/tramp-2.1.10-make-tramp-temp-file.patch, +tramp-2.1.10-r2.ebuild:
34 + Fix tramp-make-tramp-temp-file vulnerability, bug #194713.
35
36 30 Sep 2007; Ulrich Mueller <ulm@g.o> tramp-2.0.55.ebuild,
37 tramp-2.0.56.ebuild, tramp-2.1.10-r1.ebuild:
38
39
40
41 1.1 app-emacs/tramp/tramp-2.1.10-r2.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/tramp/tramp-2.1.10-r2.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/tramp/tramp-2.1.10-r2.ebuild?rev=1.1&content-type=text/plain
45
46 Index: tramp-2.1.10-r2.ebuild
47 ===================================================================
48 # Copyright 1999-2007 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/app-emacs/tramp/tramp-2.1.10-r2.ebuild,v 1.1 2007/10/06 17:24:01 ulm Exp $
51
52 inherit elisp eutils
53
54 DESCRIPTION="Edit remote files like ange-ftp but with rlogin, telnet and/or ssh"
55 HOMEPAGE="http://savannah.gnu.org/projects/tramp/"
56 SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
57
58 LICENSE="GPL-3 FDL-1.2"
59 SLOT="0"
60 KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
61 IUSE=""
62
63 SITEFILE=51${PN}-gentoo.el
64
65 src_unpack() {
66 unpack ${A}
67 epatch "${FILESDIR}/${P}-fix-texinfo.patch"
68 epatch "${FILESDIR}/${P}-copy-tree-gentoo.patch"
69 epatch "${FILESDIR}/${P}-make-tramp-temp-file.patch"
70 }
71
72 src_compile() {
73 econf || die "econf failed"
74 emake || die "emake failed"
75 elisp-make-autoload-file lisp/${PN}-autoloads.el lisp \
76 || die "elisp-make-autoload-file failed"
77 }
78
79 src_install() {
80 einstall lispdir="${D}${SITELISP}/tramp" || die
81
82 mv "${D}/usr/share/info/tramp" "${D}/usr/share/info/tramp-info"
83
84 dohtml texi/*.html
85 if [ -f texi/tramp.dvi ]; then
86 insinto /usr/share/doc/${PF}
87 doins texi/tramp.dvi
88 fi
89
90 elisp-install ${PN} lisp/${PN}-autoloads.el
91 elisp-site-file-install "${FILESDIR}/${SITEFILE}"
92
93 dodoc README ChangeLog CONTRIBUTORS || die "dodoc failed"
94 }
95
96
97
98 --
99 gentoo-commits@g.o mailing list