summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--0001-Build-with-Archlinux.patch10
-rw-r--r--PKGBUILD4
3 files changed, 8 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 79351b645eac..00a0b366184d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = opensnitch-ebpf-module-git
pkgdesc = eBPF process monitor module for opensnitch
- pkgver = 1.6.0rc5.r84.e1afd24
+ pkgver = 1.6.3.r107.7442bec9
pkgrel = 2
url = https://github.com/evilsocket/opensnitch
arch = i686
@@ -24,6 +24,6 @@ pkgbase = opensnitch-ebpf-module-git
source = git+https://github.com/evilsocket/opensnitch.git
source = 0001-Build-with-Archlinux.patch
sha256sums = SKIP
- sha256sums = 446c029de1cbd39308575e346511d80ee160d2dea575d64fddc7835fc3040460
+ sha256sums = 4fd4fa9ce3d79f5b70933ca3c5f903679ba17a3e03dcbbca188c882087658c66
pkgname = opensnitch-ebpf-module-git
diff --git a/0001-Build-with-Archlinux.patch b/0001-Build-with-Archlinux.patch
index 24c84f6b96b1..212e1f79d61f 100644
--- a/0001-Build-with-Archlinux.patch
+++ b/0001-Build-with-Archlinux.patch
@@ -10,14 +10,12 @@ index d987814..5f7bc10 100644
-I$(KERNEL_HEADERS)/arch/$(ARCH)/include/generated/ \
-I$(KERNEL_HEADERS)/include \
-include $(KERNEL_DIR)/include/linux/kconfig.h \
-@@ -45,7 +46,9 @@ CLANG_FLAGS = -I. \
- $(EXTRA_FLAGS) \
+@@ -48,7 +49,8 @@ CLANG_FLAGS = -I. \
-Wno-gnu-variable-sized-type-not-at-end \
- -Wno-address-of-packed-member -Wno-tautological-compare \
+ -Wno-address-of-packed-member \
+ -Wno-tautological-compare \
- -Wno-unknown-warning-option \
+ -Wno-unknown-warning-option \
+ -fcf-protection \
-+ -fno-stack-protector \
+ -fno-stack-protector \
-g -O2 -emit-llvm
-
- all: $(BIN)
diff --git a/PKGBUILD b/PKGBUILD
index 491441f539c5..3e9a5f7a2c17 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=opensnitch-ebpf-module-git
_pkgname=opensnitch
-pkgver=1.6.0rc5.r84.e1afd24
+pkgver=1.6.3.r107.7442bec9
pkgrel=2
pkgdesc="eBPF process monitor module for opensnitch"
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
@@ -16,7 +16,7 @@ conflicts=("${pkgname%-git}")
source=('git+https://github.com/evilsocket/opensnitch.git'
'0001-Build-with-Archlinux.patch')
sha256sums=('SKIP'
- '446c029de1cbd39308575e346511d80ee160d2dea575d64fddc7835fc3040460')
+ '4fd4fa9ce3d79f5b70933ca3c5f903679ba17a3e03dcbbca188c882087658c66')
options=('!strip') # we're stripping with llvm-strip
pkgver() {