svn commit: r378915 - head/www/drood

Kurt Jaeger pi at FreeBSD.org
Fri Feb 13 07:46:12 UTC 2015


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 at 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


More information about the svn-ports-all mailing list