Gentoo Archives: gentoo-commits

From: "Daniel Black (dragonheart)" <dragonheart@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/curl/files: curl-7.19.7-test241.patch
Date: Thu, 05 Nov 2009 04:39:59
Message-Id: E1N5u8b-0007vM-8T@stork.gentoo.org
1 dragonheart 09/11/05 04:39:57
2
3 Added: curl-7.19.7-test241.patch
4 Log:
5 version bump as per bug #291469
6 (Portage version: 2.2_rc48/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 net-misc/curl/files/curl-7.19.7-test241.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/curl/files/curl-7.19.7-test241.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/curl/files/curl-7.19.7-test241.patch?rev=1.1&content-type=text/plain
13
14 Index: curl-7.19.7-test241.patch
15 ===================================================================
16 --- tests/data/test241.orig 2008-11-20 08:12:35.000000000 +1100
17 +++ tests/data/test241 2009-11-05 14:22:07.000000000 +1100
18 @@ -33,7 +33,7 @@
19 HTTP-IPv6 GET (using ip6-localhost)
20 </name>
21 <command>
22 --g "http://ip6-localhost:%HTTP6PORT/241"
23 +-g "http://::1:%HTTP6PORT/241"
24 </command>
25 <precheck>
26 ./server/resolve --ipv6 ip6-localhost
27 @@ -48,7 +48,7 @@
28 </strip>
29 <protocol>
30 GET /241 HTTP/1.1
31 -Host: ip6-localhost:%HTTP6PORT
32 +Host: ::1:%HTTP6PORT
33 Accept: */*
34
35 </protocol>