aboutsummaryrefslogtreecommitdiff
path: root/www/drood
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2015-02-13 07:46:10 +0000
committerKurt Jaeger <pi@FreeBSD.org>2015-02-13 07:46:10 +0000
commit11ba70e22432b93b0ac9d01d862e61b5873f780f (patch)
treeaa7222aa43faad8f217a344229885a47d841c146 /www/drood
parent9662d23ae261f0b0b83746ad062e069bc10b40fe (diff)
downloadports-11ba70e22432b93b0ac9d01d862e61b5873f780f.tar.gz
ports-11ba70e22432b93b0ac9d01d862e61b5873f780f.zip
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)
Notes
Notes: svn path=/head/; revision=378915
Diffstat (limited to 'www/drood')
-rw-r--r--www/drood/Makefile2
-rw-r--r--www/drood/distinfo4
2 files changed, 3 insertions, 3 deletions
diff --git a/www/drood/Makefile b/www/drood/Makefile
index f26710c62693..eda45e03f8f6 100644
--- a/www/drood/Makefile
+++ b/www/drood/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= drood
-PORTVERSION= 3.18
+PORTVERSION= 3.22
CATEGORIES= www
MASTER_SITES= http://www.mammothcheese.ca/
diff --git a/www/drood/distinfo b/www/drood/distinfo
index bfb1e03a2d61..a6cb42aa0d04 100644
--- a/www/drood/distinfo
+++ b/www/drood/distinfo
@@ -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