Fri Jun 12 08:23:04 2020 UTC ()
logswan: update to 2.1.5.

Logswan 2.1.5 (2020-06-12)

- Switch the GEOIP2DIR example to point to '/var/db/dbip'
- Use CLOCK_REALTIME if CLOCK_MONOTONIC is not available
- Remove unneeded <sys/select.h> and <sys/types.h> includes
- Add missing <stddef.h> include
- Remove useless _POSIX_SOURCE define
- Remove useless _POSIX_C_SOURCE 199309L define
- Define _GNU_SOURCE in CMakeLists.txt to avoid cluttering source files
- No need to set HAVE_SECCOMP to 1, defining it is enough
- Remove some unneeded seccomp related includes


(fcambus)
diff -r1.17 -r1.18 pkgsrc/www/logswan/Makefile
diff -r1.14 -r1.15 pkgsrc/www/logswan/distinfo

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

--- pkgsrc/www/logswan/Makefile 2020/03/30 10:06:38 1.17
+++ pkgsrc/www/logswan/Makefile 2020/06/12 08:23:04 1.18
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.17 2020/03/30 10:06:38 fcambus Exp $ 1# $NetBSD: Makefile,v 1.18 2020/06/12 08:23:04 fcambus Exp $
2 2
3DISTNAME= logswan-2.1.4 3DISTNAME= logswan-2.1.5
4CATEGORIES= www 4CATEGORIES= www
5MASTER_SITES= ${MASTER_SITE_GITHUB:=fcambus/} 5MASTER_SITES= ${MASTER_SITE_GITHUB:=fcambus/}
6GITHUB_RELEASE= ${PKGVERSION_NOREV} 6GITHUB_RELEASE= ${PKGVERSION_NOREV}
7 7
8MAINTAINER= fcambus@NetBSD.org 8MAINTAINER= fcambus@NetBSD.org
9HOMEPAGE= https://www.logswan.org/ 9HOMEPAGE= https://www.logswan.org/
10COMMENT= Fast Web log analyzer using probabilistic data structures 10COMMENT= Fast Web log analyzer using probabilistic data structures
11LICENSE= 2-clause-bsd 11LICENSE= 2-clause-bsd
12 12
13USE_CMAKE= yes 13USE_CMAKE= yes
14 14
15CMAKE_ARGS+= -DGEOIP2DIR=${PREFIX}/share/dbip 15CMAKE_ARGS+= -DGEOIP2DIR=${PREFIX}/share/dbip
16 16

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

--- pkgsrc/www/logswan/distinfo 2020/03/30 10:06:38 1.14
+++ pkgsrc/www/logswan/distinfo 2020/06/12 08:23:04 1.15
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.14 2020/03/30 10:06:38 fcambus Exp $ 1$NetBSD: distinfo,v 1.15 2020/06/12 08:23:04 fcambus Exp $
2 2
3SHA1 (logswan-2.1.4.tar.gz) = 0336be016b7ef4f49a8b812125bb7511003b02b6 3SHA1 (logswan-2.1.5.tar.gz) = 0818a825b0f1c32717b1813ecd6989a3d194f764
4RMD160 (logswan-2.1.4.tar.gz) = b05f6d425abae1d020a43a2cf6f20a4886a12a53 4RMD160 (logswan-2.1.5.tar.gz) = d037dfedb3dc4b0f497b8d24c82e75bc45746a4d
5SHA512 (logswan-2.1.4.tar.gz) = 2fb707a31a3714b8575ea0c719d9b5aa2a424e438c61dd44b07088790c4c601a8b2f362a1acd2e4f02aa9b2a2de624e5a0ab4c43b6638f702ba38b6d49e4adcd 5SHA512 (logswan-2.1.5.tar.gz) = 946601a3f7d3f237242526c2b5b0c6348d68de3a36b687f8cc5013d77bba849e957f048aa8912aa347405cad1f757e952f82c929cd6bc6e3a3f4b826ada96f5a
6Size (logswan-2.1.4.tar.gz) = 20482 bytes 6Size (logswan-2.1.5.tar.gz) = 20677 bytes