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
This commit is contained in:
parent
4fa7f19ee5
commit
68db6e20bf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=542924
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user