Date: Wed, 30 Apr 2008 15:25:24 GMT From: Yarodin <yarodin@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/123266: [UPDATE] www/mod_geoip to 1.3.2 Message-ID: <200804301525.m3UFPORd071446@www.freebsd.org> Resent-Message-ID: <200804301530.m3UFU1DL044571@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 123266 >Category: ports >Synopsis: [UPDATE] www/mod_geoip to 1.3.2 >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: Wed Apr 30 15:30:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Yarodin >Release: 6.3-p2 >Organization: >Environment: >Description: Update to 1.3.2 - Remove check for old cfg in geoip_server_config - we assume exactly one allocation per server - Skip files that we can not open for some reason ( permission/typo ). Check and skip empty slots in geoip_header_parser - Fix assume no configdata, if s->module_config == NULL in geoip_server_config - Move declaration before any C statement. That makes ISO C90 Compilers happy gcc < 3 >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-03-25 18:42:26.000000000 +0500 +++ mod_geoip/Makefile 2008-04-30 21:09:10.000000000 +0600 @@ -6,7 +6,7 @@ # PORTNAME= mod_geoip -PORTVERSION= 1.3.1 +PORTVERSION= 1.3.2 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-03-25 18:42:26.000000000 +0500 +++ mod_geoip/distinfo 2008-04-30 21:12:40.000000000 +0600 @@ -1,3 +1,3 @@ -MD5 (mod_geoip_1.3.1.tar.gz) = ac8e07dd94559b8f69402dbc86f1200d -SHA256 (mod_geoip_1.3.1.tar.gz) = 7c4e3baa610a04205c11a02f44c13aa3fb7d0ac5d8c5f89279c37f8acc2ddd27 -SIZE (mod_geoip_1.3.1.tar.gz) = 10933 +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 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200804301525.m3UFPORd071446>