diff options
Diffstat (limited to 'testsuite/external/ocamlnet-3.5.1.patch')
-rw-r--r-- | testsuite/external/ocamlnet-3.5.1.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/testsuite/external/ocamlnet-3.5.1.patch b/testsuite/external/ocamlnet-3.5.1.patch index db8718541..46884d211 100644 --- a/testsuite/external/ocamlnet-3.5.1.patch +++ b/testsuite/external/ocamlnet-3.5.1.patch @@ -39,3 +39,14 @@ with _ -> raise Protocol_error; +*) end +--- ocamlnet-3.5.1/src/netstring/netencoding.mli.orig 2013-11-27 14:41:37.000000000 +0100 ++++ ocamlnet-3.5.1/src/netstring/netencoding.mli 2013-11-27 14:41:52.000000000 +0100 +@@ -120,7 +120,7 @@ + * to ensure that all output lines have a length <= 76 bytes. + * + * Note unsafe characters: +- * As recommended by RFC 2045, the characters [!#$\@[]^`{|}~] ++ * As recommended by RFC 2045, the characters [!#$\@[]^`{}|~] + * and the double quotes + * are additionally represented as hex tokens. + * Furthermore, the letter 'F' is considered as unsafe if it |