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)
This commit is contained in:
Kurt Jaeger 2015-02-13 07:46:10 +00:00
parent 9662d23ae2
commit 11ba70e224
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=378915
2 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= drood
PORTVERSION= 3.18
PORTVERSION= 3.22
CATEGORIES= www
MASTER_SITES= http://www.mammothcheese.ca/

View file

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