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:   fcambus
Date:           Fri Jun 12 08:23:04 UTC 2020

Modified Files:
        pkgsrc/www/logswan: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/www/logswan/Makefile
cvs rdiff -u -r1.14 -r1.15 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.17 pkgsrc/www/logswan/Makefile:1.18
--- pkgsrc/www/logswan/Makefile:1.17    Mon Mar 30 10:06:38 2020
+++ pkgsrc/www/logswan/Makefile Fri Jun 12 08:23:04 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2020/03/30 10:06:38 fcambus Exp $
+# $NetBSD: Makefile,v 1.18 2020/06/12 08:23:04 fcambus Exp $
 
-DISTNAME=      logswan-2.1.4
+DISTNAME=      logswan-2.1.5
 CATEGORIES=    www
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=fcambus/}
 GITHUB_RELEASE=        ${PKGVERSION_NOREV}

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



Home | Main Index | Thread Index | Old Index