pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/logswan
Module Name: pkgsrc
Committed By: kamil
Date: Tue Jul 26 17:15:37 UTC 2016
Modified Files:
pkgsrc/www/logswan: DESCR Makefile distinfo
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/logswan/DESCR
cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/logswan/Makefile \
pkgsrc/www/logswan/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/logswan/DESCR
diff -u pkgsrc/www/logswan/DESCR:1.1 pkgsrc/www/logswan/DESCR:1.2
--- pkgsrc/www/logswan/DESCR:1.1 Mon Sep 28 22:33:43 2015
+++ pkgsrc/www/logswan/DESCR Tue Jul 26 17:15:37 2016
@@ -7,9 +7,3 @@ IPv4, and another one for IPv6), providi
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
Index: pkgsrc/www/logswan/Makefile
diff -u pkgsrc/www/logswan/Makefile:1.4 pkgsrc/www/logswan/Makefile:1.5
--- pkgsrc/www/logswan/Makefile:1.4 Mon Jan 11 07:11:20 2016
+++ pkgsrc/www/logswan/Makefile Tue Jul 26 17:15:37 2016
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.4 2016/01/11 07:11:20 kamil Exp $
+# $NetBSD: Makefile,v 1.5 2016/07/26 17:15:37 kamil Exp $
-DISTNAME= logswan-1.04
+DISTNAME= logswan-1.05
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_GITHUB:=fcambus/}
-MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= http://www.logswan.org
+MAINTAINER= fred%statdns.com@localhost
+HOMEPAGE= http://www.logswan.org/
COMMENT= Fast Web log analyzer using probabilistic data structures
LICENSE= modified-bsd
Index: pkgsrc/www/logswan/distinfo
diff -u pkgsrc/www/logswan/distinfo:1.4 pkgsrc/www/logswan/distinfo:1.5
--- pkgsrc/www/logswan/distinfo:1.4 Mon Jan 11 07:11:20 2016
+++ pkgsrc/www/logswan/distinfo Tue Jul 26 17:15:37 2016
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2016/01/11 07:11:20 kamil Exp $
+$NetBSD: distinfo,v 1.5 2016/07/26 17:15:37 kamil Exp $
-SHA1 (logswan-1.04.tar.gz) = 2bb32ff700dfdc07dbbe4e7647aa2c680f0c4bf9
-RMD160 (logswan-1.04.tar.gz) = fb1c343ade88ac2ff2bc4f4c42a86bc3cc4969a0
-SHA512 (logswan-1.04.tar.gz) = af275158e768c46402ea03544593f217ebfeeec9ff428faf002221f05e6cb204c5ecfc4c7f5e527b224c595c77c40a06de68a578759a3def892c54aafa70d78d
-Size (logswan-1.04.tar.gz) = 16913 bytes
+SHA1 (logswan-1.05.tar.gz) = 9e30cfc6363a69dd31e0639361b6ae3765b48d8f
+RMD160 (logswan-1.05.tar.gz) = 66856bf29d276a6b147bbb9e421bd6bea5628b05
+SHA512 (logswan-1.05.tar.gz) = 2db26988f672ffa472b2e888b2b564b0bfb037bb1a78f261f552739f98aae345a43177ee945823dc6354431ebdea46c427a4805d466feedf7b25288ae4adb76f
+Size (logswan-1.05.tar.gz) = 17392 bytes
Home |
Main Index |
Thread Index |
Old Index