forked from pool/libmaxminddb
Compare commits
33 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| d0cc398b05 | |||
| aa6c89e583 | |||
| 6be7c0f834 | |||
| 3eaf5bbb9c | |||
| 2a3ad12199 | |||
| 71af706855 | |||
| 4100ad7d05 | |||
| 2a61c4f241 | |||
| 9da7f83283 | |||
| cb1191b038 | |||
| 040af33f82 | |||
| 2aeb5b45c4 | |||
|
|
0618ee85bb | ||
| 6b795ff041 | |||
| 4d3f6493a1 | |||
| feb2129d97 | |||
| fdefe7c3f6 | |||
| 2dd81f7446 | |||
|
|
ef209df8b9 | ||
| 301779d3ad | |||
|
|
dd362c4484 | ||
| 917b0be031 | |||
|
|
93a4f41b17 | ||
| bfe2c09244 | |||
|
|
ecc4156cbe | ||
|
|
a1bab35c28 | ||
|
|
3276cb97f6 | ||
|
|
cfad6a446a | ||
|
|
2cb6070384 | ||
|
|
b6f86684a8 | ||
|
|
1daf2e00eb | ||
| 54d2bf2709 | |||
| cd96881749 |
BIN
libmaxminddb-1.10.0.tar.gz
LFS
BIN
libmaxminddb-1.10.0.tar.gz
LFS
Binary file not shown.
BIN
libmaxminddb-1.12.2.tar.gz
LFS
Normal file
BIN
libmaxminddb-1.12.2.tar.gz
LFS
Normal file
Binary file not shown.
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a80682a89d915fdf60b35d316232fb04ebf36fff27fda9bd39fe8a38d3cd3f12
|
||||
size 612652
|
||||
@@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 11 20:04:53 UTC 2025 - Andreas Stieger <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 15:54:35 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
# spec file for package libmaxminddb
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2023 Andreas Stieger <Andreas.Stieger@gmx.de>
|
||||
# Copyright (c) 2025 Andreas Stieger <Andreas.Stieger@gmx.de>
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -19,15 +19,15 @@
|
||||
|
||||
%define lname libmaxminddb0
|
||||
Name: libmaxminddb
|
||||
Version: 1.10.0
|
||||
Version: 1.12.2
|
||||
Release: 0
|
||||
Summary: C library for the MaxMind DB file format
|
||||
License: Apache-2.0
|
||||
URL: https://dev.maxmind.com/
|
||||
Source: https://github.com/maxmind/libmaxminddb/releases/download/%{version}/%{name}-%{version}.tar.gz
|
||||
Source99: baselibs.conf
|
||||
BuildRequires: c++_compiler
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: pkgconfig
|
||||
|
||||
%description
|
||||
@@ -97,7 +97,7 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
||||
%license LICENSE
|
||||
%doc doc/mmdblookup.md
|
||||
%{_bindir}/mmdblookup
|
||||
%{_mandir}/man1/mmdblookup.*
|
||||
%{_mandir}/man1/*.1%{?ext_man}
|
||||
|
||||
%files devel
|
||||
%doc Changes.md NOTICE README.md doc/mmdblookup.md doc/libmaxminddb.md
|
||||
@@ -105,6 +105,6 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
||||
%{_includedir}/*
|
||||
%{_libdir}/%{name}.so
|
||||
%{_libdir}/pkgconfig/%{name}.pc
|
||||
%{_mandir}/man3/*
|
||||
%{_mandir}/man3/*.3%{?ext_man}
|
||||
|
||||
%changelog
|
||||
|
||||
Reference in New Issue
Block a user