office-gobmx/external/neon/neon_fix_lock_token_on_if.patch
Jan-Marek Glogowski 07379e0eb2 neon: upgrade to release 0.31.1
Drops some of the LO patches upstreamed since 0.31.0.

Version 0.31.0 introduced an new session flag for MS SharePoint
compatibility, NE_SESSFLAG_SHAREPOINT, which enables a few
workarounds, where SharePoint breaks the WebDAV RFCs.

In 0.31.1 a compiler warning and the MD5 ABI break introduced in
0.31.0 are fixed, so LO can now update neon.

Change-Id: Ia79ce530271664c0e6bab30a5e2516319da328d8
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/91070
Tested-by: Jenkins
Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>
2020-05-31 11:50:42 +02:00

12 lines
512 B
Diff

diff -aru src.origin/ne_locks.c src/ne_locks.c
--- src.origin/ne_locks.c 2007-02-05 11:09:27.000000000 +0100
+++ src/ne_locks.c 2015-07-29 10:33:55.724753920 +0200
@@ -137,7 +137,7 @@
}
else {
char *uri = ne_uri_unparse(&item->lock->uri);
- ne_buffer_concat(req, " <", uri, "> (<",
+ ne_buffer_concat(req, " (<",
item->lock->token, ">)", NULL);
ne_free(uri);
}