Tue Oct 29 09:18:08 2019 UTC ()
logswan: update to 2.1.0.

ChangeLog:

Logswan 2.1.0 (2019-10-23)

- Add FALLTHROUGH comments where appropriate
- Add support for parsing HTTP/3 requests
- Add initial seccomp support on Linux, tested on musl and glibc systems


(fcambus)
diff -r1.12 -r1.13 pkgsrc/www/logswan/Makefile
diff -r1.9 -r1.10 pkgsrc/www/logswan/distinfo

cvs diff -r1.12 -r1.13 pkgsrc/www/logswan/Makefile (expand / switch to unified diff)

--- pkgsrc/www/logswan/Makefile 2019/08/16 22:07:14 1.12
+++ pkgsrc/www/logswan/Makefile 2019/10/29 09:18:08 1.13
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.12 2019/08/16 22:07:14 fcambus Exp $ 1# $NetBSD: Makefile,v 1.13 2019/10/29 09:18:08 fcambus Exp $
2 2
3DISTNAME= logswan-2.0.4 3DISTNAME= logswan-2.1.0
4CATEGORIES= www 4CATEGORIES= www
5MASTER_SITES= ${MASTER_SITE_GITHUB:=fcambus/} 5MASTER_SITES= ${MASTER_SITE_GITHUB:=fcambus/}
6 6
7MAINTAINER= fcambus@NetBSD.org 7MAINTAINER= fcambus@NetBSD.org
8HOMEPAGE= https://www.logswan.org/ 8HOMEPAGE= https://www.logswan.org/
9COMMENT= Fast Web log analyzer using probabilistic data structures 9COMMENT= Fast Web log analyzer using probabilistic data structures
10LICENSE= 2-clause-bsd 10LICENSE= 2-clause-bsd
11 11
12USE_CMAKE= yes 12USE_CMAKE= yes
13 13
14CMAKE_ARGS+= -DGEOIP2DIR=${PREFIX}/share/GeoIP 14CMAKE_ARGS+= -DGEOIP2DIR=${PREFIX}/share/GeoIP
15 15
16do-test: 16do-test:

cvs diff -r1.9 -r1.10 pkgsrc/www/logswan/distinfo (expand / switch to unified diff)

--- pkgsrc/www/logswan/distinfo 2019/08/16 22:07:14 1.9
+++ pkgsrc/www/logswan/distinfo 2019/10/29 09:18:08 1.10
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.9 2019/08/16 22:07:14 fcambus Exp $ 1$NetBSD: distinfo,v 1.10 2019/10/29 09:18:08 fcambus Exp $
2 2
3SHA1 (logswan-2.0.4.tar.gz) = 6186228930e1398f410d0fd15216cbcbbabb5dfc 3SHA1 (logswan-2.1.0.tar.gz) = 76aa8599f0f96ab7bf054f0d10ecb3ac1df49c6a
4RMD160 (logswan-2.0.4.tar.gz) = 77335115ee3de906680d21ea6c57abe61b3230dc 4RMD160 (logswan-2.1.0.tar.gz) = c9f156d9c8283381bb7f2a65366aa63aed1eb053
5SHA512 (logswan-2.0.4.tar.gz) = 679d942020c7d601f8a3dfd2055244b94486e3322be4ac50bb339b23086a7f5b3cd56e7359ef7db90ee0adc6a09a33e43c8f4a97397b5960a0b356daaa2434a7 5SHA512 (logswan-2.1.0.tar.gz) = 758166da111cf80a22982b1830e76dfde244d1464095e8cf984c94ad2c2b2e37bae6182c4b16cadde9d4ddfb86d3ac407c38f8fc6a4fe7f98e69e17f5fb09ba7
6Size (logswan-2.0.4.tar.gz) = 19033 bytes 6Size (logswan-2.1.0.tar.gz) = 19501 bytes