Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Jul 2020 10:45:59 +0000 (UTC)
From:      Jochen Neumeister <joneum@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r542924 - head/www/mod_maxminddb
Message-ID:  <202007231045.06NAjxZ2070215@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: joneum
Date: Thu Jul 23 10:45:58 2020
New Revision: 542924
URL: https://svnweb.freebsd.org/changeset/ports/542924

Log:
  Update to 1.2.0 and take Maintainership
  
  - Fix a bug where uninitialized memory could be accessed when looking up
    a path in a database.
  - You may now set MMDB_ADDR to use that IP address rather than the
    remote address when doing the lookup.
  - Add new directive MaxMindDBNetworkEnv that allows setting an
    environment variable containing the network associated with an IP
    address.
  - Add new directive MaxMindDBSetNotes. When set to On, Apache request
    notes will be set in addition to environment variables.
  
  Approved by:	mmokhi (via private-eMail)
  MFH:		2020Q3
  Sponsored by:	Netzkommune GmbH

Modified:
  head/www/mod_maxminddb/Makefile
  head/www/mod_maxminddb/distinfo

Modified: head/www/mod_maxminddb/Makefile
==============================================================================
--- head/www/mod_maxminddb/Makefile	Thu Jul 23 10:38:40 2020	(r542923)
+++ head/www/mod_maxminddb/Makefile	Thu Jul 23 10:45:58 2020	(r542924)
@@ -1,12 +1,12 @@
 # $FreeBSD$
 
 PORTNAME=	mod_maxminddb
-PORTVERSION=	1.1.0
-PORTREVISION=	2
+PORTVERSION=	1.2.0
+PORTREVISION=	0
 CATEGORIES=	www
 PKGNAMEPREFIX=	${APACHE_PKGNAMEPREFIX}
 
-MAINTAINER=	mmokhi@FreeBSD.org
+MAINTAINER=	joneum@FreeBSD.org
 COMMENT=	MaxMind DB Apache Module
 
 LICENSE=	APACHE20

Modified: head/www/mod_maxminddb/distinfo
==============================================================================
--- head/www/mod_maxminddb/distinfo	Thu Jul 23 10:38:40 2020	(r542923)
+++ head/www/mod_maxminddb/distinfo	Thu Jul 23 10:45:58 2020	(r542924)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1547916370
-SHA256 (maxmind-mod_maxminddb-1.1.0_GH0.tar.gz) = a5d339699ca9aacc4e66c278b0d2a48099e41ae96dfd23c26999485c8e6f8f26
-SIZE (maxmind-mod_maxminddb-1.1.0_GH0.tar.gz) = 22720
+TIMESTAMP = 1595500825
+SHA256 (maxmind-mod_maxminddb-1.2.0_GH0.tar.gz) = 27d926343a3b548eb7b2f9f5462cacb5a2c9762174b7af6d2c37d5f4e593a9b8
+SIZE (maxmind-mod_maxminddb-1.2.0_GH0.tar.gz) = 26005



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202007231045.06NAjxZ2070215>