Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Feb 2015 07:46:11 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r378915 - head/www/drood
Message-ID:  <201502130746.t1D7kBNT008878@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201502130746.t1D7kBNT008878>