curl/0108-curl-7.28.1-utf8.patch

125 lines
3.8 KiB
Diff
Raw Normal View History

2012-10-31 10:45:28 +00:00
From c6246783cf347652f70d95c0562dd411747e9d53 Mon Sep 17 00:00:00 2001
From: Kamil Dudka <kdudka@redhat.com>
Date: Wed, 31 Oct 2012 11:40:30 +0100
Subject: [PATCH] Fix character encoding of docs
..., which are of mixed encoding originally so a simple iconv can't
fix them.
---
2012-11-20 09:42:33 +00:00
CHANGES | 22 +++++++++++-----------
2012-05-25 07:17:42 +00:00
README | 2 +-
2012-11-20 09:42:33 +00:00
2 files changed, 12 insertions(+), 12 deletions(-)
2012-05-25 07:17:42 +00:00
diff --git a/CHANGES b/CHANGES
2012-10-31 10:45:28 +00:00
index 4568408..5fc1652 100644
2012-05-25 07:17:42 +00:00
--- a/CHANGES
+++ b/CHANGES
2012-11-20 09:42:33 +00:00
@@ -154,7 +154,7 @@ Daniel Stenberg (19 Nov 2012)
- RELEASE-NOTES: synced with fa1ae0abcde
-- [Cristian Rodríguez brought this change]
+- [Cristian Rodríguez brought this change]
OpenSSL: Disable SSL/TLS compression
@@ -209,7 +209,7 @@ Daniel Stenberg (12 Nov 2012)
curl --digest -utest:test http://tomcat.test.com:8080/manager/list
This is because curl uses the same cnonce for several seconds, but
- doesn't increment the nonce counter.  Tomcat correctly interprets
+ doesn't increment the nonce counter.  Tomcat correctly interprets
this as a replay attack and rejects the request.
When microsecond-precision is available, this commit causes curl to
@@ -529,7 +529,7 @@ Daniel Stenberg (23 Oct 2012)
- href_extractor.c: fix the URL
-- [Michał Kowalczyk brought this change]
+- [Michał Kowalczyk brought this change]
href_extractor: example code extracting href elements
@@ -897,7 +897,7 @@ Daniel Stenberg (8 Sep 2012)
2012-10-31 10:45:28 +00:00
- test1411: verify SMTP without SIZE support
-- [František Kučera brought this change]
+- [František Kučera brought this change]
SMTP: only send SIZE if supported
2012-11-20 09:42:33 +00:00
@@ -1653,7 +1653,7 @@ Daniel Stenberg (9 Jul 2012)
2012-07-28 07:18:15 +00:00
- cookie: fixed typo in comment
-- [Christian Hägele brought this change]
+- [Christian Hägele brought this change]
https_getsock: provided for schannel backend as well
2012-11-20 09:42:33 +00:00
@@ -1835,7 +1835,7 @@ Yang Tse (3 Jul 2012)
2012-07-28 07:18:15 +00:00
testcurl.pl: fix missing semicolon
Daniel Stenberg (2 Jul 2012)
-- [Christian Hägele brought this change]
+- [Christian Hägele brought this change]
unicode NTLM SSPI: heap corruption fixed
2012-11-20 09:42:33 +00:00
@@ -3944,18 +3944,18 @@ Daniel Stenberg (1 Apr 2012)
2012-05-25 07:17:42 +00:00
Reported by: Michael Wallner
Steve Holme (31 Mar 2012)
-- [Gökhan Şengün brought this change]
+- [Gökhan Şengün brought this change]
smtp: Add support for DIGEST-MD5 authentication
-- [Gökhan Şengün brought this change]
+- [Gökhan Şengün brought this change]
smtp: Cody tidy up of md5 digest length
Replaced the hard coded md5 digest length (16) with a preprocessor
constant
-- [Gökhan Şengün brought this change]
+- [Gökhan Şengün brought this change]
md5: Add support for calculating the md5 sum of buffers incrementally
2012-11-20 09:42:33 +00:00
@@ -5247,7 +5247,7 @@ Daniel Stenberg (20 Dec 2011)
2012-05-25 07:17:42 +00:00
This offers an alternative to the existing Curl_socket_ready() API which
only checks one socket for read and one for write.
-- [Cédric Deltheil brought this change]
+- [Cédric Deltheil brought this change]
curl.h: add __ANDROID__ macro check
2012-11-20 09:42:33 +00:00
@@ -5460,7 +5460,7 @@ Daniel Stenberg (12 Dec 2011)
2012-05-25 07:17:42 +00:00
linking with a static openssl requires a set of more libs to be linked
on Windows.
- Thanks also to Steve Holme and Martin Storsj<73> for additional feedback.
+ Thanks also to Steve Holme and Martin Storsjö for additional feedback.
Bug: http://curl.haxx.se/mail/lib-2011-12/0063.html
Reported by: Ward Willats
diff --git a/README b/README
index 2ffacc3..cfd6760 100644
--- a/README
+++ b/README
@@ -45,5 +45,5 @@ GIT
NOTICE
Curl contains pieces of source code that is Copyright (c) 1998, 1999
- Kungliga Tekniska H<>gskolan. This notice is included here to comply with the
+ Kungliga Tekniska Högskolan. This notice is included here to comply with the
distribution terms.
2012-10-31 10:45:28 +00:00
--
1.7.1