summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorJan-Marek Glogowski <glogow@fbihome.de>2021-04-02 02:20:57 +0200
committerJan-Marek Glogowski <glogow@fbihome.de>2021-04-02 19:35:07 +0200
commitc974b23ff78dbe11a7b23f7317fdd096ab8cb282 (patch)
treee7d98b324e7468c230518e43414c34f2ff4c9efd /solenv
parent3f17b3881117a8f45709a21bd52ebbb448dc0bae (diff)
tdf#140229 neon: update to release 0.31.2
I didn't check all commits, but the most likely fix was "Fix hang on SSL connection close with IIS (issue #11)". The server from this bug report is a "Microsoft-IIS/10.0", according to the output from "curl --dump-header". Not sure this bug is critical enough to bump the neon dependency in configure. Change-Id: I3e20bad1aa732641e6f8a83316e58fc7513186c6 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113495 Tested-by: Jenkins Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>
Diffstat (limited to 'solenv')
-rw-r--r--solenv/README.md7
-rw-r--r--solenv/flatpak-manifest.in6
2 files changed, 10 insertions, 3 deletions
diff --git a/solenv/README.md b/solenv/README.md
index 68e58e8bc774..b5a730746674 100644
--- a/solenv/README.md
+++ b/solenv/README.md
@@ -32,3 +32,10 @@ src/
useful standard / re-usable component map files for components
which shouldn't export anything more than a few registration
symbols.
+
+flatpak-manifest.in
+ This file is used by flatpak/build.sh from the LO dev-tools
+ repository to generate the flatpak package. download.lst is
+ a Makefile snippet, so there seems to be no easy way to use
+ download.lst for the manifest generation (build.sh uses sed),
+ and its information must be kept in sync manually.
diff --git a/solenv/flatpak-manifest.in b/solenv/flatpak-manifest.in
index c86fc663388f..152c3775828f 100644
--- a/solenv/flatpak-manifest.in
+++ b/solenv/flatpak-manifest.in
@@ -357,10 +357,10 @@
"dest-filename": "external/tarballs/mdds-1.7.0.tar.bz2"
},
{
- "url": "https://dev-www.libreoffice.org/src/neon-0.31.1.tar.gz",
- "sha256": "c9dfcee723050df37ce18ba449d7707b78e7ab8230f3a4c59d9112e17dc2718d",
+ "url": "https://dev-www.libreoffice.org/src/neon-0.31.2.tar.gz",
+ "sha256": "cf1ee3ac27a215814a9c80803fcee4f0ede8466ebead40267a9bd115e16a8678",
"type": "file",
- "dest-filename": "external/tarballs/neon-0.31.1.tar.gz"
+ "dest-filename": "external/tarballs/neon-0.31.2.tar.gz"
},
{
"url": "https://dev-www.libreoffice.org/src/noto-fonts-20171024.tar.gz",