summaryrefslogtreecommitdiff
path: root/www/logswan/DESCR
diff options
context:
space:
mode:
authorkamil <kamil@pkgsrc.org>2016-07-26 17:15:37 +0000
committerkamil <kamil@pkgsrc.org>2016-07-26 17:15:37 +0000
commit4e487db2c0b627a35d1c300e9ba74a773d4b524f (patch)
tree70eab4b33a601b3a64b467e1aec32b9df95d7be2 /www/logswan/DESCR
parent00cc81e5d78ef79c838cb9d9dccfb42b51baa5af (diff)
downloadpkgsrc-4e487db2c0b627a35d1c300e9ba74a773d4b524f.tar.gz
Update www/logswan to 1.05
Package changes: - Trimmed package description - Update MAINTAINER + added missing trailing slash for HOMEPAGE Upstream ChangeLog: Logswan 1.05 (2016-02-25) - Documentation update (notes on measuring Logswan memory usage) - Add additional include directories for compat functions + dependencies to avoid using relative path in includes - Check that *lineBuffer is not NUL before attempting to parse log line - Perform GeoIP lookup and HLL add in the same if block - Increment IPv4 and IPv6 hits counters individually and conditionally - Use CMake to check if the system has OpenBSD's pledge available and link pledge conditionally using a null implementation when compiled on non OpenBSD systems - Adding an array of months, for the upcoming split log functionalities Patch provided by the upstream developer Frederic Cambus
Diffstat (limited to 'www/logswan/DESCR')
-rw-r--r--www/logswan/DESCR6
1 files changed, 0 insertions, 6 deletions
diff --git a/www/logswan/DESCR b/www/logswan/DESCR
index b67fc8b7124..d7e363bfe51 100644
--- a/www/logswan/DESCR
+++ b/www/logswan/DESCR
@@ -7,9 +7,3 @@ IPv4, and another one for IPv6), providing a relative accuracy of 0.10%.
Project design goals include : speed, memory-usage efficiency, and keeping the
code as simple as possible.
-
-Logswan is opinionated software :
- - It only supports the Common Log Format, in order to keep the parsing code
- simple
- - It does not split results per day, but log files can be split prior to being
- processed