diff options
author | Kohei Yoshida <kohei@libreoffice.org> | 2022-05-10 22:07:16 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei@libreoffice.org> | 2022-05-11 05:09:18 +0200 |
commit | 1729da22a7f57eba6531d15388c67cb710fc3c30 (patch) | |
tree | 99f31c1498f9e05ea6973545ee31bb100e2afa76 /download.lst | |
parent | 172e208e6b0674f42c301c5ee5e280e9138ba1b4 (diff) |
Update mdds to 2.0.3.
This release includes a revised block position search implementation
that shouldn't touch the internal STL iterators so that even if you
pass an invalid position hint, it should not trigger process
termination.
Change-Id: I8c76eb012ba7ce304ff10b38de468b7c9c6cce2b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/134140
Tested-by: Jenkins
Reviewed-by: Kohei Yoshida <kohei@libreoffice.org>
Diffstat (limited to 'download.lst')
-rw-r--r-- | download.lst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/download.lst b/download.lst index c648a5323edb..a532607e465e 100644 --- a/download.lst +++ b/download.lst @@ -174,8 +174,8 @@ export LXML_SHA256SUM := 940caef1ec7c78e0c34b0f6b94fe42d0f2022915ffc78643d28538a export LXML_TARBALL := lxml-4.1.1.tgz export MARIADB_CONNECTOR_C_SHA256SUM := 431434d3926f4bcce2e5c97240609983f60d7ff50df5a72083934759bb863f7b export MARIADB_CONNECTOR_C_TARBALL := mariadb-connector-c-3.1.8-src.tar.gz -export MDDS_SHA256SUM := 13211f2f2e387ef3b74d73a1dcee52a1ad5ce06df8f8e6647679df9278a3116a -export MDDS_TARBALL := mdds-2.0.2.tar.bz2 +export MDDS_SHA256SUM := 9771fe42e133443c13ca187253763e17c8bc96a1a02aec9e1e8893367ffa9ce5 +export MDDS_TARBALL := mdds-2.0.3.tar.bz2 export MDNSRESPONDER_SHA256SUM := e777b4d7dbf5eb1552cb80090ad1ede319067ab6e45e3990d68aabf6e8b3f5a0 export MDNSRESPONDER_TARBALL := mDNSResponder-878.200.35.tar.gz export MSPUB_SHA256SUM := ef36c1a1aabb2ba3b0bedaaafe717bf4480be2ba8de6f3894be5fd3702b013ba |