Scott Murray
2026-09-14 20:56:10 +03:00
parent 958edac22e
commit 0e9a9bcb8c
3 changed files with 6 additions and 12 deletions
@@ -1,7 +1,7 @@
From b948d36a8ca8e04794381f0f6eba29daf7e3fd01 Mon Sep 17 00:00:00 2001
From 1035c4363148a831d2659bd88ac9d299cd6bd38e Mon Sep 17 00:00:00 2001
From: Armin Kuster <akuster808@gmail.com>
Date: Wed, 21 Apr 2021 00:56:53 +0000
Subject: [PATCH 1/2] Makefile: drop running scrips @ install
Subject: [PATCH] Makefile: drop running scrips @ install
Upstream-Status: Inappropriate [embedded specific]
@@ -32,6 +32,3 @@ index 06a7094c..dfb8cb58 100644
install-server-generic: install-common
$(call INSTALL_CMD,0660,${OSSEC_USER},${OSSEC_GROUP}) /dev/null ${PREFIX}/logs/active-responses.log
--
2.25.1
@@ -1,7 +1,7 @@
From d9ec907881b72d42b4918f7cfb46516ce8e77772 Mon Sep 17 00:00:00 2001
From 9572062689514907fb613e0bad2cab2489141f92 Mon Sep 17 00:00:00 2001
From: Armin Kuster <akuster808@gmail.com>
Date: Sat, 24 Apr 2021 23:07:29 +0000
Subject: [PATCH 2/2] Makefile: don't set uid/gid
Subject: [PATCH] Makefile: don't set uid/gid
Upstream-Status: Inappropriate [embedded specific]
@@ -246,6 +246,3 @@ index dfb8cb58..a4d69ef6 100644
rm -f ${PREFIX}/etc/shared/merged.mg
--
2.25.1
@@ -5,9 +5,9 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=d625d1520b5e38faefb81cf9772badc9"
DEPENDS = "openssl libpcre2 zlib libevent"
SRC_URI = "git://github.com/ossec/ossec-hids;branch=master;protocol=https \
file://0001-Makefile-drop-running-scrips-install.patch \
file://0001-Makefile-drop-running-scrips-install.patch \
file://0002-Makefile-don-t-set-uid-gid.patch \
"
"
SRCREV = "bf797c759994015274f3bc31fe2bed278cce67ee"