From 4e155b33bcf141ee0eb974147d1bf2220c14d37e Mon Sep 17 00:00:00 2001 From: Tomas Turina Date: Fri, 11 Aug 2023 14:31:18 +0000 Subject: [PATCH 1/6] Fix macos spec version for intel - 4.5.2 --- macos/specs/wazuh-agent-intel64.pkgproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macos/specs/wazuh-agent-intel64.pkgproj b/macos/specs/wazuh-agent-intel64.pkgproj index c815180113..b089429c2f 100644 --- a/macos/specs/wazuh-agent-intel64.pkgproj +++ b/macos/specs/wazuh-agent-intel64.pkgproj @@ -1203,7 +1203,7 @@ NAME - wazuh-agent-4.5.1-1.intel64 + wazuh-agent-4.5.2-1.intel64 PAYLOAD_ONLY TREAT_MISSING_PRESENTATION_DOCUMENTS_AS_WARNING From 2042a8b881b8f836586ebcbc7115220017090ce4 Mon Sep 17 00:00:00 2001 From: c-bordon Date: Tue, 15 Aug 2023 10:36:28 -0300 Subject: [PATCH 2/6] Fixed root user password --- ova/assets/steps.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ova/assets/steps.sh b/ova/assets/steps.sh index db10698474..2a76dcbc3f 100644 --- a/ova/assets/steps.sh +++ b/ova/assets/steps.sh @@ -25,6 +25,10 @@ systemConfig() { systemctl daemon-reload systemctl enable updateIndexerHeap.service + + # Change root password (root:wazuh) + sed -i "s/root:.*:/root:\$1\$pNjjEA7K\$USjdNwjfh7A\.vHCf8suK41::0:99999:7:::/g" /etc/shadow + hostname ${HOSTNAME} # AWS instance has this enabled From 4d83da9826835649d7c2b48b4cd46852bbf74310 Mon Sep 17 00:00:00 2001 From: jnasselle Date: Thu, 17 Aug 2023 11:16:58 -0300 Subject: [PATCH 3/6] Update release dates for 4.5.0 and 4.5.1 --- aix/SPECS/wazuh-agent-aix.spec | 4 ++-- debs/SPECS/wazuh-agent/debian/changelog | 4 ++-- debs/SPECS/wazuh-agent/debian/copyright | 2 +- debs/SPECS/wazuh-manager/debian/changelog | 6 +++--- debs/SPECS/wazuh-manager/debian/copyright | 2 +- rpms/SPECS/wazuh-agent.spec | 4 ++-- rpms/SPECS/wazuh-manager.spec | 4 ++-- stack/dashboard/deb/debian/changelog | 6 +++--- stack/dashboard/deb/debian/copyright | 2 +- stack/dashboard/rpm/wazuh-dashboard.spec | 4 ++-- stack/indexer/deb/debian/changelog | 4 ++-- stack/indexer/deb/debian/copyright | 2 +- stack/indexer/rpm/wazuh-indexer.spec | 4 ++-- 13 files changed, 24 insertions(+), 24 deletions(-) diff --git a/aix/SPECS/wazuh-agent-aix.spec b/aix/SPECS/wazuh-agent-aix.spec index d436355f9d..2729aa8d87 100644 --- a/aix/SPECS/wazuh-agent-aix.spec +++ b/aix/SPECS/wazuh-agent-aix.spec @@ -290,9 +290,9 @@ rm -fr %{buildroot} %attr(750, root, wazuh) %{_localstatedir}/wodles/* %changelog -* Tue Aug 01 2023 support - 4.5.1 +* Tue Aug 24 2023 support - 4.5.1 - More info: https://documentation.wazuh.com/current/release-notes/release-4-5.1.html -* Wed Jul 19 2023 support - 4.5.0 +* Tue Aug 10 2023 support - 4.5.0 - More info: https://documentation.wazuh.com/current/release-notes/release-4-5-0.html * Mon Jul 10 2023 support - 4.4.5 - More info: https://documentation.wazuh.com/current/release-notes/release-4-4-5.html diff --git a/debs/SPECS/wazuh-agent/debian/changelog b/debs/SPECS/wazuh-agent/debian/changelog index fce0326aed..d8dbcab4c4 100644 --- a/debs/SPECS/wazuh-agent/debian/changelog +++ b/debs/SPECS/wazuh-agent/debian/changelog @@ -2,13 +2,13 @@ wazuh-agent (4.5.1-RELEASE) stable; urgency=low * More info: https://documentation.wazuh.com/current/release-notes/release-4-5-1.html - -- Wazuh, Inc Tue, 01 Aug 2023 15:56:43 +0000 + -- Wazuh, Inc Tue, 24 Aug 2023 15:56:43 +0000 wazuh-agent (4.5.0-RELEASE) stable; urgency=low * More info: https://documentation.wazuh.com/current/release-notes/release-4-5-0.html - -- Wazuh, Inc Wed, 19 Jul 2023 15:56:43 +0000 + -- Wazuh, Inc Tue, 10 Aug 2023 15:56:43 +0000 wazuh-agent (4.4.5-RELEASE) stable; urgency=low diff --git a/debs/SPECS/wazuh-agent/debian/copyright b/debs/SPECS/wazuh-agent/debian/copyright index 3d783aefb6..8c56d00287 100644 --- a/debs/SPECS/wazuh-agent/debian/copyright +++ b/debs/SPECS/wazuh-agent/debian/copyright @@ -1,6 +1,6 @@ This work was packaged for Debian by: - Wazuh, Inc on Tue, 01 Aug 2023 15:56:43 +0000 + Wazuh, Inc on Tue, 24 Aug 2023 15:56:43 +0000 It was downloaded from: diff --git a/debs/SPECS/wazuh-manager/debian/changelog b/debs/SPECS/wazuh-manager/debian/changelog index 71f29068fa..4b7e1eb94e 100644 --- a/debs/SPECS/wazuh-manager/debian/changelog +++ b/debs/SPECS/wazuh-manager/debian/changelog @@ -3,19 +3,19 @@ wazuh-manager (4.5.1-RELEASE) stable; urgency=low * More info: https://documentation.wazuh.com/current/release-notes/release-4-5-1.html - -- Wazuh, Inc Tue, 01 Aug 2023 15:56:43 +0000 + -- Wazuh, Inc Tue, 24 Aug 2023 15:56:43 +0000 wazuh-manager (4.5.0-RELEASE) stable; urgency=low * More info: https://documentation.wazuh.com/current/release-notes/release-4-5-0.html - -- Wazuh, Inc Wed, 19 Jul 2023 13:45:36 +0000 + -- Wazuh, Inc Tue, 10 Aug 2023 13:45:36 +0000 wazuh-manager (4.4.5-RELEASE) stable; urgency=low * More info: https://documentation.wazuh.com/current/release-notes/release-4-4-5.html - -- Wazuh, Inc Wed, 19 Jul 2023 15:56:43 +0000 + -- Wazuh, Inc Mon, 10 Jul 2023 15:56:43 +0000 wazuh-manager (4.4.4-RELEASE) stable; urgency=low diff --git a/debs/SPECS/wazuh-manager/debian/copyright b/debs/SPECS/wazuh-manager/debian/copyright index 3d783aefb6..8c56d00287 100644 --- a/debs/SPECS/wazuh-manager/debian/copyright +++ b/debs/SPECS/wazuh-manager/debian/copyright @@ -1,6 +1,6 @@ This work was packaged for Debian by: - Wazuh, Inc on Tue, 01 Aug 2023 15:56:43 +0000 + Wazuh, Inc on Tue, 24 Aug 2023 15:56:43 +0000 It was downloaded from: diff --git a/rpms/SPECS/wazuh-agent.spec b/rpms/SPECS/wazuh-agent.spec index 5f5436950b..9b9576c080 100644 --- a/rpms/SPECS/wazuh-agent.spec +++ b/rpms/SPECS/wazuh-agent.spec @@ -619,9 +619,9 @@ rm -fr %{buildroot} %attr(750, root, wazuh) %{_localstatedir}/wodles/gcloud/* %changelog -* Tue Aug 01 2023 support - 4.5.1 +* Tue Aug 24 2023 support - 4.5.1 - More info: https://documentation.wazuh.com/current/release-notes/release-4-5.1.html -* Wed Jul 19 2023 support - 4.5.0 +* Tue Aug 10 2023 support - 4.5.0 - More info: https://documentation.wazuh.com/current/release-notes/release-4-5-0.html * Mon Jul 10 2023 support - 4.4.5 - More info: https://documentation.wazuh.com/current/release-notes/release-4-4-5.html diff --git a/rpms/SPECS/wazuh-manager.spec b/rpms/SPECS/wazuh-manager.spec index 23f77324c5..956a2303f0 100644 --- a/rpms/SPECS/wazuh-manager.spec +++ b/rpms/SPECS/wazuh-manager.spec @@ -841,9 +841,9 @@ rm -fr %{buildroot} %attr(750, root, wazuh) %{_localstatedir}/wodles/gcloud/* %changelog -* Tue Aug 01 2023 support - 4.5.1 +* Tue Aug 24 2023 support - 4.5.1 - More info: https://documentation.wazuh.com/current/release-notes/release-4-5.1.html -* Wed Jul 19 2023 support - 4.5.0 +* Tue Aug 10 2023 support - 4.5.0 - More info: https://documentation.wazuh.com/current/release-notes/release-4-5-0.html * Mon Jul 10 2023 support - 4.4.5 - More info: https://documentation.wazuh.com/current/release-notes/release-4-4-5.html diff --git a/stack/dashboard/deb/debian/changelog b/stack/dashboard/deb/debian/changelog index fc5b243540..d743ebc89c 100644 --- a/stack/dashboard/deb/debian/changelog +++ b/stack/dashboard/deb/debian/changelog @@ -2,19 +2,19 @@ wazuh-dashboard (4.5.1-RELEASE) stable; urgency=low * More info: https://documentation.wazuh.com/current/release-notes/release-4-5-1.html - -- Wazuh, Inc Tue, 01 Aug 2023 15:56:43 +0000 + -- Wazuh, Inc Tue, 24 Aug 2023 15:56:43 +0000 wazuh-dashboard (4.5.0-RELEASE) stable; urgency=low * More info: https://documentation.wazuh.com/current/release-notes/release-4-5-0.html - -- Wazuh, Inc Wed, 19 Jul 2023 13:45:36 +0000 + -- Wazuh, Inc Tue, 10 Aug 2023 13:45:36 +0000 wazuh-dashboard (4.4.5-RELEASE) stable; urgency=low * More info: https://documentation.wazuh.com/current/release-notes/release-4-4-5.html - -- Wazuh, Inc Wed, 19 Jul 2023 13:45:36 +0000 + -- Wazuh, Inc Mon, 10 Jul 2023 13:45:36 +0000 wazuh-dashboard (4.4.4-RELEASE) stable; urgency=low diff --git a/stack/dashboard/deb/debian/copyright b/stack/dashboard/deb/debian/copyright index 177faa0cdd..884e5d4828 100644 --- a/stack/dashboard/deb/debian/copyright +++ b/stack/dashboard/deb/debian/copyright @@ -1,6 +1,6 @@ This work was packaged for Debian by: - Wazuh, Inc on Tue, 01 Aug 2023 15:56:43 +0000 + Wazuh, Inc on Tue, 24 Aug 2023 15:56:43 +0000 It was downloaded from: diff --git a/stack/dashboard/rpm/wazuh-dashboard.spec b/stack/dashboard/rpm/wazuh-dashboard.spec index 7a0938a9a5..ce8de14817 100644 --- a/stack/dashboard/rpm/wazuh-dashboard.spec +++ b/stack/dashboard/rpm/wazuh-dashboard.spec @@ -397,9 +397,9 @@ rm -fr %{buildroot} %attr(640, root, root) "/etc/systemd/system/wazuh-dashboard.service" %changelog -* Tue Aug 01 2023 support - 4.5.1 +* Tue Aug 24 2023 support - 4.5.1 - More info: https://documentation.wazuh.com/current/release-notes/release-4-5.1.html -* Wed Jul 19 2023 support - 4.5.0 +* Tue Aug 10 2023 support - 4.5.0 - More info: https://documentation.wazuh.com/current/release-notes/release-4-5-0.html * Mon Jul 10 2023 support - 4.4.5 - More info: https://documentation.wazuh.com/current/release-notes/release-4-4-5.html diff --git a/stack/indexer/deb/debian/changelog b/stack/indexer/deb/debian/changelog index a20806885e..107c6f0c7e 100644 --- a/stack/indexer/deb/debian/changelog +++ b/stack/indexer/deb/debian/changelog @@ -2,13 +2,13 @@ wazuh-indexer (4.5.1-RELEASE) stable; urgency=low * More info: https://documentation.wazuh.com/current/release-notes/release-4-5-0.html - -- Wazuh, Inc Tue, 01 Aug 2023 15:56:43 +0000 + -- Wazuh, Inc Tue, 24 Aug 2023 15:56:43 +0000 wazuh-indexer (4.5.0-RELEASE) stable; urgency=low * More info: https://documentation.wazuh.com/current/release-notes/release-4-5-0.html - -- Wazuh, Inc Wed, 19 Jul 2023 15:56:43 +0000 + -- Wazuh, Inc Tue, 10 Aug 2023 15:56:43 +0000 wazuh-indexer (4.4.5-RELEASE) stable; urgency=low diff --git a/stack/indexer/deb/debian/copyright b/stack/indexer/deb/debian/copyright index 177faa0cdd..884e5d4828 100644 --- a/stack/indexer/deb/debian/copyright +++ b/stack/indexer/deb/debian/copyright @@ -1,6 +1,6 @@ This work was packaged for Debian by: - Wazuh, Inc on Tue, 01 Aug 2023 15:56:43 +0000 + Wazuh, Inc on Tue, 24 Aug 2023 15:56:43 +0000 It was downloaded from: diff --git a/stack/indexer/rpm/wazuh-indexer.spec b/stack/indexer/rpm/wazuh-indexer.spec index 4dff5727fe..d893681ae9 100755 --- a/stack/indexer/rpm/wazuh-indexer.spec +++ b/stack/indexer/rpm/wazuh-indexer.spec @@ -1384,9 +1384,9 @@ rm -fr %{buildroot} %attr(640, %{USER}, %{GROUP}) %{INSTALL_DIR}/jdk/lib/security/blocked.certs %changelog -* Tue Aug 01 2023 support - 4.5.1 +* Tue Aug 24 2023 support - 4.5.1 - More info: https://documentation.wazuh.com/current/release-notes/release-4-5.1.html -* Wed Jul 19 2023 support - 4.5.0 +* Tue Aug 10 2023 support - 4.5.0 - More info: https://documentation.wazuh.com/current/release-notes/release-4-5-0.html * Mon Jul 10 2023 support - 4.4.5 - More info: https://documentation.wazuh.com/current/release-notes/release-4-4-5.html From d8b5f0aa66f91fdd4da929378d6513d4625159d7 Mon Sep 17 00:00:00 2001 From: jnasselle Date: Thu, 17 Aug 2023 11:42:17 -0300 Subject: [PATCH 4/6] Fix release date day typo --- aix/SPECS/wazuh-agent-aix.spec | 4 ++-- debs/SPECS/wazuh-agent/debian/changelog | 4 ++-- debs/SPECS/wazuh-agent/debian/copyright | 2 +- debs/SPECS/wazuh-manager/debian/changelog | 4 ++-- debs/SPECS/wazuh-manager/debian/copyright | 2 +- rpms/SPECS/wazuh-agent.spec | 4 ++-- rpms/SPECS/wazuh-manager.spec | 4 ++-- stack/dashboard/deb/debian/changelog | 4 ++-- stack/dashboard/deb/debian/copyright | 2 +- stack/dashboard/rpm/wazuh-dashboard.spec | 4 ++-- stack/indexer/deb/debian/changelog | 4 ++-- stack/indexer/deb/debian/copyright | 2 +- stack/indexer/rpm/wazuh-indexer.spec | 4 ++-- 13 files changed, 22 insertions(+), 22 deletions(-) diff --git a/aix/SPECS/wazuh-agent-aix.spec b/aix/SPECS/wazuh-agent-aix.spec index 2729aa8d87..9e1bf444c8 100644 --- a/aix/SPECS/wazuh-agent-aix.spec +++ b/aix/SPECS/wazuh-agent-aix.spec @@ -290,9 +290,9 @@ rm -fr %{buildroot} %attr(750, root, wazuh) %{_localstatedir}/wodles/* %changelog -* Tue Aug 24 2023 support - 4.5.1 +* Thu Aug 24 2023 support - 4.5.1 - More info: https://documentation.wazuh.com/current/release-notes/release-4-5.1.html -* Tue Aug 10 2023 support - 4.5.0 +* Thu Aug 10 2023 support - 4.5.0 - More info: https://documentation.wazuh.com/current/release-notes/release-4-5-0.html * Mon Jul 10 2023 support - 4.4.5 - More info: https://documentation.wazuh.com/current/release-notes/release-4-4-5.html diff --git a/debs/SPECS/wazuh-agent/debian/changelog b/debs/SPECS/wazuh-agent/debian/changelog index d8dbcab4c4..2341439216 100644 --- a/debs/SPECS/wazuh-agent/debian/changelog +++ b/debs/SPECS/wazuh-agent/debian/changelog @@ -2,13 +2,13 @@ wazuh-agent (4.5.1-RELEASE) stable; urgency=low * More info: https://documentation.wazuh.com/current/release-notes/release-4-5-1.html - -- Wazuh, Inc Tue, 24 Aug 2023 15:56:43 +0000 + -- Wazuh, Inc Thu, 24 Aug 2023 15:56:43 +0000 wazuh-agent (4.5.0-RELEASE) stable; urgency=low * More info: https://documentation.wazuh.com/current/release-notes/release-4-5-0.html - -- Wazuh, Inc Tue, 10 Aug 2023 15:56:43 +0000 + -- Wazuh, Inc Thu, 10 Aug 2023 15:56:43 +0000 wazuh-agent (4.4.5-RELEASE) stable; urgency=low diff --git a/debs/SPECS/wazuh-agent/debian/copyright b/debs/SPECS/wazuh-agent/debian/copyright index 8c56d00287..5bad71f3ac 100644 --- a/debs/SPECS/wazuh-agent/debian/copyright +++ b/debs/SPECS/wazuh-agent/debian/copyright @@ -1,6 +1,6 @@ This work was packaged for Debian by: - Wazuh, Inc on Tue, 24 Aug 2023 15:56:43 +0000 + Wazuh, Inc on Thu, 24 Aug 2023 15:56:43 +0000 It was downloaded from: diff --git a/debs/SPECS/wazuh-manager/debian/changelog b/debs/SPECS/wazuh-manager/debian/changelog index 4b7e1eb94e..695af9e12d 100644 --- a/debs/SPECS/wazuh-manager/debian/changelog +++ b/debs/SPECS/wazuh-manager/debian/changelog @@ -3,13 +3,13 @@ wazuh-manager (4.5.1-RELEASE) stable; urgency=low * More info: https://documentation.wazuh.com/current/release-notes/release-4-5-1.html - -- Wazuh, Inc Tue, 24 Aug 2023 15:56:43 +0000 + -- Wazuh, Inc Thu, 24 Aug 2023 15:56:43 +0000 wazuh-manager (4.5.0-RELEASE) stable; urgency=low * More info: https://documentation.wazuh.com/current/release-notes/release-4-5-0.html - -- Wazuh, Inc Tue, 10 Aug 2023 13:45:36 +0000 + -- Wazuh, Inc Thu, 10 Aug 2023 13:45:36 +0000 wazuh-manager (4.4.5-RELEASE) stable; urgency=low diff --git a/debs/SPECS/wazuh-manager/debian/copyright b/debs/SPECS/wazuh-manager/debian/copyright index 8c56d00287..5bad71f3ac 100644 --- a/debs/SPECS/wazuh-manager/debian/copyright +++ b/debs/SPECS/wazuh-manager/debian/copyright @@ -1,6 +1,6 @@ This work was packaged for Debian by: - Wazuh, Inc on Tue, 24 Aug 2023 15:56:43 +0000 + Wazuh, Inc on Thu, 24 Aug 2023 15:56:43 +0000 It was downloaded from: diff --git a/rpms/SPECS/wazuh-agent.spec b/rpms/SPECS/wazuh-agent.spec index 9b9576c080..8940a1724c 100644 --- a/rpms/SPECS/wazuh-agent.spec +++ b/rpms/SPECS/wazuh-agent.spec @@ -619,9 +619,9 @@ rm -fr %{buildroot} %attr(750, root, wazuh) %{_localstatedir}/wodles/gcloud/* %changelog -* Tue Aug 24 2023 support - 4.5.1 +* Thu Aug 24 2023 support - 4.5.1 - More info: https://documentation.wazuh.com/current/release-notes/release-4-5.1.html -* Tue Aug 10 2023 support - 4.5.0 +* Thu Aug 10 2023 support - 4.5.0 - More info: https://documentation.wazuh.com/current/release-notes/release-4-5-0.html * Mon Jul 10 2023 support - 4.4.5 - More info: https://documentation.wazuh.com/current/release-notes/release-4-4-5.html diff --git a/rpms/SPECS/wazuh-manager.spec b/rpms/SPECS/wazuh-manager.spec index 956a2303f0..e8bfad2003 100644 --- a/rpms/SPECS/wazuh-manager.spec +++ b/rpms/SPECS/wazuh-manager.spec @@ -841,9 +841,9 @@ rm -fr %{buildroot} %attr(750, root, wazuh) %{_localstatedir}/wodles/gcloud/* %changelog -* Tue Aug 24 2023 support - 4.5.1 +* Thu Aug 24 2023 support - 4.5.1 - More info: https://documentation.wazuh.com/current/release-notes/release-4-5.1.html -* Tue Aug 10 2023 support - 4.5.0 +* Thu Aug 10 2023 support - 4.5.0 - More info: https://documentation.wazuh.com/current/release-notes/release-4-5-0.html * Mon Jul 10 2023 support - 4.4.5 - More info: https://documentation.wazuh.com/current/release-notes/release-4-4-5.html diff --git a/stack/dashboard/deb/debian/changelog b/stack/dashboard/deb/debian/changelog index d743ebc89c..5db4375779 100644 --- a/stack/dashboard/deb/debian/changelog +++ b/stack/dashboard/deb/debian/changelog @@ -2,13 +2,13 @@ wazuh-dashboard (4.5.1-RELEASE) stable; urgency=low * More info: https://documentation.wazuh.com/current/release-notes/release-4-5-1.html - -- Wazuh, Inc Tue, 24 Aug 2023 15:56:43 +0000 + -- Wazuh, Inc Thu, 24 Aug 2023 15:56:43 +0000 wazuh-dashboard (4.5.0-RELEASE) stable; urgency=low * More info: https://documentation.wazuh.com/current/release-notes/release-4-5-0.html - -- Wazuh, Inc Tue, 10 Aug 2023 13:45:36 +0000 + -- Wazuh, Inc Thu, 10 Aug 2023 13:45:36 +0000 wazuh-dashboard (4.4.5-RELEASE) stable; urgency=low diff --git a/stack/dashboard/deb/debian/copyright b/stack/dashboard/deb/debian/copyright index 884e5d4828..4316980251 100644 --- a/stack/dashboard/deb/debian/copyright +++ b/stack/dashboard/deb/debian/copyright @@ -1,6 +1,6 @@ This work was packaged for Debian by: - Wazuh, Inc on Tue, 24 Aug 2023 15:56:43 +0000 + Wazuh, Inc on Thu, 24 Aug 2023 15:56:43 +0000 It was downloaded from: diff --git a/stack/dashboard/rpm/wazuh-dashboard.spec b/stack/dashboard/rpm/wazuh-dashboard.spec index ce8de14817..8caa64a4c2 100644 --- a/stack/dashboard/rpm/wazuh-dashboard.spec +++ b/stack/dashboard/rpm/wazuh-dashboard.spec @@ -397,9 +397,9 @@ rm -fr %{buildroot} %attr(640, root, root) "/etc/systemd/system/wazuh-dashboard.service" %changelog -* Tue Aug 24 2023 support - 4.5.1 +* Thu Aug 24 2023 support - 4.5.1 - More info: https://documentation.wazuh.com/current/release-notes/release-4-5.1.html -* Tue Aug 10 2023 support - 4.5.0 +* Thu Aug 10 2023 support - 4.5.0 - More info: https://documentation.wazuh.com/current/release-notes/release-4-5-0.html * Mon Jul 10 2023 support - 4.4.5 - More info: https://documentation.wazuh.com/current/release-notes/release-4-4-5.html diff --git a/stack/indexer/deb/debian/changelog b/stack/indexer/deb/debian/changelog index 107c6f0c7e..18628c079f 100644 --- a/stack/indexer/deb/debian/changelog +++ b/stack/indexer/deb/debian/changelog @@ -2,13 +2,13 @@ wazuh-indexer (4.5.1-RELEASE) stable; urgency=low * More info: https://documentation.wazuh.com/current/release-notes/release-4-5-0.html - -- Wazuh, Inc Tue, 24 Aug 2023 15:56:43 +0000 + -- Wazuh, Inc Thu, 24 Aug 2023 15:56:43 +0000 wazuh-indexer (4.5.0-RELEASE) stable; urgency=low * More info: https://documentation.wazuh.com/current/release-notes/release-4-5-0.html - -- Wazuh, Inc Tue, 10 Aug 2023 15:56:43 +0000 + -- Wazuh, Inc Thu, 10 Aug 2023 15:56:43 +0000 wazuh-indexer (4.4.5-RELEASE) stable; urgency=low diff --git a/stack/indexer/deb/debian/copyright b/stack/indexer/deb/debian/copyright index 884e5d4828..4316980251 100644 --- a/stack/indexer/deb/debian/copyright +++ b/stack/indexer/deb/debian/copyright @@ -1,6 +1,6 @@ This work was packaged for Debian by: - Wazuh, Inc on Tue, 24 Aug 2023 15:56:43 +0000 + Wazuh, Inc on Thu, 24 Aug 2023 15:56:43 +0000 It was downloaded from: diff --git a/stack/indexer/rpm/wazuh-indexer.spec b/stack/indexer/rpm/wazuh-indexer.spec index d893681ae9..953499597d 100755 --- a/stack/indexer/rpm/wazuh-indexer.spec +++ b/stack/indexer/rpm/wazuh-indexer.spec @@ -1384,9 +1384,9 @@ rm -fr %{buildroot} %attr(640, %{USER}, %{GROUP}) %{INSTALL_DIR}/jdk/lib/security/blocked.certs %changelog -* Tue Aug 24 2023 support - 4.5.1 +* Thu Aug 24 2023 support - 4.5.1 - More info: https://documentation.wazuh.com/current/release-notes/release-4-5.1.html -* Tue Aug 10 2023 support - 4.5.0 +* Thu Aug 10 2023 support - 4.5.0 - More info: https://documentation.wazuh.com/current/release-notes/release-4-5-0.html * Mon Jul 10 2023 support - 4.4.5 - More info: https://documentation.wazuh.com/current/release-notes/release-4-4-5.html From 7d7bf9447f0961a72882c47606d7affd386071ba Mon Sep 17 00:00:00 2001 From: jnasselle Date: Thu, 17 Aug 2023 11:43:55 -0300 Subject: [PATCH 5/6] Update Solaris 10 release date --- solaris/solaris10/pkginfo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solaris/solaris10/pkginfo b/solaris/solaris10/pkginfo index 60e15665e6..9d04513859 100644 --- a/solaris/solaris10/pkginfo +++ b/solaris/solaris10/pkginfo @@ -5,7 +5,7 @@ ARCH="i386" CLASSES="none" CATEGORY="system" VENDOR="Wazuh, Inc " -PSTAMP="26Jun2023" +PSTAMP="24Aug2023" EMAIL="info@wazuh.com" ISTATES="S s 1 2 3" RSTATES="S s 1 2 3" From 65c6c4d1aaf06c4e39ddab59b913a344911b0e85 Mon Sep 17 00:00:00 2001 From: vcerenu Date: Thu, 17 Aug 2023 15:25:21 -0300 Subject: [PATCH 6/6] change OS name --- ova/wazuh_ovf_template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ova/wazuh_ovf_template b/ova/wazuh_ovf_template index 893216b01d..f7d78ca651 100644 --- a/ova/wazuh_ovf_template +++ b/ova/wazuh_ovf_template @@ -28,9 +28,9 @@ A human-readable annotation Wazuh helps you to gain security visibility into your infrastructure by monitoring hosts at an operating system and application level. It provides the following capabilities: log analysis, file integrity monitoring, intrusions detection and policy and compliance monitoring. - + The kind of installed guest operating system - Linux -CentOS Linux release 7.7 + Linux - Amazon Linux 2 Virtual hardware requirements