summaryrefslogtreecommitdiff
path: root/external/neon/configs
diff options
context:
space:
mode:
authorJan-Marek Glogowski <glogow@fbihome.de>2020-03-25 22:09:46 +0100
committerJan-Marek Glogowski <glogow@fbihome.de>2020-05-31 11:50:42 +0200
commit07379e0eb27de0c16ae3838532310aa5aec4f20f (patch)
treec8701bce49f47c277b83b50579562a6436d26af6 /external/neon/configs
parent2047a5978ac8188e61da9cd3b2f40d86df5570bb (diff)
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>
Diffstat (limited to 'external/neon/configs')
-rw-r--r--external/neon/configs/config.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/external/neon/configs/config.h b/external/neon/configs/config.h
index 00252d0abf9e..3f93d1e68132 100644
--- a/external/neon/configs/config.h
+++ b/external/neon/configs/config.h
@@ -1,4 +1,4 @@
-/* Contents kept in sync with config.h.in from neon 0.29.5 */
+/* Contents kept in sync with config.h.in from neon 0.31.1 */
/* Define if building universal (internal helper macro) */
/* #undef AC_APPLE_UNIVERSAL_BUILD */
@@ -370,7 +370,7 @@
#define NEON_IS_LIBRARY 1
/* Define to be the neon version string */
-#define NEON_VERSION "0.29.5"
+#define NEON_VERSION "0.31.1"
/* Define to enable debugging */
/* #undef NE_DEBUGGING */
@@ -432,10 +432,10 @@
#define NE_VERSION_MAJOR (0)
/* Define to be neon library minor version */
-#define NE_VERSION_MINOR (29)
+#define NE_VERSION_MINOR (31)
/* Define to be neon library patch version */
-#define NE_VERSION_PATCH (5)
+#define NE_VERSION_PATCH (1)
/* Define to the address where bug reports for this package should be sent. */
#define PACKAGE_BUGREPORT "neon@webdav.org"
@@ -444,13 +444,13 @@
#define PACKAGE_NAME "neon"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "neon 0.29.5"
+#define PACKAGE_STRING "neon 0.31.1"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "neon"
/* Define to the version of this package. */
-#define PACKAGE_VERSION "0.29.5"
+#define PACKAGE_VERSION "0.31.1"
/* The size of `int', as computed by sizeof. */
#define SIZEOF_INT 4