Date: Sun, 2 Nov 2008 07:34:39 GMT From: Yarodin <yarodin@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/128533: [UPDATE] www/mod_geoip to 1.3.4 Message-ID: <200811020734.mA27YdP6023977@www.freebsd.org> Resent-Message-ID: <200811020740.mA27e2ui038174@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 128533 >Category: ports >Synopsis: [UPDATE] www/mod_geoip to 1.3.4 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Nov 02 07:40:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Yarodin >Release: 6.3-p1 >Organization: >Environment: >Description: Update to 1.3.4 - Add GEOIP_METRO_CODE, a replacement for the depreciated GEOIP_DMA_CODE ( Boris Zentner ) - Fix GEOIP_COUNTRY_CODE is not set, when the region database is used and no country is found. Previously GEOIP_COUNTRY_CODE was set but empty ( Boris Zentner ) - Add GEOIP_REGION_NAME for City and Region databases ( Boris Zentner ) - Add GEOIP_ADDR thats the address used to compute the geoip information. Exported as env, notes or both as usual ( Jason Caldwell ) >How-To-Repeat: >Fix: How to apply: 1) Put patch-mod_geoip.txt to /usr/ports/www/ 2) cd /usr/ports/www/ && patch -E -p <patch-mod_geoip.txt && find /usr/ports/www/mod_geoip/ -type f -name "*.orig" -exec rm -f {} \; Patch attached with submission follows: diff -ruN mod_geoip.orig/Makefile mod_geoip/Makefile --- mod_geoip.orig/Makefile 2008-06-18 19:47:40.000000000 +0400 +++ mod_geoip/Makefile 2008-11-02 10:27:10.000000000 +0300 @@ -6,7 +6,7 @@ # PORTNAME= mod_geoip -PORTVERSION= 1.3.2 +PORTVERSION= 1.3.4 CATEGORIES= www geography MASTER_SITES= http://www.maxmind.com/download/geoip/api/mod_geoip/ DISTNAME= ${PORTNAME}_${PORTVERSION} diff -ruN mod_geoip.orig/distinfo mod_geoip/distinfo --- mod_geoip.orig/distinfo 2008-06-18 19:47:40.000000000 +0400 +++ mod_geoip/distinfo 2008-11-02 10:28:42.000000000 +0300 @@ -1,3 +1,3 @@ -MD5 (mod_geoip_1.3.2.tar.gz) = 38611f262e523794163c7bd1596deaa4 -SHA256 (mod_geoip_1.3.2.tar.gz) = 225293676e73f52789bf4005c5f9fccfdfc7f59aa48b6d39a1a9cafc482b00f3 -SIZE (mod_geoip_1.3.2.tar.gz) = 11271 +MD5 (mod_geoip_1.3.4.tar.gz) = 4d91453fb6f6b9b46911dcbe47a17499 +SHA256 (mod_geoip_1.3.4.tar.gz) = ed4587875f2f778d493991fe26e82eee41efd6bbe0e69499596acc1eaab6d71a +SIZE (mod_geoip_1.3.2.tar.gz) = 11687 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200811020734.mA27YdP6023977>