Skip to content

Commit

Permalink
Merge pull request #2376 from wazuh/merge-4.5.1-into-4.5.2
Browse files Browse the repository at this point in the history
Merge 4.5.1 into 4.5.2
  • Loading branch information
Dwordcito authored Aug 24, 2023
2 parents 7e85d74 + 0e82114 commit faf5b41
Show file tree
Hide file tree
Showing 15 changed files with 38 additions and 34 deletions.
6 changes: 3 additions & 3 deletions aix/SPECS/wazuh-agent-aix.spec
Original file line number Diff line number Diff line change
Expand Up @@ -290,11 +290,11 @@ rm -fr %{buildroot}
%attr(750, root, wazuh) %{_localstatedir}/wodles/*

%changelog
* Fri Aug 04 2023 support <[email protected]> - 4.5.2
* Thu Aug 31 2023 support <[email protected]> - 4.5.2
- More info: https://documentation.wazuh.com/current/release-notes/release-4-5-2.html
* Tue Aug 01 2023 support <[email protected]> - 4.5.1
* Thu Aug 24 2023 support <[email protected]> - 4.5.1
- More info: https://documentation.wazuh.com/current/release-notes/release-4-5.1.html
* Wed Jul 19 2023 support <[email protected]> - 4.5.0
* Thu Aug 10 2023 support <[email protected]> - 4.5.0
- More info: https://documentation.wazuh.com/current/release-notes/release-4-5-0.html
* Mon Jul 10 2023 support <[email protected]> - 4.4.5
- More info: https://documentation.wazuh.com/current/release-notes/release-4-4-5.html
Expand Down
6 changes: 3 additions & 3 deletions debs/SPECS/wazuh-agent/debian/changelog
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@ wazuh-agent (4.5.2-RELEASE) stable; urgency=low

* More info: https://documentation.wazuh.com/current/release-notes/release-4-5-2.html

-- Wazuh, Inc <[email protected]> Fri, 04 Aug 2023 00:00:00 +0000
-- Wazuh, Inc <[email protected]> Thu, 31 Aug 2023 00:00:00 +0000

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 <[email protected]> Tue, 01 Aug 2023 15:56:43 +0000
-- Wazuh, Inc <[email protected]> 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 <[email protected]> Wed, 19 Jul 2023 15:56:43 +0000
-- Wazuh, Inc <[email protected]> Thu, 10 Aug 2023 15:56:43 +0000

wazuh-agent (4.4.5-RELEASE) stable; urgency=low

Expand Down
2 changes: 1 addition & 1 deletion debs/SPECS/wazuh-agent/debian/copyright
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
This work was packaged for Debian by:

Wazuh, Inc <[email protected]> on Fri, 04 Aug 2023 00:00:00 +0000
Wazuh, Inc <[email protected]> on Thu, 31 Aug 2023 00:00:00 +0000

It was downloaded from:

Expand Down
8 changes: 4 additions & 4 deletions debs/SPECS/wazuh-manager/debian/changelog
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,26 @@ wazuh-manager (4.5.2-RELEASE) stable; urgency=low

* More info: https://documentation.wazuh.com/current/release-notes/release-4-5-2.html

-- Wazuh, Inc <[email protected]> Fri, 04 Aug 2023 00:00:00 +0000
-- Wazuh, Inc <[email protected]> Thu, 31 Aug 2023 00:00:00 +0000


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 <[email protected]> Tue, 01 Aug 2023 15:56:43 +0000
-- Wazuh, Inc <[email protected]> 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 <[email protected]> Wed, 19 Jul 2023 13:45:36 +0000
-- Wazuh, Inc <[email protected]> Thu, 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 <[email protected]> Wed, 19 Jul 2023 15:56:43 +0000
-- Wazuh, Inc <[email protected]> Mon, 10 Jul 2023 15:56:43 +0000

wazuh-manager (4.4.4-RELEASE) stable; urgency=low

Expand Down
2 changes: 1 addition & 1 deletion debs/SPECS/wazuh-manager/debian/copyright
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
This work was packaged for Debian by:

Wazuh, Inc <[email protected]> on Fri, 04 Aug 2023 00:00:00 +0000
Wazuh, Inc <[email protected]> on Thu, 31 Aug 2023 00:00:00 +0000

It was downloaded from:

Expand Down
4 changes: 4 additions & 0 deletions ova/assets/steps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions rpms/SPECS/wazuh-agent.spec
Original file line number Diff line number Diff line change
Expand Up @@ -619,11 +619,11 @@ rm -fr %{buildroot}
%attr(750, root, wazuh) %{_localstatedir}/wodles/gcloud/*

%changelog
* Fri Aug 04 2023 support <[email protected]> - 4.5.2
* Thu Aug 31 2023 support <[email protected]> - 4.5.2
- More info: https://documentation.wazuh.com/current/release-notes/release-4-5-2.html
* Tue Aug 01 2023 support <[email protected]> - 4.5.1
* Thu Aug 24 2023 support <[email protected]> - 4.5.1
- More info: https://documentation.wazuh.com/current/release-notes/release-4-5.1.html
* Wed Jul 19 2023 support <[email protected]> - 4.5.0
* Thu Aug 10 2023 support <[email protected]> - 4.5.0
- More info: https://documentation.wazuh.com/current/release-notes/release-4-5-0.html
* Mon Jul 10 2023 support <[email protected]> - 4.4.5
- More info: https://documentation.wazuh.com/current/release-notes/release-4-4-5.html
Expand Down
6 changes: 3 additions & 3 deletions rpms/SPECS/wazuh-manager.spec
Original file line number Diff line number Diff line change
Expand Up @@ -841,11 +841,11 @@ rm -fr %{buildroot}
%attr(750, root, wazuh) %{_localstatedir}/wodles/gcloud/*

%changelog
* Fri Aug 04 2023 support <[email protected]> - 4.5.2
* Thu Aug 31 2023 support <[email protected]> - 4.5.2
- More info: https://documentation.wazuh.com/current/release-notes/release-4-5-2.html
* Tue Aug 01 2023 support <[email protected]> - 4.5.1
* Thu Aug 24 2023 support <[email protected]> - 4.5.1
- More info: https://documentation.wazuh.com/current/release-notes/release-4-5.1.html
* Wed Jul 19 2023 support <[email protected]> - 4.5.0
* Thu Aug 10 2023 support <[email protected]> - 4.5.0
- More info: https://documentation.wazuh.com/current/release-notes/release-4-5-0.html
* Mon Jul 10 2023 support <[email protected]> - 4.4.5
- More info: https://documentation.wazuh.com/current/release-notes/release-4-4-5.html
Expand Down
2 changes: 1 addition & 1 deletion solaris/solaris10/pkginfo
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ARCH="i386"
CLASSES="none"
CATEGORY="system"
VENDOR="Wazuh, Inc <[email protected]>"
PSTAMP="04Aug2023"
PSTAMP="31Aug2023"
EMAIL="[email protected]"
ISTATES="S s 1 2 3"
RSTATES="S s 1 2 3"
Expand Down
8 changes: 4 additions & 4 deletions stack/dashboard/deb/debian/changelog
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,25 @@ wazuh-dashboard (4.5.2-RELEASE) stable; urgency=low

* More info: https://documentation.wazuh.com/current/release-notes/release-4-5-2.html

-- Wazuh, Inc <[email protected]> Fri, 04 Aug 2023 00:00:00 +0000
-- Wazuh, Inc <[email protected]> Thu, 31 Aug 2023 00:00:00 +0000

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 <[email protected]> Tue, 01 Aug 2023 15:56:43 +0000
-- Wazuh, Inc <[email protected]> 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 <[email protected]> Wed, 19 Jul 2023 13:45:36 +0000
-- Wazuh, Inc <[email protected]> Thu, 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 <[email protected]> Wed, 19 Jul 2023 13:45:36 +0000
-- Wazuh, Inc <[email protected]> Mon, 10 Jul 2023 13:45:36 +0000

wazuh-dashboard (4.4.4-RELEASE) stable; urgency=low

Expand Down
2 changes: 1 addition & 1 deletion stack/dashboard/deb/debian/copyright
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
This work was packaged for Debian by:

Wazuh, Inc <[email protected]> on Fri, 04 Aug 2023 00:00:00 +0000
Wazuh, Inc <[email protected]> on Thu, 31 Aug 2023 00:00:00 +0000

It was downloaded from:

Expand Down
6 changes: 3 additions & 3 deletions stack/dashboard/rpm/wazuh-dashboard.spec
Original file line number Diff line number Diff line change
Expand Up @@ -397,11 +397,11 @@ rm -fr %{buildroot}
%attr(640, root, root) "/etc/systemd/system/wazuh-dashboard.service"

%changelog
* Fri Aug 04 2023 support <[email protected]> - 4.5.2
* Thu Aug 31 2023 support <[email protected]> - 4.5.2
- More info: https://documentation.wazuh.com/current/release-notes/release-4-5-2.html
* Tue Aug 01 2023 support <[email protected]> - 4.5.1
* Thu Aug 24 2023 support <[email protected]> - 4.5.1
- More info: https://documentation.wazuh.com/current/release-notes/release-4-5.1.html
* Wed Jul 19 2023 support <[email protected]> - 4.5.0
* Thu Aug 10 2023 support <[email protected]> - 4.5.0
- More info: https://documentation.wazuh.com/current/release-notes/release-4-5-0.html
* Mon Jul 10 2023 support <[email protected]> - 4.4.5
- More info: https://documentation.wazuh.com/current/release-notes/release-4-4-5.html
Expand Down
6 changes: 3 additions & 3 deletions stack/indexer/deb/debian/changelog
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@ wazuh-indexer (4.5.2-RELEASE) stable; urgency=low

* More info: https://documentation.wazuh.com/current/release-notes/release-4-5-2.html

-- Wazuh, Inc <[email protected]> Fri, 04 Aug 2023 00:00:00 +0000
-- Wazuh, Inc <[email protected]> Thu, 31 Aug 2023 00:00:00 +0000

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 <[email protected]> Tue, 01 Aug 2023 15:56:43 +0000
-- Wazuh, Inc <[email protected]> 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 <[email protected]> Wed, 19 Jul 2023 15:56:43 +0000
-- Wazuh, Inc <[email protected]> Thu, 10 Aug 2023 15:56:43 +0000

wazuh-indexer (4.4.5-RELEASE) stable; urgency=low

Expand Down
2 changes: 1 addition & 1 deletion stack/indexer/deb/debian/copyright
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
This work was packaged for Debian by:

Wazuh, Inc <[email protected]> on Fri, 04 Aug 2023 00:00:00 +0000
Wazuh, Inc <[email protected]> on Thu, 31 Aug 2023 00:00:00 +0000

It was downloaded from:

Expand Down
6 changes: 3 additions & 3 deletions stack/indexer/rpm/wazuh-indexer.spec
Original file line number Diff line number Diff line change
Expand Up @@ -1384,11 +1384,11 @@ rm -fr %{buildroot}
%attr(640, %{USER}, %{GROUP}) %{INSTALL_DIR}/jdk/lib/security/blocked.certs

%changelog
* Fri Aug 04 2023 support <[email protected]> - 4.5.2
* Thu Aug 31 2023 support <[email protected]> - 4.5.2
- More info: https://documentation.wazuh.com/current/release-notes/release-4-5-2.html
* Tue Aug 01 2023 support <[email protected]> - 4.5.1
* Thu Aug 24 2023 support <[email protected]> - 4.5.1
- More info: https://documentation.wazuh.com/current/release-notes/release-4-5.1.html
* Wed Jul 19 2023 support <[email protected]> - 4.5.0
* Thu Aug 10 2023 support <[email protected]> - 4.5.0
- More info: https://documentation.wazuh.com/current/release-notes/release-4-5-0.html
* Mon Jul 10 2023 support <[email protected]> - 4.4.5
- More info: https://documentation.wazuh.com/current/release-notes/release-4-4-5.html
Expand Down

0 comments on commit faf5b41

Please sign in to comment.