diff options
author | Steve Wills <swills@FreeBSD.org> | 2019-01-01 23:25:29 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2019-01-01 23:25:29 +0000 |
commit | 585accadec7003efb3848e90bdbbb02ab6f31869 (patch) | |
tree | 900af56717db7671e0af406bddaa46cc20929081 /textproc/libxml2/files/patch-uri.c | |
parent | security/maia: Update to 1.0.4_4 (diff) |
textproc/libxml2: update to 2.9.8
PR: 233804
Exp-run by: antoine
Notes
Notes:
svn path=/head/; revision=489055
Diffstat (limited to 'textproc/libxml2/files/patch-uri.c')
-rw-r--r-- | textproc/libxml2/files/patch-uri.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/libxml2/files/patch-uri.c b/textproc/libxml2/files/patch-uri.c index bad003e8c96a..03dbc8bbed99 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 2014-10-03 13:28:06.000000000 +0200 -+++ uri.c 2014-10-20 14:22:57.677231158 +0200 -@@ -1198,6 +1198,8 @@ +--- uri.c.orig 2016-05-22 01:49:02 UTC ++++ uri.c +@@ -1199,6 +1199,8 @@ xmlSaveUri(xmlURIPtr uri) { if (temp == NULL) goto mem_error; ret = temp; } |