Gentoo Archives: gentoo-commits

From: "Anthony G. Basile (blueness)" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/curl/files: curl-7.35.0-tests.patch
Date: Wed, 02 Apr 2014 15:29:45
Message-Id: 20140402152940.2218C20060@flycatcher.gentoo.org
1 blueness 14/04/02 15:29:40
2
3 Added: curl-7.35.0-tests.patch
4 Log:
5 Fix polarssl bug #503558, re-introduce tests bug #285669
6
7 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
8
9 Revision Changes Path
10 1.1 net-misc/curl/files/curl-7.35.0-tests.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/curl/files/curl-7.35.0-tests.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/curl/files/curl-7.35.0-tests.patch?rev=1.1&content-type=text/plain
14
15 Index: curl-7.35.0-tests.patch
16 ===================================================================
17 From ffb8a21d85bde8b626e5dc52ce25f0447ee49f89 Mon Sep 17 00:00:00 2001
18 From: Steve Holme <steve_holme@×××××××.com>
19 Date: Sun, 2 Feb 2014 11:01:10 +0000
20 Subject: [PATCH] tests: Fixed test172 cookie expiry
21
22 The test contains a cookie jar file where one of the cookies has an
23 expiry date of 1391252187 -- Sat, 1 Feb 2014 10:56:27 GMT which has
24 now expired. Updated to Wed, 14 Oct 2037 16:36:33 GMT as per test
25 179.
26
27 Reported-by: Adam Sampson
28 Bug: http://curl.haxx.se/bug/view.cgi?id=1330
29 ---
30 tests/data/test172 | 2 +-
31 1 file changed, 1 insertion(+), 1 deletion(-)
32
33 diff --git a/tests/data/test172 b/tests/data/test172
34 index b3efae9..3d53418 100644
35 --- a/tests/data/test172
36 +++ b/tests/data/test172
37 @@ -36,7 +36,7 @@ http://%HOSTIP:%HTTPPORT/we/want/172 -b log/jar172.txt -b "tool=curl; name=fool"
38
39 .%HOSTIP TRUE /silly/ FALSE 0 ismatch this
40 .%HOSTIP TRUE / FALSE 0 partmatch present
41 -%HOSTIP FALSE /we/want/ FALSE 1391252187 nodomain value
42 +%HOSTIP FALSE /we/want/ FALSE 2139150993 nodomain value
43 </file>
44 </client>
45
46 --
47 1.8.5.5