pkgsrc-Changes archive

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

CVS commit: pkgsrc/geography/py-maxminddb



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Mar  2 15:18:41 UTC 2026

Modified Files:
        pkgsrc/geography/py-maxminddb: Makefile distinfo

Log Message:
py-maxminddb: updated to 3.1.0

3.1.0 (2026-02-24)

* The vendored ``libmaxminddb`` has been updated to 1.13.1. This includes
  several security hardening improvements when reading corrupt or malicious
  database files, including fixes for integer overflows, bounds checking, and
  use-after-free prevention.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/geography/py-maxminddb/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/geography/py-maxminddb/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/py-maxminddb/Makefile
diff -u pkgsrc/geography/py-maxminddb/Makefile:1.12 pkgsrc/geography/py-maxminddb/Makefile:1.13
--- pkgsrc/geography/py-maxminddb/Makefile:1.12 Wed Dec  3 14:18:11 2025
+++ pkgsrc/geography/py-maxminddb/Makefile      Mon Mar  2 15:18:40 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2025/12/03 14:18:11 adam Exp $
+# $NetBSD: Makefile,v 1.13 2026/03/02 15:18:40 adam Exp $
 
-DISTNAME=      maxminddb-3.0.0
+DISTNAME=      maxminddb-3.1.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    geography python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=m/maxminddb/}
@@ -13,6 +13,8 @@ LICENSE=      apache-2.0
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
 
+MAKE_ENV+=     MAXMINDDB_USE_SYSTEM_LIBMAXMINDDB=1
+
 .include "../../geography/libmaxminddb/buildlink3.mk"
 .include "../../lang/python/wheel.mk"
 .include "../../mk/atomic64.mk"

Index: pkgsrc/geography/py-maxminddb/distinfo
diff -u pkgsrc/geography/py-maxminddb/distinfo:1.8 pkgsrc/geography/py-maxminddb/distinfo:1.9
--- pkgsrc/geography/py-maxminddb/distinfo:1.8  Wed Dec  3 14:18:11 2025
+++ pkgsrc/geography/py-maxminddb/distinfo      Mon Mar  2 15:18:40 2026
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.8 2025/12/03 14:18:11 adam Exp $
+$NetBSD: distinfo,v 1.9 2026/03/02 15:18:40 adam Exp $
 
-BLAKE2s (maxminddb-3.0.0.tar.gz) = 423fb5e4ff141b3c5d49a98fda42f8e4cade1724dffe21a669773bfaa3671af7
-SHA512 (maxminddb-3.0.0.tar.gz) = 7555322acf43a5a7f07e393c01661d5b4f3004c0125a8bddbcd73a518486eaa2a298d38210d4774c1ed39f9ac2b0a6d3baf2723608770a461365f7e8e0b0382d
-Size (maxminddb-3.0.0.tar.gz) = 199784 bytes
+BLAKE2s (maxminddb-3.1.0.tar.gz) = 925bb1fb67e36be640a87e262c52f3cf41d92632f17f945beae6c4091421a45b
+SHA512 (maxminddb-3.1.0.tar.gz) = b4c4fdec4d94d36fd8613461e8c037135061144adbb4860b7d12919430c8ec2c75d87591b8d1b4457136634530e823d70350c55ca4141a0497e7bbdaf9a84839
+Size (maxminddb-3.1.0.tar.gz) = 212219 bytes
+SHA1 (patch-extension_libmaxminddb_src_maxminddb.c) = 2645d69aa9bcb2b99d5fc08eebb66aefbca73e70



Home | Main Index | Thread Index | Old Index