]> code.ossystems Code Review - openembedded-core.git/commitdiff
curl: Fixup line ending merge issues
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 24 Nov 2014 16:23:16 +0000 (16:23 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 24 Nov 2014 16:23:20 +0000 (16:23 +0000)
Somehow the patch line endings got messed up during merge. This restores
the delta.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/curl/curl/CVE-2014-3613.patch
meta/recipes-support/curl/curl/CVE-2014-3620.patch

index e51794970381a8865e07e62f4a3063eb4c10f35a..3e2fee041312292de5858b27a355f4d3ee7d2831 100644 (file)
@@ -170,15 +170,15 @@ index 38af83b..dfcac04 100644
 --- a/tests/data/test31
 +++ b/tests/data/test31
 @@ -49,11 +49,12 @@ Set-Cookie: nodomainnovalue
- Set-Cookie:   nodomain=value; expires=Fri Feb 2 11:56:27 GMT 2035
- Set-Cookie: novalue; domain=reallysilly
- Set-Cookie: test=yes; domain=foo.com; expires=Sat Feb 2 11:56:27 GMT 2030
- Set-Cookie: test2=yes; domain=se; expires=Sat Feb 2 11:56:27 GMT 2030
- Set-Cookie: magic=yessir; path=/silly/; HttpOnly
--Set-Cookie: blexp=yesyes; domain=.0.0.1; domain=.0.0.1; expiry=totally bad;
-+Set-Cookie: blexp=yesyes; domain=127.0.0.1; domain=127.0.0.1; expiry=totally bad;
-+Set-Cookie: partialip=nono; domain=.0.0.1;
+ Set-Cookie:   nodomain=value; expires=Fri Feb 2 11:56:27 GMT 2035\r
+ Set-Cookie: novalue; domain=reallysilly\r
+ Set-Cookie: test=yes; domain=foo.com; expires=Sat Feb 2 11:56:27 GMT 2030\r
+ Set-Cookie: test2=yes; domain=se; expires=Sat Feb 2 11:56:27 GMT 2030\r
+ Set-Cookie: magic=yessir; path=/silly/; HttpOnly\r
+-Set-Cookie: blexp=yesyes; domain=.0.0.1; domain=.0.0.1; expiry=totally bad;\r
++Set-Cookie: blexp=yesyes; domain=127.0.0.1; domain=127.0.0.1; expiry=totally bad;\r
++Set-Cookie: partialip=nono; domain=.0.0.1;\r
\r
  boo
  </data>
  </reply>
index 0ddefecdbdef43f62f6e6f98de68da06597c05c1..d11f1908af0a003474838793fdfa5d2109735114 100644 (file)
@@ -53,14 +53,14 @@ index d2de279..e6dbbb9 100644
 --- a/tests/data/test61
 +++ b/tests/data/test61
 @@ -21,10 +21,11 @@ Set-Cookie: test=yes; httponly; domain=foo.com; expires=Fri Feb 2 11:56:27 GMT 2
- SET-COOKIE: test2=yes; domain=host.foo.com; expires=Fri Feb 2 11:56:27 GMT 2035
- Set-Cookie: test3=maybe; domain=foo.com; path=/moo; secure
- Set-Cookie: test4=no; domain=nope.foo.com; path=/moo; secure
- Set-Cookie: test5=name; domain=anything.com; path=/ ; secure
- Set-Cookie: fake=fooledyou; domain=..com; path=/;
+ SET-COOKIE: test2=yes; domain=host.foo.com; expires=Fri Feb 2 11:56:27 GMT 2035\r
+ Set-Cookie: test3=maybe; domain=foo.com; path=/moo; secure\r
+ Set-Cookie: test4=no; domain=nope.foo.com; path=/moo; secure\r
+ Set-Cookie: test5=name; domain=anything.com; path=/ ; secure\r
+ Set-Cookie: fake=fooledyou; domain=..com; path=/;\r
 +Set-Cookie: supercookie=fooledyou; domain=.com; path=/;^M
- Content-Length: 4
+ Content-Length: 4\r
\r
  boo
  </data>
  </reply>