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: Thu Jan 17 21:56:09 UTC 2019
Modified Files:
pkgsrc/www/logswan: Makefile distinfo
Log Message:
logswan: Update to 2.0.3
Update submitted by Frederic Cambus, the upstream developer of this package.
author's notes
==============
Notable changes:
- Logswan now links against geography/libmaxminddb instead of net/GeoIP
- Take back MAINTAINER, as I'm upstream for this package
upstream changelog
==================
Logswan 2.0.3 (2018-10-15)
- Use -std=c11, Logswan requires a C11 compiler for libmaxminddb
- Enable support for parsing HTTP/2.0 requests, for real this time
- Revert back to using INT64_MAX for strtonum() maxval, as maxval is long long
and using UINT64_MAX caused bandwidth parsing to always fail (Thanks James Loh
for reporting the issue)
- Move maps of countries and continents to separate files
Logswan 2.0.2 (2018-08-05)
- Use UINT64_MAX for strtonum() maxval
- Add missing headers and reorder includes
- Add support for HTTP/2.0
Logswan 2.0.1 (2018-06-27)
- Do not use -Werror by default
- Do not always call inet_pton two times per log line, this speeds things up
- Use bool types for isIPv4 and isIPv6
- Use the monotonic clock to determine runtime
- Move conditional includes for 'pledge' and 'strtonum' in compat.h
Logswan 2.0.0 (2018-03-16)
- Use type off_t for results struct member fileSize
- Reflect OpenBSD's pledge() changes
- Switch to using libmaxminddb and GeoIP2/GeoLite2 databases
- Add Antarctica to the list of continents
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/www/logswan/Makefile
cvs rdiff -u -r1.7 -r1.8 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/Makefile
diff -u pkgsrc/www/logswan/Makefile:1.10 pkgsrc/www/logswan/Makefile:1.11
--- pkgsrc/www/logswan/Makefile:1.10 Wed Aug 16 20:21:16 2017
+++ pkgsrc/www/logswan/Makefile Thu Jan 17 21:56:09 2019
@@ -1,21 +1,21 @@
-# $NetBSD: Makefile,v 1.10 2017/08/16 20:21:16 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2019/01/17 21:56:09 kamil Exp $
-DISTNAME= logswan-1.07
+DISTNAME= logswan-2.0.3
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_GITHUB:=fcambus/}
-MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+MAINTAINER= fred%statdns.com@localhost
HOMEPAGE= https://www.logswan.org/
COMMENT= Fast Web log analyzer using probabilistic data structures
LICENSE= 2-clause-bsd
USE_CMAKE= yes
-CMAKE_ARGS+= -DGEOIPDIR=${PREFIX}/share/GeoIP
+CMAKE_ARGS+= -DGEOIP2DIR=${PREFIX}/share/GeoIP
do-test:
logswan ${WRKSRC}/examples/logswan.json
.include "../../textproc/jansson/buildlink3.mk"
-.include "../../net/GeoIP/buildlink3.mk"
+.include "../../geography/libmaxminddb/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/www/logswan/distinfo
diff -u pkgsrc/www/logswan/distinfo:1.7 pkgsrc/www/logswan/distinfo:1.8
--- pkgsrc/www/logswan/distinfo:1.7 Wed Feb 15 20:51:57 2017
+++ pkgsrc/www/logswan/distinfo Thu Jan 17 21:56:09 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2017/02/15 20:51:57 maya Exp $
+$NetBSD: distinfo,v 1.8 2019/01/17 21:56:09 kamil Exp $
-SHA1 (logswan-1.07.tar.gz) = d12e2f480549eac8801e36600647f72cff3dd72a
-RMD160 (logswan-1.07.tar.gz) = b6a6bb17764096b1b5bdad739d0770d141aca9d1
-SHA512 (logswan-1.07.tar.gz) = c87af5cb01ee7c6d005593f64b76d1670e4182f07ed612df21d10be8e16f41ffa7a2000706a5e34391c99126f67781f5f43e38e409c44c9045316a11f69eed19
-Size (logswan-1.07.tar.gz) = 18697 bytes
+SHA1 (logswan-2.0.3.tar.gz) = 6b80763f07b1231f6f2eaf80db2ea6eadffa7ca6
+RMD160 (logswan-2.0.3.tar.gz) = 7a95859cac7d661af273938319f0298899a304ff
+SHA512 (logswan-2.0.3.tar.gz) = 137e74f143529a0e8724ca56ae9333a694d2b7363c053ea795f2f6406bdd75584d4f3383a465826608738c1f28b44bdc4bb7d6310b646abb4992ce69c8632526
+Size (logswan-2.0.3.tar.gz) = 21799 bytes
Home |
Main Index |
Thread Index |
Old Index