From 0618ee85bb704ccdb3b8ad1f2d3abf42c6ba47635d75656ed60eb30706311953 Mon Sep 17 00:00:00 2001 From: Lars Vogdt Date: Tue, 9 Mar 2021 08:46:34 +0000 Subject: [PATCH] Accepting request 876087 from home:dirkmueller:Factory - update to 1.5.2: * With `libmaxminddb` on Windows and `mmdblookup` generally, there were instances where the return value of `calloc` was not checked, which could lead to issues in low memory situations or when resource limits had been set. * The formatting of the manpages has been improved and the script that generates them now supports `lowdown` in addition to `pandoc`. OBS-URL: https://build.opensuse.org/request/show/876087 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libmaxminddb?expand=0&rev=21 --- libmaxminddb-1.5.0.tar.gz | 3 --- libmaxminddb-1.5.2.tar.gz | 3 +++ libmaxminddb.changes | 11 +++++++++++ libmaxminddb.spec | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) delete mode 100644 libmaxminddb-1.5.0.tar.gz create mode 100644 libmaxminddb-1.5.2.tar.gz diff --git a/libmaxminddb-1.5.0.tar.gz b/libmaxminddb-1.5.0.tar.gz deleted file mode 100644 index 9990d63..0000000 --- a/libmaxminddb-1.5.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7c56e791ff2a655215e7ed3864b1ffdd7d34a38835779efed56a42f056bd58aa -size 603923 diff --git a/libmaxminddb-1.5.2.tar.gz b/libmaxminddb-1.5.2.tar.gz new file mode 100644 index 0000000..82b8849 --- /dev/null +++ b/libmaxminddb-1.5.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5237076d250a5f7c297e331c35a433eeaaf0dc205e070e4db353c9ba10f340a2 +size 604683 diff --git a/libmaxminddb.changes b/libmaxminddb.changes index 41db09a..d40ade4 100644 --- a/libmaxminddb.changes +++ b/libmaxminddb.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Tue Mar 2 00:07:58 UTC 2021 - Dirk Müller + +- update to 1.5.2: + * With `libmaxminddb` on Windows and `mmdblookup` generally, there were + instances where the return value of `calloc` was not checked, which could + lead to issues in low memory situations or when resource limits had been + set. + * The formatting of the manpages has been improved and the script that + generates them now supports `lowdown` in addition to `pandoc`. + ------------------------------------------------------------------- Thu Jan 7 12:46:45 UTC 2021 - Andreas Stieger diff --git a/libmaxminddb.spec b/libmaxminddb.spec index dffb806..92589b2 100644 --- a/libmaxminddb.spec +++ b/libmaxminddb.spec @@ -18,7 +18,7 @@ %define lname libmaxminddb0 Name: libmaxminddb -Version: 1.5.0 +Version: 1.5.2 Release: 0 Summary: C library for the MaxMind DB file format License: Apache-2.0