diff options
author | pi <pi@FreeBSD.org> | 2015-02-13 15:46:10 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2015-02-13 15:46:10 +0800 |
commit | cd35521a1d16a405a7d70f6c0f97b2dc88427a2c (patch) | |
tree | aa7222aa43faad8f217a344229885a47d841c146 /www | |
parent | a75f28ac4e2d006adfed8aa657553b8a33dcb0e3 (diff) | |
download | freebsd-ports-gnome-cd35521a1d16a405a7d70f6c0f97b2dc88427a2c.tar.gz freebsd-ports-gnome-cd35521a1d16a405a7d70f6c0f97b2dc88427a2c.tar.zst freebsd-ports-gnome-cd35521a1d16a405a7d70f6c0f97b2dc88427a2c.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)
Diffstat (limited to 'www')
-rw-r--r-- | www/drood/Makefile | 2 | ||||
-rw-r--r-- | www/drood/distinfo | 4 |
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 |