diff mbox series

[meta-security,wrynose,16/24] ossec-hids: upgrade 3.7.0 -> 4.3.0

Message ID 0e9a9bcb8c3ce17a933fc9c5dce334b9b5b8ec4b.1789597604.git.scott.murray@konsulko.com
State New
Headers show
Series Assorted updates 09/16 | expand

Commit Message

Scott Murray Sept. 16, 2026, 10:30 p.m. UTC
Release notes:
https://github.com/ossec/ossec-hids/releases/tag/3.8.0
https://github.com/ossec/ossec-hids/releases/tag/4.0.0
https://github.com/ossec/ossec-hids/releases/tag/4.1.0
https://github.com/ossec/ossec-hids/releases/tag/4.2.0
https://github.com/ossec/ossec-hids/releases/tag/4.3.0

Signed-off-by: Scott Murray <scott.murray@konsulko.com>
---
 .../files/0001-Makefile-drop-running-scrips-install.patch  | 7 ++-----
 .../ossec/files/0002-Makefile-don-t-set-uid-gid.patch      | 7 ++-----
 .../ossec/{ossec-hids_3.7.0.bb => ossec-hids_4.3.0.bb}     | 4 ++--
 3 files changed, 6 insertions(+), 12 deletions(-)
 rename recipes-ids/ossec/{ossec-hids_3.7.0.bb => ossec-hids_4.3.0.bb} (99%)
diff mbox series

Patch

diff --git a/recipes-ids/ossec/files/0001-Makefile-drop-running-scrips-install.patch b/recipes-ids/ossec/files/0001-Makefile-drop-running-scrips-install.patch
index 08e018f..7b1600c 100644
--- a/recipes-ids/ossec/files/0001-Makefile-drop-running-scrips-install.patch
+++ b/recipes-ids/ossec/files/0001-Makefile-drop-running-scrips-install.patch
@@ -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
-
diff --git a/recipes-ids/ossec/files/0002-Makefile-don-t-set-uid-gid.patch b/recipes-ids/ossec/files/0002-Makefile-don-t-set-uid-gid.patch
index d5e3403..fdbe49f 100644
--- a/recipes-ids/ossec/files/0002-Makefile-don-t-set-uid-gid.patch
+++ b/recipes-ids/ossec/files/0002-Makefile-don-t-set-uid-gid.patch
@@ -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
-
diff --git a/recipes-ids/ossec/ossec-hids_3.7.0.bb b/recipes-ids/ossec/ossec-hids_4.3.0.bb
similarity index 99%
rename from recipes-ids/ossec/ossec-hids_3.7.0.bb
rename to recipes-ids/ossec/ossec-hids_4.3.0.bb
index f8ee993..0bff94a 100644
--- a/recipes-ids/ossec/ossec-hids_3.7.0.bb
+++ b/recipes-ids/ossec/ossec-hids_4.3.0.bb
@@ -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"