From dd362c4484395c26c72c71ae021127bc26e019394603b5356a3807ce24ca4955 Mon Sep 17 00:00:00 2001 From: Lars Vogdt Date: Sun, 3 Nov 2019 18:13:21 +0000 Subject: [PATCH] Accepting request 745019 from home:AndreasStieger:branches:devel:libraries:c_c++ libmaxminddb 1.4.2 OBS-URL: https://build.opensuse.org/request/show/745019 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libmaxminddb?expand=0&rev=13 --- libmaxminddb-1.3.2.tar.gz | 3 --- libmaxminddb-1.4.2.tar.gz | 3 +++ libmaxminddb.changes | 10 ++++++++++ libmaxminddb.spec | 13 ++++--------- 4 files changed, 17 insertions(+), 12 deletions(-) delete mode 100644 libmaxminddb-1.3.2.tar.gz create mode 100644 libmaxminddb-1.4.2.tar.gz diff --git a/libmaxminddb-1.3.2.tar.gz b/libmaxminddb-1.3.2.tar.gz deleted file mode 100644 index eddefd3..0000000 --- a/libmaxminddb-1.3.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e6f881aa6bd8cfa154a44d965450620df1f714c6dc9dd9971ad98f6e04f6c0f0 -size 619009 diff --git a/libmaxminddb-1.4.2.tar.gz b/libmaxminddb-1.4.2.tar.gz new file mode 100644 index 0000000..cbe6b52 --- /dev/null +++ b/libmaxminddb-1.4.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd582aa971be23dee960ec33c67fb5fd38affba508e6f00ea75959dbd5aad156 +size 600664 diff --git a/libmaxminddb.changes b/libmaxminddb.changes index 5529bd4..370d6c3 100644 --- a/libmaxminddb.changes +++ b/libmaxminddb.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sun Nov 3 16:56:13 UTC 2019 - Andreas Stieger + +- update to 1.4.2: + * negative array index for MMDB_*get_value specifies the last element + * Fix a memory leak when using custom databases without languages + defined in the metadata + * mmdblookup now displays the prefix length for the record when + using the verbose flag + ------------------------------------------------------------------- Thu May 17 13:37:24 UTC 2018 - jweberhofer@weberhofer.at diff --git a/libmaxminddb.spec b/libmaxminddb.spec index 63aa778..ee63e35 100644 --- a/libmaxminddb.spec +++ b/libmaxminddb.spec @@ -1,7 +1,7 @@ # # spec file for package libmaxminddb # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,17 +12,16 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # %define lname libmaxminddb0 Name: libmaxminddb -Version: 1.3.2 +Version: 1.4.2 Release: 0 Summary: C library for the MaxMind DB file format License: Apache-2.0 -Group: Development/Libraries/C and C++ URL: https://dev.maxmind.com/ Source: https://github.com/maxmind/libmaxminddb/releases/download/%{version}/%{name}-%{version}.tar.gz BuildRequires: fdupes @@ -38,7 +37,6 @@ data associated with an address. %package -n %{lname} Summary: C library for the MaxMind DB file format -Group: System/Libraries %description -n %{lname} The libmaxminddb library provides a C library for reading MaxMind DB @@ -49,7 +47,6 @@ data associated with an address. %package -n mmdblookup Summary: An utility to look up an IP address in a MaxMind DB file -Group: Productivity/Networking/Other %description -n mmdblookup The libmaxminddb library provides a C library for reading MaxMind DB @@ -62,7 +59,6 @@ This package contains the mmdblookup binary. %package devel Summary: Development files for the MaxMind DB file format library -Group: Development/Libraries/C and C++ Requires: %{lname} = %{version} %description devel @@ -107,7 +103,6 @@ find %{buildroot} -type f -name "*.la" -delete -print %{_includedir}/* %{_libdir}/%{name}.so %{_libdir}/pkgconfig/%{name}.pc -%{_mandir}/man3/%{name}.* -%{_mandir}/man3/MMDB_*.* +%{_mandir}/man3/* %changelog