From owner-svn-ports-all@FreeBSD.ORG Fri Feb 13 07:46:12 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1E46969F; Fri, 13 Feb 2015 07:46:12 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0A285819; Fri, 13 Feb 2015 07:46:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1D7kBUq008880; Fri, 13 Feb 2015 07:46:11 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1D7kBNT008878; Fri, 13 Feb 2015 07:46:11 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201502130746.t1D7kBNT008878@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Fri, 13 Feb 2015 07:46:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378915 - head/www/drood X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 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: Fri, 13 Feb 2015 07:46:12 -0000 Author: pi Date: Fri Feb 13 07:46:10 2015 New Revision: 378915 URL: https://svnweb.freebsd.org/changeset/ports/378915 QAT: https://qat.redports.org/buildarchive/r378915/ Log: www/drood: 3.18 -> 3.22 - Corrected bug that wrote incorrect IP addresses to request log. - Corrrected bug that prevented request log from being written out at specified interval. - Made worker processes flush request log buffer at intervals of 1 hour plus a random value of up to 15 minutes. - Improved aliases. Removed alias memory leak introduced in 3.19. - Added a signal handler for SIGSEGV to ensure that buffered request log data gets written before exit. - Added request aliases using the maps.tab file. PR: 197541 Submitted by: jimmy@mammothcheese.ca (maintainer) Modified: head/www/drood/Makefile head/www/drood/distinfo Modified: head/www/drood/Makefile ============================================================================== --- head/www/drood/Makefile Fri Feb 13 07:31:19 2015 (r378914) +++ head/www/drood/Makefile Fri Feb 13 07:46:10 2015 (r378915) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= drood -PORTVERSION= 3.18 +PORTVERSION= 3.22 CATEGORIES= www MASTER_SITES= http://www.mammothcheese.ca/ Modified: head/www/drood/distinfo ============================================================================== --- head/www/drood/distinfo Fri Feb 13 07:31:19 2015 (r378914) +++ head/www/drood/distinfo Fri Feb 13 07:46:10 2015 (r378915) @@ -1,2 +1,2 @@ -SHA256 (drood-3.18.tar.gz) = 1f78647d67f4bc17d25677bc108d76c6642c4eac9b4d92a457e2612bbd39b384 -SIZE (drood-3.18.tar.gz) = 61228 +SHA256 (drood-3.22.tar.gz) = fef90882055d5914bc93ebc775816349940a2b4c21ead8c4370e17addbe28d52 +SIZE (drood-3.22.tar.gz) = 60978