diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2019-11-23 20:09:34 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2019-11-23 20:09:34 +0000 |
commit | 7cfca3405b0fdf47ba67b6b502d27f660537dd79 (patch) | |
tree | 191c8176871a4c0c49911af4a33ab2a5323f628f /textproc/libxml2/files/patch-uri.c | |
parent | textproc/nuspell: update to 3.0.0 (diff) |
textproc/libxml2: update to 2.9.10
PR: 24004
Exp-run by: antoine
Reviewed by: madpilot
Differential Revision: https://reviews.freebsd.org/D22410
Notes
Notes:
svn path=/head/; revision=518268
Diffstat (limited to 'textproc/libxml2/files/patch-uri.c')
-rw-r--r-- | textproc/libxml2/files/patch-uri.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/libxml2/files/patch-uri.c b/textproc/libxml2/files/patch-uri.c index 03dbc8bbed99..82b06581c80e 100644 --- a/textproc/libxml2/files/patch-uri.c +++ b/textproc/libxml2/files/patch-uri.c @@ -12,9 +12,9 @@ bogus values when called with URIs that have rootless paths (e.g. "urx:b:b" becomes "urx://b%3Ab" where "urx:b%3Ab" would be correct) ---- uri.c.orig 2016-05-22 01:49:02 UTC +--- uri.c.orig 2019-10-22 18:46:01 UTC +++ uri.c -@@ -1199,6 +1199,8 @@ xmlSaveUri(xmlURIPtr uri) { +@@ -1201,6 +1201,8 @@ xmlSaveUri(xmlURIPtr uri) { if (temp == NULL) goto mem_error; ret = temp; } |