Skip to content

Commit

Permalink
libmaxminddb: update to 1.6.0.
Browse files Browse the repository at this point in the history
## 1.6.0 - 2021-04-29

* This release includes several improvements to the CMake build. In
  particular:
  * C99 support is now properly enabled, fixing builds on older `gcc`
    versions. Pull request by Jan Vcelak. GitHub #257.
  * `CMAKE_SHARED_LIBRARY_PREFIX` and `CMAKE_STATIC_LIBRARY_PREFIX` are
    no longer explicitly set and now use the default values for the platform.
    Pull request by Jan Vcelak. GitHub #258.
  * `target_include_directories` now works as expected. Pull request by Jan
    Vcelak. GitHub #259.
  * DLLs are now installed on Windows when `libmaxminddb` is built as a
    shared library. Pull request by Jan Vcelak. GitHub #261.
  * When built as a dynamic library on Windows, all symbols are now exported.
    Pull request by Jan Vcelak. GitHub #262.
  • Loading branch information
fcambus committed May 1, 2021
1 parent 9811df6 commit ab84253
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions geography/libmaxminddb/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.5 2021/02/19 08:16:37 fcambus Exp $
# $NetBSD: Makefile,v 1.6 2021/05/01 16:08:45 fcambus Exp $

DISTNAME= libmaxminddb-1.5.2
DISTNAME= libmaxminddb-1.6.0
CATEGORIES= geography
MASTER_SITES= ${MASTER_SITE_GITHUB:=maxmind/}
GITHUB_RELEASE= ${PKGVERSION_NOREV}
Expand Down
10 changes: 5 additions & 5 deletions geography/libmaxminddb/distinfo
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$NetBSD: distinfo,v 1.5 2021/02/19 08:16:37 fcambus Exp $
$NetBSD: distinfo,v 1.6 2021/05/01 16:08:45 fcambus Exp $

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 (libmaxminddb-1.6.0.tar.gz) = 4d7f2a2b5050752977b3e718fd96b359da744a9e
RMD160 (libmaxminddb-1.6.0.tar.gz) = 85fe2385d5811a4fbe4ab5e6cb1cfff243daefca
SHA512 (libmaxminddb-1.6.0.tar.gz) = 9394e8dd959982d4ef5d15a928d32700722ed9d6c9988d9cc1bf2f4e67de0a53cc6987e90aaef3a6926c9ff36ac378f7a1fe47818fda4f5a3a22539210b2d004
Size (libmaxminddb-1.6.0.tar.gz) = 605099 bytes
SHA1 (patch-t_libtap_tap.c) = 85cefd897f2eade00a0c9e9b2cf5e0ca7c7c9337

0 comments on commit ab84253

Please sign in to comment.