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:   fcambus
Date:           Fri Feb 19 08:16:37 UTC 2021

Modified Files:
        pkgsrc/geography/libmaxminddb: Makefile PLIST distinfo

Log Message:
libmaxminddb: update to 1.5.2.

## 1.5.2 - 2021-02-18

* With `libmaxminddb` on Windows and `mmdblookup` generally, there were
  instances where the return value of `calloc` was not checked, which could
  lead to issues in low memory situations or when resource limits had been
  set. Reported by cve-reporting. GitHub #252.

## 1.5.1 - 2021-02-18

* The formatting of the manpages has been improved and the script that
  generates them now supports `lowdown` in addition to `pandoc`. Pull request
  by Faidon Liambotis. GitHub #248.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/geography/libmaxminddb/Makefile \
    pkgsrc/geography/libmaxminddb/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/geography/libmaxminddb/PLIST

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.4 pkgsrc/geography/libmaxminddb/Makefile:1.5
--- pkgsrc/geography/libmaxminddb/Makefile:1.4  Wed Jan  6 16:11:17 2021
+++ pkgsrc/geography/libmaxminddb/Makefile      Fri Feb 19 08:16:37 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2021/01/06 16:11:17 fcambus Exp $
+# $NetBSD: Makefile,v 1.5 2021/02/19 08:16:37 fcambus Exp $
 
-DISTNAME=      libmaxminddb-1.5.0
+DISTNAME=      libmaxminddb-1.5.2
 CATEGORIES=    geography
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=maxmind/}
 GITHUB_RELEASE=        ${PKGVERSION_NOREV}
Index: pkgsrc/geography/libmaxminddb/distinfo
diff -u pkgsrc/geography/libmaxminddb/distinfo:1.4 pkgsrc/geography/libmaxminddb/distinfo:1.5
--- pkgsrc/geography/libmaxminddb/distinfo:1.4  Wed Jan  6 16:11:17 2021
+++ pkgsrc/geography/libmaxminddb/distinfo      Fri Feb 19 08:16:37 2021
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.4 2021/01/06 16:11:17 fcambus Exp $
+$NetBSD: distinfo,v 1.5 2021/02/19 08:16:37 fcambus Exp $
 
-SHA1 (libmaxminddb-1.5.0.tar.gz) = a4435311cd7f0bdab2a31b0d12e0bf17d8332dcd
-RMD160 (libmaxminddb-1.5.0.tar.gz) = 756290801fdf0553544ee728466456ffc7a53b4c
-SHA512 (libmaxminddb-1.5.0.tar.gz) = 68c769f247156869b84a8ad0f9deec3cb79d39c0a6b8f1458461c223b9cf9967dd9d697ff4e92ac28216ef9e9f5a94908e03f76a5f70ab17636b163c17d2d432
-Size (libmaxminddb-1.5.0.tar.gz) = 603923 bytes
+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 (patch-t_libtap_tap.c) = 85cefd897f2eade00a0c9e9b2cf5e0ca7c7c9337

Index: pkgsrc/geography/libmaxminddb/PLIST
diff -u pkgsrc/geography/libmaxminddb/PLIST:1.2 pkgsrc/geography/libmaxminddb/PLIST:1.3
--- pkgsrc/geography/libmaxminddb/PLIST:1.2     Fri Aug 14 14:14:44 2020
+++ pkgsrc/geography/libmaxminddb/PLIST Fri Feb 19 08:16:37 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2020/08/14 14:14:44 fcambus Exp $
+@comment $NetBSD: PLIST,v 1.3 2021/02/19 08:16:37 fcambus Exp $
 bin/mmdblookup
 include/maxminddb.h
 include/maxminddb_config.h
@@ -19,5 +19,4 @@ man/man3/MMDB_open.3
 man/man3/MMDB_read_node.3
 man/man3/MMDB_strerror.3
 man/man3/MMDB_vget_value.3
-man/man3/defined.3
 man/man3/libmaxminddb.3



Home | Main Index | Thread Index | Old Index