* Tue Feb 11 2025 andreas.stieger@gmx.de
- update to 1.12.2:
* fix memory leaks
* MMDB_get_entry_data_list() now always sets the passed
entry_data_list parameter to either NULL or valid memory. This
makes it safe for callers to use MMDB_free_entry_data_list() on
it even in case of error.
* more build system tweaks
* Thu Jul 18 2024 dmueller@suse.com
- update to 1.10.0:
* The reader can now lookup records on a database with a search
tree that is greater than 4 gigabytes without sometimes
returning erroneous results due to an integer overflow.
* Wed Jan 10 2024 andreas.stieger@gmx.de
- libmaxminddb 1.9.1:
* On very large databases, the calculation to determine the search
tree size could overflow. This was fixed and several additional
guards against overflows were added
* build system tweaks
* Tue Nov 07 2023 andreas.stieger@gmx.de
- libmaxminddb 1.8.0:
* PACKAGE_VERSION is now a private compile definition when
building with CMake.
* The feature test macro _POSIX_C_SOURCE is no longer set by
maxminddb.h
* assert() is no longer used outside test code
* Sat Oct 01 2022 andreas.stieger@gmx.de
- libmaxminddb 1.7.1:
* FD_CLOEXEC is now set on platforms that do not support O_CLOEXEC
* File size check now correctly compares the size to SSIZE_MAX
* developer visible changes
* Fri Apr 30 2021 andreas.stieger@gmx.de
- libmaxminddb 1.6.0:
* CMake build system fixes, not in use in this package
* Tue Mar 02 2021 dmueller@suse.com
- 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 07 2021 andreas.stieger@gmx.de
- libmaxminddb 1.5.0:
* build system changes for other platforms only
* Fri Aug 07 2020 andreas.stieger@gmx.de
- update to 1.4.3:
* Use of uninitialized memory in dump_entry_data_list() could have
cause a heap buffer flow in mmdblookup [bsc#1175006]
* Wed Nov 20 2019 dimstar@opensuse.org
- Add baselibs.conf: build libmaxminddb0-32bit, which is required
by libdns1310-32bit (new dependency gained).