Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/wget: wget-1.12-r2.ebuild ChangeLog
Date: Sun, 22 Aug 2010 18:00:20
Message-Id: 20100822180016.597C62004C@flycatcher.gentoo.org
1 vapier 10/08/22 18:00:16
2
3 Modified: wget-1.12-r2.ebuild ChangeLog
4 Log:
5 Fix some iri tests after CVE patch #333965 by Xake.
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 net-misc/wget/wget-1.12-r2.ebuild
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wget/wget-1.12-r2.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wget/wget-1.12-r2.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wget/wget-1.12-r2.ebuild?r1=1.1&r2=1.2
14
15 Index: wget-1.12-r2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-misc/wget/wget-1.12-r2.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- wget-1.12-r2.ebuild 21 Aug 2010 22:18:17 -0000 1.1
22 +++ wget-1.12-r2.ebuild 22 Aug 2010 18:00:16 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2010 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/wget-1.12-r2.ebuild,v 1.1 2010/08/21 22:18:17 vapier Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/wget-1.12-r2.ebuild,v 1.2 2010/08/22 18:00:16 vapier Exp $
28
29 EAPI="2"
30
31 @@ -27,10 +27,10 @@
32 }
33
34 src_prepare() {
35 - epatch "${FILESDIR}"/${P}-CVE-2010-2252.patch #329941
36 epatch "${FILESDIR}"/${PN}-1.12-linking.patch
37 epatch "${FILESDIR}"/${PN}-1.12-sni.patch #301312
38 epatch "${FILESDIR}"/${P}-debug-tests.patch #286173
39 + epatch "${FILESDIR}"/${P}-CVE-2010-2252.patch #329941
40 }
41
42 src_configure() {
43
44
45
46 1.124 net-misc/wget/ChangeLog
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wget/ChangeLog?rev=1.124&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wget/ChangeLog?rev=1.124&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wget/ChangeLog?r1=1.123&r2=1.124
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/net-misc/wget/ChangeLog,v
55 retrieving revision 1.123
56 retrieving revision 1.124
57 diff -u -r1.123 -r1.124
58 --- ChangeLog 21 Aug 2010 22:18:17 -0000 1.123
59 +++ ChangeLog 22 Aug 2010 18:00:16 -0000 1.124
60 @@ -1,6 +1,10 @@
61 # ChangeLog for net-misc/wget
62 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/ChangeLog,v 1.123 2010/08/21 22:18:17 vapier Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/ChangeLog,v 1.124 2010/08/22 18:00:16 vapier Exp $
65 +
66 + 22 Aug 2010; Mike Frysinger <vapier@g.o> wget-1.12-r2.ebuild,
67 + files/wget-1.12-CVE-2010-2252.patch:
68 + Fix some iri tests after CVE patch #333965 by Xake.
69
70 *wget-1.12-r2 (21 Aug 2010)