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-editors/emacs-cvs: ChangeLog emacs-cvs-22.1.50_p20070829-r1.ebuild emacs-cvs-23.0.0_p20070920.ebuild
Date: Sat, 03 Nov 2007 20:23:07
Message-Id: E1IoPWI-0001RJ-KK@stork.gentoo.org
1 ulm 07/11/03 20:23:02
2
3 Modified: ChangeLog emacs-cvs-22.1.50_p20070829-r1.ebuild
4 emacs-cvs-23.0.0_p20070920.ebuild
5 Log:
6 Security fix for function hack-local-variables, CVE-2007-5795, bug #197958.
7 (Portage version: 2.1.3.17)
8
9 Revision Changes Path
10 1.167 app-editors/emacs-cvs/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/ChangeLog?rev=1.167&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/ChangeLog?rev=1.167&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/ChangeLog?r1=1.166&r2=1.167
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/ChangeLog,v
19 retrieving revision 1.166
20 retrieving revision 1.167
21 diff -u -r1.166 -r1.167
22 --- ChangeLog 29 Oct 2007 09:05:29 -0000 1.166
23 +++ ChangeLog 3 Nov 2007 20:23:02 -0000 1.167
24 @@ -1,6 +1,11 @@
25 # ChangeLog for app-editors/emacs-cvs
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/ChangeLog,v 1.166 2007/10/29 09:05:29 ulm Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/ChangeLog,v 1.167 2007/11/03 20:23:02 ulm Exp $
29 +
30 + 03 Nov 2007; Ulrich Mueller <ulm@g.o>
31 + +files/emacs-cvs-hack-local-variables.patch,
32 + emacs-cvs-22.1.50_p20070829-r1.ebuild, emacs-cvs-23.0.0_p20070920.ebuild:
33 + Security fix for function hack-local-variables, CVE-2007-5795, bug #197958.
34
35 24 Oct 2007; Ulrich Mueller <ulm@g.o> emacs-cvs-22.1.50-r1.ebuild,
36 emacs-cvs-22.1.50_p20070829-r1.ebuild, emacs-cvs-23.0.0_p20070920.ebuild,
37
38
39
40 1.8 app-editors/emacs-cvs/emacs-cvs-22.1.50_p20070829-r1.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-22.1.50_p20070829-r1.ebuild?rev=1.8&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-22.1.50_p20070829-r1.ebuild?rev=1.8&content-type=text/plain
44 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-22.1.50_p20070829-r1.ebuild?r1=1.7&r2=1.8
45
46 Index: emacs-cvs-22.1.50_p20070829-r1.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-22.1.50_p20070829-r1.ebuild,v
49 retrieving revision 1.7
50 retrieving revision 1.8
51 diff -u -r1.7 -r1.8
52 --- emacs-cvs-22.1.50_p20070829-r1.ebuild 2 Nov 2007 09:43:51 -0000 1.7
53 +++ emacs-cvs-22.1.50_p20070829-r1.ebuild 3 Nov 2007 20:23:02 -0000 1.8
54 @@ -1,6 +1,6 @@
55 # Copyright 1999-2007 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-22.1.50_p20070829-r1.ebuild,v 1.7 2007/11/02 09:43:51 ulm Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-22.1.50_p20070829-r1.ebuild,v 1.8 2007/11/03 20:23:02 ulm Exp $
59
60 WANT_AUTOCONF="2.5"
61 WANT_AUTOMAKE="latest"
62 @@ -70,6 +70,7 @@
63 epatch "${FILESDIR}/${PN}-freebsd-sparc.patch"
64 epatch "${FILESDIR}/${PN}-make-tramp-temp-file.patch"
65 epatch "${FILESDIR}/${PN}-makeinfo-regexp.patch"
66 + epatch "${FILESDIR}/${PN}-hack-local-variables.patch"
67 # ALSA is detected and used even if not requested by the USE=alsa flag.
68 # So remove the automagic check
69 use alsa || epatch "${FILESDIR}/${PN}-disable_alsa_detection-r1.patch"
70
71
72
73 1.6 app-editors/emacs-cvs/emacs-cvs-23.0.0_p20070920.ebuild
74
75 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.0_p20070920.ebuild?rev=1.6&view=markup
76 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.0_p20070920.ebuild?rev=1.6&content-type=text/plain
77 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.0_p20070920.ebuild?r1=1.5&r2=1.6
78
79 Index: emacs-cvs-23.0.0_p20070920.ebuild
80 ===================================================================
81 RCS file: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.0_p20070920.ebuild,v
82 retrieving revision 1.5
83 retrieving revision 1.6
84 diff -u -r1.5 -r1.6
85 --- emacs-cvs-23.0.0_p20070920.ebuild 2 Nov 2007 09:43:51 -0000 1.5
86 +++ emacs-cvs-23.0.0_p20070920.ebuild 3 Nov 2007 20:23:02 -0000 1.6
87 @@ -1,6 +1,6 @@
88 # Copyright 1999-2007 Gentoo Foundation
89 # Distributed under the terms of the GNU General Public License v2
90 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.0_p20070920.ebuild,v 1.5 2007/11/02 09:43:51 ulm Exp $
91 +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.0_p20070920.ebuild,v 1.6 2007/11/03 20:23:02 ulm Exp $
92
93 WANT_AUTOCONF="2.5"
94 WANT_AUTOMAKE="latest"
95 @@ -72,6 +72,7 @@
96 epatch "${FILESDIR}/${PN}-make-tramp-temp-file.patch"
97 epatch "${FILESDIR}/${PN}-makeinfo-regexp.patch"
98 epatch "${FILESDIR}/${PN}-no-x-compile.patch"
99 + epatch "${FILESDIR}/${PN}-hack-local-variables.patch"
100 # ALSA is detected and used even if not requested by the USE=alsa flag.
101 # So remove the automagic check
102 use alsa || epatch "${FILESDIR}/${PN}-disable_alsa_detection-r1.patch"
103
104
105
106 --
107 gentoo-commits@g.o mailing list