configure.ac | 2 +- download.lst | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-)
New commits: commit 7e4f6df850ffb9488eff7aa5f3e548052ae57062 Author: Andras Timar <andras.ti...@collabora.com> AuthorDate: Wed Jan 31 17:27:55 2024 +0100 Commit: Andras Timar <andras.ti...@collabora.com> CommitDate: Wed Jan 31 17:27:55 2024 +0100 Bump version to 23.05.8.3 Change-Id: I557f4fdee141abecdd56f3ed4f48c69fae6cdc08 diff --git a/configure.ac b/configure.ac index 8e06687ee26c..6fe4f08d4c31 100644 --- a/configure.ac +++ b/configure.ac @@ -9,7 +9,7 @@ dnl in order to create a configure script. # several non-alphanumeric characters, those are split off and used only for the # ABOUTBOXPRODUCTVERSIONSUFFIX in openoffice.lst. Why that is necessary, no idea. -AC_INIT([Collabora Office],[23.05.8.2],[],[],[https://collaboraoffice.com/]) +AC_INIT([Collabora Office],[23.05.8.3],[],[],[https://collaboraoffice.com/]) dnl libnumbertext needs autoconf 2.68, but that can pick up autoconf268 just fine if it is installed dnl whereas aclocal (as run by autogen.sh) insists on using autoconf and fails hard commit a990e726efb2bcb4cb8de9aaade0f35e429ea330 Author: Michael Stahl <michael.st...@allotropia.de> AuthorDate: Wed Jan 31 10:30:18 2024 +0100 Commit: Andras Timar <andras.ti...@collabora.com> CommitDate: Wed Jan 31 17:27:20 2024 +0100 curl: upgrade to release 8.6.0 Fixes CVE-2024-0853 Change-Id: Iabba0748f7c48ee03a8223aef9ca81bf379738e9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162793 Tested-by: Jenkins Reviewed-by: Michael Stahl <michael.st...@allotropia.de> (cherry picked from commit 9667ea7e274c4e29cf7c35d9e124a8fbcb2af3da) diff --git a/download.lst b/download.lst index 5ce7604e1f32..7555fe0ba249 100644 --- a/download.lst +++ b/download.lst @@ -75,8 +75,8 @@ CPPUNIT_TARBALL := cppunit-1.15.1.tar.gz # three static lines # so that git cherry-pick # will not run into conflicts -CURL_SHA256SUM := 42ab8db9e20d8290a3b633e7fbb3cec15db34df65fd1015ef8ac1e4723750eeb -CURL_TARBALL := curl-8.5.0.tar.xz +CURL_SHA256SUM := 3ccd55d91af9516539df80625f818c734dc6f2ecf9bada33c76765e99121db15 +CURL_TARBALL := curl-8.6.0.tar.xz # three static lines # so that git cherry-pick # will not run into conflicts commit 04eddbaa4530d75c4984125dab7bb3f58113a3ff Author: Michael Stahl <michael.st...@allotropia.de> AuthorDate: Mon Dec 11 13:07:22 2023 +0100 Commit: Andras Timar <andras.ti...@collabora.com> CommitDate: Wed Jan 31 17:27:20 2024 +0100 curl: upgrade to release 8.5.0 Fixes CVE-2023-46218 (cookies apparently used by libcmis) Change-Id: I6f903ab63589d3318c0cc7d47f5183f7ae55f52b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160592 Tested-by: Jenkins Reviewed-by: Michael Stahl <michael.st...@allotropia.de> (cherry picked from commit 0a2df11fb563177951db1e8890d67cee8d44246a) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160577 Reviewed-by: Xisco Fauli <xiscofa...@libreoffice.org> diff --git a/download.lst b/download.lst index 0a5bc2fb6fcf..5ce7604e1f32 100644 --- a/download.lst +++ b/download.lst @@ -75,8 +75,8 @@ CPPUNIT_TARBALL := cppunit-1.15.1.tar.gz # three static lines # so that git cherry-pick # will not run into conflicts -CURL_SHA256SUM := 16c62a9c4af0f703d28bda6d7bbf37ba47055ad3414d70dec63e2e6336f2a82d -CURL_TARBALL := curl-8.4.0.tar.xz +CURL_SHA256SUM := 42ab8db9e20d8290a3b633e7fbb3cec15db34df65fd1015ef8ac1e4723750eeb +CURL_TARBALL := curl-8.5.0.tar.xz # three static lines # so that git cherry-pick # will not run into conflicts