configure.ac | 2 +- download.lst | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-)
New commits: commit 2b3274cf17a14f842bbb4d15f56a60ffdc395fac Author: Caolán McNamara <caol...@redhat.com> AuthorDate: Sun Jan 30 19:28:23 2022 +0000 Commit: Andras Timar <andras.ti...@collabora.com> CommitDate: Tue Feb 1 13:44:04 2022 +0100 upgrade to expat 2.4.4 Change-Id: Ie141268793dc4332d8c253bec4e986894682c7a6 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/129179 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caol...@redhat.com> diff --git a/download.lst b/download.lst index f59004b0ca09..3749bee571d5 100644 --- a/download.lst +++ b/download.lst @@ -50,8 +50,8 @@ export EPUBGEN_TARBALL := libepubgen-0.1.1.tar.xz export ETONYEK_SHA256SUM := e61677e8799ce6e55b25afc11aa5339113f6a49cff031f336e32fa58635b1a4a export ETONYEK_VERSION_MICRO := 9 export ETONYEK_TARBALL := libetonyek-0.1.$(ETONYEK_VERSION_MICRO).tar.xz -export EXPAT_SHA256SUM := 2f9b6a580b94577b150a7d5617ad4643a4301a6616ff459307df3e225bcfbf40 -export EXPAT_TARBALL := expat-2.4.1.tar.bz2 +export EXPAT_SHA256SUM := 5963005ff8720735beb2d2db669afc681adcbcb43dd1eb397d5c2dd7adbc631f +export EXPAT_TARBALL := expat-2.4.4.tar.gz export FIREBIRD_SHA256SUM := 6994be3555e23226630c587444be19d309b25b0fcf1f87df3b4e3f88943e5860 export FIREBIRD_TARBALL := Firebird-3.0.0.32483-0.tar.bz2 export FONTCONFIG_SHA256SUM := 19e5b1bc9d013a52063a44e1307629711f0bfef35b9aca16f9c793971e2eb1e5 commit e8a826c7955ea76a5b0ed4601db69998cbf2c03b Author: Andras Timar <andras.ti...@collabora.com> AuthorDate: Fri Jan 7 16:25:53 2022 +0100 Commit: Andras Timar <andras.ti...@collabora.com> CommitDate: Tue Feb 1 13:43:08 2022 +0100 Bump version to 7.0.7.0.M9 Change-Id: I031f4511419513c9d932cee68f36e97158a4c01b diff --git a/configure.ac b/configure.ac index ed2835840b9c..f711e08b9676 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([LibreOffice],[7.0.7.0.M8],[],[],[http://documentfoundation.org/]) +AC_INIT([LibreOffice],[7.0.7.0.M9],[],[],[http://documentfoundation.org/]) 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