Update libmaxminddb to 1.5.2.

This commit is contained in:
fcambus 2021-02-19 15:43:28 +00:00
parent cc5bc3f65a
commit 5b7465075a
3 changed files with 5 additions and 7 deletions

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.58 2021/01/16 13:43:21 fcambus Exp $
# $OpenBSD: Makefile,v 1.59 2021/02/19 15:43:28 fcambus Exp $
COMMENT-main = library for MaxMind GeoIP2/GeoLite2 IP geolocation databases
COMMENT-db = GeoIP2 GeoLite2 database: IPv4/v6 address to country
COMMENT-city = GeoIP2 GeoLite2 database: IPv4/v6 address to city
COMMENT-asn = GeoIP2 GeoLite2 database: IPv4/v6 address to AS number
V = 1.5.0
V = 1.5.2
D = 20191224
DISTNAME = libmaxminddb-${V}
PKGNAME-main = libmaxminddb-${V}
@ -17,7 +17,6 @@ DISTFILES = ${DISTNAME}${EXTRACT_SUFX} \
REVISION-db = 1
REVISION-city = 1
REVISION-asn = 1
REVISION-main = 0
SHARED_LIBS += maxminddb 0.0 # 0.7

View File

@ -1,4 +1,4 @@
SHA256 (geolite2-data-20191224.tar.xz) = kJrRPBB23sbSOVMzZXHpr0W9gfNYiQSdHlEFdHSBl6M=
SHA256 (libmaxminddb-1.5.0.tar.gz) = fFbnkf8qZVIV5+04ZLH/3X00o4g1d57+1WpC8Fa9WKo=
SHA256 (libmaxminddb-1.5.2.tar.gz) = UjcHbSUKX3wpfjMcNaQz7qrw3CBeBw5Ns1PJuhDzQKI=
SIZE (geolite2-data-20191224.tar.xz) = 22991100
SIZE (libmaxminddb-1.5.0.tar.gz) = 603923
SIZE (libmaxminddb-1.5.2.tar.gz) = 604683

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST-main,v 1.2 2020/08/16 14:48:54 fcambus Exp $
@comment $OpenBSD: PLIST-main,v 1.3 2021/02/19 15:43:28 fcambus Exp $
@pkgpath net/libmaxminddb
@extraunexec rm /var/db/GeoIP/*
@bin bin/mmdblookup
@ -23,5 +23,4 @@ lib/pkgconfig/libmaxminddb.pc
@man man/man3/MMDB_read_node.3
@man man/man3/MMDB_strerror.3
@man man/man3/MMDB_vget_value.3
@man man/man3/defined.3
@man man/man3/libmaxminddb.3