libmaxminddb: update to 1.5.2.
## 1.5.2 - 2021-02-18 * 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. Reported by cve-reporting. GitHub #252. ## 1.5.1 - 2021-02-18 * The formatting of the manpages has been improved and the script that generates them now supports `lowdown` in addition to `pandoc`. Pull request by Faidon Liambotis. GitHub #248.
This commit is contained in:
parent
7ba7c54f2d
commit
fc7a022370
3 changed files with 8 additions and 9 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.4 2021/01/06 16:11:17 fcambus Exp $
|
||||
# $NetBSD: Makefile,v 1.5 2021/02/19 08:16:37 fcambus Exp $
|
||||
|
||||
DISTNAME= libmaxminddb-1.5.0
|
||||
DISTNAME= libmaxminddb-1.5.2
|
||||
CATEGORIES= geography
|
||||
MASTER_SITES= ${MASTER_SITE_GITHUB:=maxmind/}
|
||||
GITHUB_RELEASE= ${PKGVERSION_NOREV}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.2 2020/08/14 14:14:44 fcambus Exp $
|
||||
@comment $NetBSD: PLIST,v 1.3 2021/02/19 08:16:37 fcambus Exp $
|
||||
bin/mmdblookup
|
||||
include/maxminddb.h
|
||||
include/maxminddb_config.h
|
||||
|
@ -19,5 +19,4 @@ man/man3/MMDB_open.3
|
|||
man/man3/MMDB_read_node.3
|
||||
man/man3/MMDB_strerror.3
|
||||
man/man3/MMDB_vget_value.3
|
||||
man/man3/defined.3
|
||||
man/man3/libmaxminddb.3
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
$NetBSD: distinfo,v 1.4 2021/01/06 16:11:17 fcambus Exp $
|
||||
$NetBSD: distinfo,v 1.5 2021/02/19 08:16:37 fcambus Exp $
|
||||
|
||||
SHA1 (libmaxminddb-1.5.0.tar.gz) = a4435311cd7f0bdab2a31b0d12e0bf17d8332dcd
|
||||
RMD160 (libmaxminddb-1.5.0.tar.gz) = 756290801fdf0553544ee728466456ffc7a53b4c
|
||||
SHA512 (libmaxminddb-1.5.0.tar.gz) = 68c769f247156869b84a8ad0f9deec3cb79d39c0a6b8f1458461c223b9cf9967dd9d697ff4e92ac28216ef9e9f5a94908e03f76a5f70ab17636b163c17d2d432
|
||||
Size (libmaxminddb-1.5.0.tar.gz) = 603923 bytes
|
||||
SHA1 (libmaxminddb-1.5.2.tar.gz) = 9e00fef11ceb8df1dc56ce3276bf2193c5baa5c8
|
||||
RMD160 (libmaxminddb-1.5.2.tar.gz) = 183c003b20dbfbebd6815e45660157f852fa0c70
|
||||
SHA512 (libmaxminddb-1.5.2.tar.gz) = 074ef6b62a74cede7be332eaeff5aa7442f43de92d39ea65b38430f0e1b65a5515f4343894ca5c28a7d50181eaec44e8db7083461b9e12e7014d2d1e0ff033b8
|
||||
Size (libmaxminddb-1.5.2.tar.gz) = 604683 bytes
|
||||
SHA1 (patch-t_libtap_tap.c) = 85cefd897f2eade00a0c9e9b2cf5e0ca7c7c9337
|
||||
|
|
Loading…
Reference in a new issue