Gentoo Archives: gentoo-commits

From: "Robin H. Johnson (robbat2)" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-fs/multipath-tools: ChangeLog multipath-tools-0.4.8-r1.ebuild
Date: Fri, 30 Oct 2009 07:01:38
Message-Id: E1N3lUO-00080R-FN@stork.gentoo.org
1 robbat2 09/10/30 07:01:36
2
3 Modified: ChangeLog multipath-tools-0.4.8-r1.ebuild
4 Log:
5 Missed one more patch, bug #264564, fix for CVE-2009-0115.
6 (Portage version: 2.2_rc46/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.28 sys-fs/multipath-tools/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/multipath-tools/ChangeLog?rev=1.28&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/multipath-tools/ChangeLog?rev=1.28&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/multipath-tools/ChangeLog?r1=1.27&r2=1.28
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-fs/multipath-tools/ChangeLog,v
18 retrieving revision 1.27
19 retrieving revision 1.28
20 diff -p -w -b -B -u -u -r1.27 -r1.28
21 --- ChangeLog 30 Oct 2009 06:50:12 -0000 1.27
22 +++ ChangeLog 30 Oct 2009 07:01:35 -0000 1.28
23 @@ -1,6 +1,11 @@
24 # ChangeLog for sys-fs/multipath-tools
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/multipath-tools/ChangeLog,v 1.27 2009/10/30 06:50:12 robbat2 Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/multipath-tools/ChangeLog,v 1.28 2009/10/30 07:01:35 robbat2 Exp $
28 +
29 + 30 Oct 2009; Robin H. Johnson <robbat2@g.o>
30 + multipath-tools-0.4.8-r1.ebuild,
31 + +files/multipath-tools-0.4.8-socket-cve-2009-0115.patch:
32 + Missed one more patch, bug #264564, fix for CVE-2009-0115.
33
34 *multipath-tools-0.4.8-r1 (30 Oct 2009)
35
36
37
38
39 1.2 sys-fs/multipath-tools/multipath-tools-0.4.8-r1.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/multipath-tools/multipath-tools-0.4.8-r1.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/multipath-tools/multipath-tools-0.4.8-r1.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/multipath-tools/multipath-tools-0.4.8-r1.ebuild?r1=1.1&r2=1.2
44
45 Index: multipath-tools-0.4.8-r1.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/sys-fs/multipath-tools/multipath-tools-0.4.8-r1.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -p -w -b -B -u -u -r1.1 -r1.2
51 --- multipath-tools-0.4.8-r1.ebuild 30 Oct 2009 06:50:12 -0000 1.1
52 +++ multipath-tools-0.4.8-r1.ebuild 30 Oct 2009 07:01:35 -0000 1.2
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2009 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/multipath-tools/multipath-tools-0.4.8-r1.ebuild,v 1.1 2009/10/30 06:50:12 robbat2 Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/multipath-tools/multipath-tools-0.4.8-r1.ebuild,v 1.2 2009/10/30 07:01:35 robbat2 Exp $
58
59 EAPI=2
60 inherit eutils toolchain-funcs
61 @@ -28,6 +28,8 @@ src_prepare() {
62 epatch "${FILESDIR}"/${PN}-0.4.8-udev-scsi_id-changes.patch
63 # Patch per upstream tree for 1GiB limit of kpartx
64 epatch "${FILESDIR}"/${PN}-0.4.8-r1-kpartx.patch
65 + # CVE-2009-0115, world writable socket
66 + epatch "${FILESDIR}"/${PN}-0.4.8-socket-cve-2009-0115.patch
67 }
68
69 src_compile() {