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

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