diff --git a/curl.changes b/curl.changes index 6a625a7..d292c6a 100644 --- a/curl.changes +++ b/curl.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Aug 11 10:02:18 UTC 2015 - schwab@suse.de + +- unexpire-test46.patch: Unexpire test 46 + ------------------------------------------------------------------- Fri Jul 31 08:22:39 UTC 2015 - normand@linux.vnet.ibm.com diff --git a/curl.spec b/curl.spec index 65300c9..9960e16 100644 --- a/curl.spec +++ b/curl.spec @@ -36,6 +36,7 @@ Patch3: curl-secure-getenv.patch # PATCH-FIX-OPENSUSE lnussel@suse.de -- use openssl's built in verify path as fallback Patch4: curl-7.41.0-use-openssl-s-built-in-verify-path-as-fallback.diff Patch5: curl-disable_failing_tests.patch +Patch6: unexpire-test46.patch BuildRequires: groff BuildRequires: krb5-mini-devel BuildRequires: libtool @@ -100,6 +101,7 @@ user interaction or any kind of interactivity. %patch3 %patch4 -p1 %patch5 -p1 +%patch6 -p1 %build # curl complains if macro definition is contained in CFLAGS diff --git a/unexpire-test46.patch b/unexpire-test46.patch new file mode 100644 index 0000000..d259721 --- /dev/null +++ b/unexpire-test46.patch @@ -0,0 +1,39 @@ +From 002d58f1e8d8e725ba6d676599838983561feff9 Mon Sep 17 00:00:00 2001 +From: Daniel Stenberg +Date: Mon, 10 Aug 2015 00:12:12 +0200 +Subject: [PATCH] test46: update cookie expire time + +... since it went old and thus was expired and caused the test to fail! +--- + tests/data/test46 | 8 ++++---- + 1 file changed, 4 insertions(+), 4 deletions(-) + +diff --git a/tests/data/test46 b/tests/data/test46 +index b6f8f83..b6ebe80 100644 +--- a/tests/data/test46 ++++ b/tests/data/test46 +@@ -51,8 +51,8 @@ TZ=GMT + + www.fake.come FALSE / FALSE 1022144953 cookiecliente si + www.loser.com FALSE / FALSE 1139150993 UID 99 +-%HOSTIP FALSE / FALSE 1439150993 mooo indeed +-#HttpOnly_%HOSTIP FALSE /want FALSE 1439150993 mooo2 indeed2 ++%HOSTIP FALSE / FALSE 1739150993 mooo indeed ++#HttpOnly_%HOSTIP FALSE /want FALSE 1739150993 mooo2 indeed2 + %HOSTIP FALSE /want FALSE 0 empty + + +@@ -76,8 +76,8 @@ Cookie: empty=; mooo2=indeed2; mooo=indeed + + www.fake.come FALSE / FALSE 1022144953 cookiecliente si + www.loser.com FALSE / FALSE 1139150993 UID 99 +-%HOSTIP FALSE / FALSE 1439150993 mooo indeed +-#HttpOnly_%HOSTIP FALSE /want FALSE 1439150993 mooo2 indeed2 ++%HOSTIP FALSE / FALSE 1739150993 mooo indeed ++#HttpOnly_%HOSTIP FALSE /want FALSE 1739150993 mooo2 indeed2 + %HOSTIP FALSE /want FALSE 0 empty + %HOSTIP FALSE / FALSE 2054030187 ckyPersistent permanent + %HOSTIP FALSE / FALSE 0 ckySession temporary +-- +2.5.0 +