pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/geography/libmaxminddb



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Jun 17 09:29:10 UTC 2024

Modified Files:
        pkgsrc/geography/libmaxminddb: Makefile distinfo

Log Message:
libmaxminddb: update to 1.10.0.

## 1.10.0 - 2024-06-10

* When building with CMake, it is now possible to disable the building
  of binaries (e.g., `mmdblookup`) with the `MAXMINDDB_BUILD_BINARIES`
  option and the install target generation with the `MAXMINDDB_INSTALL`
  option. Pull request by Seena Fallah. GitHub #342.
* CMake now makes greater use of GNUInstallDirs. Pull request by Maximilian
  Downey Twiss. GitHub #346.
* The reader can now lookup records on a database with a search tree
  that is greater than 4 gigabytes without sometimes returning erroneous
  results due to an integer overflow.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/geography/libmaxminddb/Makefile \
    pkgsrc/geography/libmaxminddb/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/geography/libmaxminddb/Makefile
diff -u pkgsrc/geography/libmaxminddb/Makefile:1.12 pkgsrc/geography/libmaxminddb/Makefile:1.13
--- pkgsrc/geography/libmaxminddb/Makefile:1.12 Sun Jan 14 08:59:05 2024
+++ pkgsrc/geography/libmaxminddb/Makefile      Mon Jun 17 09:29:10 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2024/01/14 08:59:05 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2024/06/17 09:29:10 wiz Exp $
 
-DISTNAME=      libmaxminddb-1.9.1
+DISTNAME=      libmaxminddb-1.10.0
 CATEGORIES=    geography
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=maxmind/}
 GITHUB_RELEASE=        ${PKGVERSION_NOREV}
@@ -14,9 +14,13 @@ 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_ARGS+=  -DBUILD_SHARED_LIBS=ON
 
 USE_CC_FEATURES=       c99
 
 PKGCONFIG_OVERRIDE+=   src/libmaxminddb.pc.in
 
+#.include "../../devel/cmake/build.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/geography/libmaxminddb/distinfo
diff -u pkgsrc/geography/libmaxminddb/distinfo:1.12 pkgsrc/geography/libmaxminddb/distinfo:1.13
--- pkgsrc/geography/libmaxminddb/distinfo:1.12 Sun Jan 14 08:59:05 2024
+++ pkgsrc/geography/libmaxminddb/distinfo      Mon Jun 17 09:29:10 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2024/01/14 08:59:05 wiz Exp $
+$NetBSD: distinfo,v 1.13 2024/06/17 09:29:10 wiz Exp $
 
-BLAKE2s (libmaxminddb-1.9.1.tar.gz) = 39d09fc2d8a4f4d5b70d7615a5a1a8fa89a4a2ccdd28b63d995dd1c10349b38d
-SHA512 (libmaxminddb-1.9.1.tar.gz) = 6da76bb584c5f8a0c01eb9439afd7c4b18b765966591c15e9aaf6ce7edfd3c429cff87a3e7481eff1d3e75df6eb7fd484752946417747c193dbfb277a843810c
-Size (libmaxminddb-1.9.1.tar.gz) = 612652 bytes
+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



Home | Main Index | Thread Index | Old Index