Skip to content

Commit

Permalink
libmaxminddb: update to 1.11.0.
Browse files Browse the repository at this point in the history
## 1.11.0 - 2024-08-21

* When building with CMake, the man pages will now be generated and
  installed. Requested by Thomas Klausner. GitHub #351.
* Removed unnecessary `$<INSTALL_INTERFACE:generated>` directory from
  `target_include_directories` in the CMake build configuration. This is
  a private build directory. Pull request by Ankur Verma. GitHub #354.
  • Loading branch information
0-wiz-0 committed Aug 25, 2024
1 parent ef9578d commit d594bd6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions geography/libmaxminddb/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.14 2024/08/25 06:18:47 wiz Exp $
# $NetBSD: Makefile,v 1.15 2024/08/25 10:11:22 wiz Exp $

DISTNAME= libmaxminddb-1.10.0
DISTNAME= libmaxminddb-1.11.0
CATEGORIES= geography
MASTER_SITES= ${MASTER_SITE_GITHUB:=maxmind/}
GITHUB_RELEASE= ${PKGVERSION_NOREV}
Expand All @@ -10,10 +10,10 @@ HOMEPAGE= https://maxmind.github.io/libmaxminddb/
COMMENT= C library for the MaxMind DB file format
LICENSE= apache-2.0

GNU_CONFIGURE= yes
USE_LANGUAGES+= c
USE_LIBTOOL= yes
USE_TOOLS+= gmake
GNU_CONFIGURE= yes
USE_LANGUAGES+= c
USE_LIBTOOL= yes
USE_TOOLS+= gmake
# cmake build doesn't install man pages yet
# https://github.com/maxmind/libmaxminddb/issues/351
#CMAKE_CONFIGURE_ARGS+= -DBUILD_SHARED_LIBS=ON
Expand Down
8 changes: 4 additions & 4 deletions geography/libmaxminddb/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.13 2024/06/17 09:29:10 wiz Exp $
$NetBSD: distinfo,v 1.14 2024/08/25 10:11:22 wiz Exp $

BLAKE2s (libmaxminddb-1.10.0.tar.gz) = dbbfbd5b28f02fba728c1708e586c660e7a331780a1fbaf8092c3f17b56775f2
SHA512 (libmaxminddb-1.10.0.tar.gz) = 5441310e96970a5dc7510eaf1261f890728c3f0e7435e245196bc29b2c6c511c3b2677d265825e1e011e291a94efe0fa8f7d69dbe003b3bfd032497da1fba38b
Size (libmaxminddb-1.10.0.tar.gz) = 727713 bytes
BLAKE2s (libmaxminddb-1.11.0.tar.gz) = 8056ae237ee10e5fb7f26574f66d210b7c6e19012a4e3a75a5d98ef0071f59fd
SHA512 (libmaxminddb-1.11.0.tar.gz) = ecb7e1d8c89f1f0f018abcfb9ac7071f36e40ab5b12ecb1ded3b66db69dbe830792f6497aca9ca8c79ecfe47db7fa5dccf20714f06c49b93a69389b91e006b46
Size (libmaxminddb-1.11.0.tar.gz) = 727863 bytes

0 comments on commit d594bd6

Please sign in to comment.