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:           Thu Oct 31 10:45:34 UTC 2019

Modified Files:
        pkgsrc/www/logswan: Makefile distinfo

Log Message:
logswan: update to 2.1.1.

Logswan 2.1.1 (2019-10-30)

- Check if system has seccomp in CMakeLists.txt
- Use the HAVE_SECCOMP macro to check whether or not to enable seccomp
- Define and use a GEOIP2DB macro to specify GeoLite2 database name
- Add a switch (-d) to allow specifying path to a GeoIP2 database file
- Define and use a LOGSWAN_SYSCALL_ALLOW macro to make code more readable
- Adding missing #include guard in seccomp.h header file
- Use __NR_ instead of SYS_ prefix in LOGSWAN_SYSCALL_ALLOW
- Fix the build on aarch64 Linux, where the open() syscall does not exist
- Add error checking for both prctl() calls


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/www/logswan/Makefile
cvs rdiff -u -r1.10 -r1.11 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.13 pkgsrc/www/logswan/Makefile:1.14
--- pkgsrc/www/logswan/Makefile:1.13    Tue Oct 29 09:18:08 2019
+++ pkgsrc/www/logswan/Makefile Thu Oct 31 10:45:34 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2019/10/29 09:18:08 fcambus Exp $
+# $NetBSD: Makefile,v 1.14 2019/10/31 10:45:34 fcambus Exp $
 
-DISTNAME=      logswan-2.1.0
+DISTNAME=      logswan-2.1.1
 CATEGORIES=    www
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=fcambus/}
 

Index: pkgsrc/www/logswan/distinfo
diff -u pkgsrc/www/logswan/distinfo:1.10 pkgsrc/www/logswan/distinfo:1.11
--- pkgsrc/www/logswan/distinfo:1.10    Tue Oct 29 09:18:08 2019
+++ pkgsrc/www/logswan/distinfo Thu Oct 31 10:45:34 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.10 2019/10/29 09:18:08 fcambus Exp $
+$NetBSD: distinfo,v 1.11 2019/10/31 10:45:34 fcambus Exp $
 
-SHA1 (logswan-2.1.0.tar.gz) = 76aa8599f0f96ab7bf054f0d10ecb3ac1df49c6a
-RMD160 (logswan-2.1.0.tar.gz) = c9f156d9c8283381bb7f2a65366aa63aed1eb053
-SHA512 (logswan-2.1.0.tar.gz) = 758166da111cf80a22982b1830e76dfde244d1464095e8cf984c94ad2c2b2e37bae6182c4b16cadde9d4ddfb86d3ac407c38f8fc6a4fe7f98e69e17f5fb09ba7
-Size (logswan-2.1.0.tar.gz) = 19501 bytes
+SHA1 (logswan-2.1.1.tar.gz) = 525cf2a766b2f563ed3af09d4d91aab8f60812e4
+RMD160 (logswan-2.1.1.tar.gz) = 949c9a640c71e4ded655873f85366930c62098f9
+SHA512 (logswan-2.1.1.tar.gz) = 9231e5bab2eb46887bec0e55484b9b600d7ed64134c1476aafc0616ca0116eb0756fff82cd3e293f9036019292ec1153ef057476fddc428dbd94d2255bcaf835
+Size (logswan-2.1.1.tar.gz) = 19942 bytes



Home | Main Index | Thread Index | Old Index