logswan: update to 2.1.6.
This commit is contained in:
parent
679f66ae8b
commit
e283a9a83d
2 changed files with 2 additions and 17 deletions
|
@ -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),
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'logswan'
|
# Template file for 'logswan'
|
||||||
pkgname=logswan
|
pkgname=logswan
|
||||||
version=2.1.5
|
version=2.1.6
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
makedepends="jansson-devel libmaxminddb-devel"
|
makedepends="jansson-devel libmaxminddb-devel"
|
||||||
|
@ -10,7 +10,7 @@ license="BSD-2-clause"
|
||||||
homepage="https://www.logswan.org/"
|
homepage="https://www.logswan.org/"
|
||||||
changelog="https://github.com/fcambus/logswan/raw/master/ChangeLog"
|
changelog="https://github.com/fcambus/logswan/raw/master/ChangeLog"
|
||||||
distfiles="https://github.com/fcambus/logswan/archive/${version}.tar.gz"
|
distfiles="https://github.com/fcambus/logswan/archive/${version}.tar.gz"
|
||||||
checksum=fc8744029db05c8dcaa11db985369fd8e730d9bba15d7f4cfe7bb6f57fa32b3b
|
checksum=76621bb0aa030fe9bde3569cbfa809ec0ae94a2b52a5ae4321f5ba4e67416223
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue