www/curl was updated to 7.61.1, patch applied upstream. - pkgsrc-localpatches - leot's pkgsrc LOCALPATCHES
(HTM) hg clone https://bitbucket.org/iamleot/pkgsrc-localpatches
(DIR) Log
(DIR) Files
(DIR) Refs
---
(DIR) changeset 77f33f1ed0ef57356b3bd488b75ad4a62a982be2
(DIR) parent cb9386c2cb02c9b1a5fb5a2f1b4af1eefde9afd5
(HTM) Author: Leonardo Taccari <iamleot@gmail.com>
Date: Wed, 5 Sep 2018 09:30:04
www/curl was updated to 7.61.1, patch applied upstream.
Diffstat:
www/curl/patch-lib_gopher.c | 26 --------------------------
www/curl/patch-tests_data_test1202 | 16 ----------------
2 files changed, 0 insertions(+), 42 deletions(-)
---
diff -r cb9386c2cb02 -r 77f33f1ed0ef www/curl/patch-lib_gopher.c
--- a/www/curl/patch-lib_gopher.c Tue Sep 04 09:23:31 2018 +0200
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,26 +0,0 @@
-$NetBSD$
-
-According RFC 4266 it seems that the `?' -> TAB transformation
-should not be done. Avoid it.
-
---- lib/gopher.c.orig 2018-05-07 08:20:04.000000000 +0000
-+++ lib/gopher.c
-@@ -93,18 +93,11 @@ static CURLcode gopher_do(struct connect
- }
- else {
- char *newp;
-- size_t j, i;
-
- /* Otherwise, drop / and the first character (i.e., item type) ... */
- newp = path;
- newp += 2;
-
-- /* ... then turn ? into TAB for search servers, Veronica, etc. ... */
-- j = strlen(newp);
-- for(i = 0; i<j; i++)
-- if(newp[i] == '?')
-- newp[i] = '\x09';
--
- /* ... and finally unescape */
- result = Curl_urldecode(data, newp, 0, &sel, &len, FALSE);
- if(result)
diff -r cb9386c2cb02 -r 77f33f1ed0ef www/curl/patch-tests_data_test1202
--- a/www/curl/patch-tests_data_test1202 Tue Sep 04 09:23:31 2018 +0200
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,0 @@
-$NetBSD$
-
-According RFC 4266 it seems that the `?' -> TAB transformation
-should not be done. Avoid it.
-
---- tests/data/test1202.orig 2017-12-02 23:33:15.000000000 +0000
-+++ tests/data/test1202
-@@ -26,7 +26,7 @@ gopher
- Gopher query
- </name>
- <command>
--"gopher://%HOSTIP:%GOPHERPORT/7/the/search/engine?query%20succeeded/1202"
-+"gopher://%HOSTIP:%GOPHERPORT/7/the/search/engine%09query%20succeeded/1202"
- </command>
- </client>
-