Blame SOURCES/0017-curl-7.29.0-ffb8a21d.patch

c260e0
From 93b06606d7ee483567770deda967985e8377debb Mon Sep 17 00:00:00 2001
c260e0
From: Steve Holme <steve_holme@hotmail.com>
c260e0
Date: Sun, 2 Feb 2014 11:01:10 +0000
c260e0
Subject: [PATCH] tests: Fixed test172 cookie expiry
c260e0
c260e0
The test contains a cookie jar file where one of the cookies has an
c260e0
expiry date of 1391252187 -- Sat, 1 Feb 2014 10:56:27 GMT which has
c260e0
now expired. Updated to Wed, 14 Oct 2037 16:36:33 GMT as per test
c260e0
179.
c260e0
c260e0
Reported-by: Adam Sampson
c260e0
Bug: http://curl.haxx.se/bug/view.cgi?id=1330
c260e0
c260e0
[upstream commit ffb8a21d85bde8b626e5dc52ce25f0447ee49f89]
c260e0
c260e0
Signed-off-by: Kamil Dudka <kdudka@redhat.com>
c260e0
---
c260e0
 tests/data/test172 |    2 +-
c260e0
 1 files changed, 1 insertions(+), 1 deletions(-)
c260e0
c260e0
diff --git a/tests/data/test172 b/tests/data/test172
c260e0
index b3efae9..3d53418 100644
c260e0
--- a/tests/data/test172
c260e0
+++ b/tests/data/test172
c260e0
@@ -36,7 +36,7 @@ http://%HOSTIP:%HTTPPORT/we/want/172 -b log/jar172.txt -b "tool=curl; name=fool"
c260e0
 
c260e0
 .%HOSTIP	TRUE	/silly/	FALSE	0	ismatch	this
c260e0
 .%HOSTIP	TRUE	/	FALSE	0	partmatch	present
c260e0
-%HOSTIP	FALSE	/we/want/	FALSE	1391252187	nodomain	value
c260e0
+%HOSTIP	FALSE	/we/want/	FALSE	2139150993	nodomain	value
c260e0
 </file>
c260e0
 </client>
c260e0
 
c260e0
-- 
c260e0
1.7.1
c260e0