From owner-svn-ports-all@freebsd.org Sat Jan 19 21:10:11 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7EF841494F44; Sat, 19 Jan 2019 21:10:11 +0000 (UTC) (envelope-from leres@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 25E986FAFC; Sat, 19 Jan 2019 21:10:11 +0000 (UTC) (envelope-from leres@freebsd.org) Received: from ice.alameda.xse.com (unknown [IPv6:2001:558:6045:10:9084:9e0:4b6d:eb99]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) (Authenticated sender: leres) by smtp.freebsd.org (Postfix) with ESMTPSA id 8B662F6FE; Sat, 19 Jan 2019 21:10:10 +0000 (UTC) (envelope-from leres@freebsd.org) Subject: Re: svn commit: r490700 - in head: . www/geolizer www/webalizer www/webalizer/files To: Dirk Meyer , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201901190708.x0J78MPd044747@repo.freebsd.org> From: Craig Leres Message-ID: <15960fbc-ffab-70fd-a248-d912c4b7ed3f@freebsd.org> Date: Sat, 19 Jan 2019 13:10:09 -0800 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:60.0) Gecko/20100101 Thunderbird/60.4.0 MIME-Version: 1.0 In-Reply-To: <201901190708.x0J78MPd044747@repo.freebsd.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 25E986FAFC X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.87 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.87)[-0.866,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Jan 2019 21:10:11 -0000 On 1/18/19 11:08 PM, Dirk Meyer wrote: > +20190119: > + AFFECTS: users of german/webalizer2, japanese/webalizer, polish/webalizer2, portuguese/webalizer-pt_BR, portuguese/webalizer-pt_PT, ukrainian/webalizer, www/geolizer, www/webalizer > + AUTHOR:dinoex@FreeBSD.org > + > + The option GEOIP has beeen changed to used the new datebase. > + Either copy GeoLite2-Country.mmdb in the working directory, > + or set the GeoIPDatabase option to the location of the file. Thanks for bringing geoip support back to webalizer! Would it be a good idea for UPDATING to also mention that net/geoipupdate is used to download the GeoLite2 version of the database? Perhaps even include the new webalizer.conf GeoIPDatabase line: GeoIPDatabase /usr/local/share/GeoIP/GeoLite2-Country.mmdb GeoIP yes Craig