logswan: update to 2.1.6.

This commit is contained in:
Duncaen 2020-07-04 14:31:06 +02:00
parent 679f66ae8b
commit e283a9a83d
No known key found for this signature in database
GPG Key ID: 335C1D17EC3D6E35
2 changed files with 2 additions and 17 deletions

View File

@ -1,15 +0,0 @@
--- src/seccomp.h.orig
+++ src/seccomp.h
@@ -40,7 +40,12 @@
LOGSWAN_SYSCALL_ALLOW(open),
#endif
LOGSWAN_SYSCALL_ALLOW(openat),
+#if defined(__NR_mmap)
LOGSWAN_SYSCALL_ALLOW(mmap),
+#endif
+#if defined(__NR_mmap2)
+ LOGSWAN_SYSCALL_ALLOW(mmap2),
+#endif
LOGSWAN_SYSCALL_ALLOW(munmap),
LOGSWAN_SYSCALL_ALLOW(read),
LOGSWAN_SYSCALL_ALLOW(write),

View File

@ -1,6 +1,6 @@
# Template file for 'logswan'
pkgname=logswan
version=2.1.5
version=2.1.6
revision=1
build_style=cmake
makedepends="jansson-devel libmaxminddb-devel"
@ -10,7 +10,7 @@ license="BSD-2-clause"
homepage="https://www.logswan.org/"
changelog="https://github.com/fcambus/logswan/raw/master/ChangeLog"
distfiles="https://github.com/fcambus/logswan/archive/${version}.tar.gz"
checksum=fc8744029db05c8dcaa11db985369fd8e730d9bba15d7f4cfe7bb6f57fa32b3b
checksum=76621bb0aa030fe9bde3569cbfa809ec0ae94a2b52a5ae4321f5ba4e67416223
post_install() {
vlicense LICENSE