Port details |
- wazuh-manager Security tool to monitor and check logs and intrusions (manager)
- 4.10.1 security
=2 4.9.2_1Version of this port present on the latest quarterly branch. - Maintainer: acm@FreeBSD.org
![search for ports maintained by this maintainer search for ports maintained by this maintainer](/images/search.jpg) - Port Added: 2022-07-31 20:21:05
- Last Update: 2025-01-19 09:38:59
- Commit Hash: 397e095
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: GPLv2
- WWW:
- https://wazuh.com/
- Description:
- Wazuh is a free and open source platform used for threat prevention, detection,
and response. It is capable of protecting workloads across on-premises,
virtualized, containerized, and cloud-based environments.
Wazuh solution consists of an endpoint security agent, deployed to the
monitored systems, and a management server, which collects and analyzes data
gathered by the agents. Besides, Wazuh has been fully integrated with the
Elastic Stack, providing a search engine and data visualization tool that
allows users to navigate through their security alerts.
¦ ¦ ¦ ¦ ![SVNWeb - no subversion history for this port SVNWeb - no subversion history for this port](/images/subversion-greyed.png)
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- wazuh-manager>0:security/wazuh-manager
- Conflicts:
- CONFLICTS:
- To install the port:
- cd /usr/ports/security/wazuh-manager/ && make install clean
- To add the package, run one of these commands:
- pkg install security/wazuh-manager
- pkg install wazuh-manager
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: wazuh-manager
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: aarch64 amd64
- distinfo:
- TIMESTAMP = 1737146734
SHA256 (wazuh-4.10.1/audit-userspace.tar.gz) = e82a32e5edf93b055160e14bc97f41dead39287925851dc80a7638e2d4d30434
SIZE (wazuh-4.10.1/audit-userspace.tar.gz) = 1682820
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- cmake : devel/cmake-core
- autoconf>=2.71 : devel/autoconf
- bash>0 : shells/bash
- gmake>=4.4.1 : devel/gmake
- python3.11 : lang/python311
- perl5>=5.36<5.37 : lang/perl5.36
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- bash>0 : shells/bash
- python3.11 : lang/python311
- perl5>=5.36<5.37 : lang/perl5.36
- Library dependencies:
-
- libcurl.so : ftp/curl
- libgdbm.so : databases/gdbm
- libnghttp2.so : www/libnghttp2
- libffi.so : devel/libffi
- libarrow.so : databases/arrow
- libepoll-shim.so : devel/libepoll-shim
- libreadline.so.8 : devel/readline
- libsqlite3.so : databases/sqlite3
- This port is required by:
- for Run
-
- security/wazuh-server
Configuration Options:
- ===> The following configuration options are available for wazuh-manager-4.10.1:
INOTIFY=off: Kevent based real time monitoring
PRELUDE=off: Sensor support from Prelude SIEM
ZEROMQ=off: ZeroMQ support
====> Options available for the group DATABASE
MYSQL=off: MySQL database support
PGSQL=off: PostgreSQL database support
===> Use 'make config' to modify these settings
- Options name:
- security_wazuh-manager
- USES:
- cpe gmake perl5 python:3.11 readline shebangfix sqlite:3 uidfix
- pkg-message:
- For install:
- Wazuh Manager was installed
1) Copy /etc/locatime to /var/ossec/etc directory
# cp /etc/localtime /var/ossec/etc
2) You must edit /var/ossec/etc/ossec.conf.sample for your setup and rename/copy
it to ossec.conf.
Take a look wazuh manager configuration at the following url:
https://documentation.wazuh.com/current/user-manual/manager/index.html
3) Move /var/ossec/etc/client.keys.sample to /var/ossec/etc/client.keys. This
file is used to store all agents credentials connected to wazuh-manager
# mv /var/ossec/etc/client.keys.sample /var/ossec/etc/client.keys
4) You can find additional useful files installed at
# /var/ossec/packages_files/manager_installation_scripts
5) Do not forget generate auth certificate
# openssl req -x509 -batch -nodes -days 365 -newkey rsa:2048 \
-subj "/C=US/ST=California/CN=Wazuh/" \
-keyout /var/ossec/etc/sslmanager.key -out /var/ossec/etc/sslmanager.cert
# chmod 640 /var/ossec/etc/sslmanager.key
# chmod 640 /var/ossec/etc/sslmanager.cert
6) FreeBSD rules, decoders and SCA files are installed by default. For more
information about updates take a look at:
https://github.com/alonsobsd/wazuh-freebsd
Decoders and rules are used for extract some /var/log/userlog and
/var/log/messages entries from FreeBSD agents. It is necessary add a localfile
entry to /var/ossec/etc/ossec.conf
<localfile>
<log_format>syslog</log_format>
<location>/var/log/userlog</location>
</localfile>
7) Add Wazuh manager to /etc/rc.conf
# sysrc wazuh_manager_enable="YES"
or
# service wazuh-manager enable
8) Start Wazuh manager
# service wazuh-manager start
9) Enjoy it ;)
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.10.1 19 Jan 2025 09:38:59
![commit hash: 397e09575221406df7bfc22dc66ab115590cbed9 commit hash: 397e09575221406df7bfc22dc66ab115590cbed9](/images/git.png) ![commit hash: 397e09575221406df7bfc22dc66ab115590cbed9 commit hash: 397e09575221406df7bfc22dc66ab115590cbed9](/images/codeberg.svg) ![commit hash: 397e09575221406df7bfc22dc66ab115590cbed9 commit hash: 397e09575221406df7bfc22dc66ab115590cbed9](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Jose Alonso Cardenas Marquez (acm) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
security/wazuh-*: Update to 4.10.1
- Update bundle python to 3.11.11
- Update opensearch dependency to 2.16.x
- Update opensearch-dashboards dependency to 2.16.x
ChangeLog
at: https://documentation.wazuh.com/current/release-notes/release-4-10-1.html |
4.9.2_1 20 Dec 2024 04:21:56
![commit hash: 2f32069d97032fe1bfc1d792826ec90afaca97af commit hash: 2f32069d97032fe1bfc1d792826ec90afaca97af](/images/git.png) ![commit hash: 2f32069d97032fe1bfc1d792826ec90afaca97af commit hash: 2f32069d97032fe1bfc1d792826ec90afaca97af](/images/codeberg.svg) ![commit hash: 2f32069d97032fe1bfc1d792826ec90afaca97af commit hash: 2f32069d97032fe1bfc1d792826ec90afaca97af](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Jose Alonso Cardenas Marquez (acm) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
security/wazuh-manager: Fix build on aarch64
Reported by: pkg-fallout |
4.9.2_1 16 Dec 2024 01:52:24
![commit hash: 5ab61d75914c477cf5bc93669516c01b40d380a6 commit hash: 5ab61d75914c477cf5bc93669516c01b40d380a6](/images/git.png) ![commit hash: 5ab61d75914c477cf5bc93669516c01b40d380a6 commit hash: 5ab61d75914c477cf5bc93669516c01b40d380a6](/images/codeberg.svg) ![commit hash: 5ab61d75914c477cf5bc93669516c01b40d380a6 commit hash: 5ab61d75914c477cf5bc93669516c01b40d380a6](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Jose Alonso Cardenas Marquez (acm) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
security/wazuh-manager: Fix pkg-plist
- Remove *.bak, *.orig, and tmp files installed from some whl files
- Fix issues with pkg-plist file
- Improve Makefile file
- Bump PORTREVISION
Reported by: pkg-fallout |
4.9.2 14 Dec 2024 00:32:29
![commit hash: 4dc218e9578c83fa29ccabf3da595130803cc3a7 commit hash: 4dc218e9578c83fa29ccabf3da595130803cc3a7](/images/git.png) ![commit hash: 4dc218e9578c83fa29ccabf3da595130803cc3a7 commit hash: 4dc218e9578c83fa29ccabf3da595130803cc3a7](/images/codeberg.svg) ![commit hash: 4dc218e9578c83fa29ccabf3da595130803cc3a7 commit hash: 4dc218e9578c83fa29ccabf3da595130803cc3a7](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Jose Alonso Cardenas Marquez (acm) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
security/wazuh-manager: Fix fetch on some FreeBSD versions |
4.9.2 07 Dec 2024 19:10:41
![commit hash: 0b35a0981068645984bfeeea22f0a456b82c8bd4 commit hash: 0b35a0981068645984bfeeea22f0a456b82c8bd4](/images/git.png) ![commit hash: 0b35a0981068645984bfeeea22f0a456b82c8bd4 commit hash: 0b35a0981068645984bfeeea22f0a456b82c8bd4](/images/codeberg.svg) ![commit hash: 0b35a0981068645984bfeeea22f0a456b82c8bd4 commit hash: 0b35a0981068645984bfeeea22f0a456b82c8bd4](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Jose Alonso Cardenas Marquez (acm) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
security/wazuh-manager: Fix fetch on 13.x-amd64 |
4.9.2 03 Dec 2024 01:49:45
![commit hash: 96a877888897b05b1bb5e8007ed845a0555d4d72 commit hash: 96a877888897b05b1bb5e8007ed845a0555d4d72](/images/git.png) ![commit hash: 96a877888897b05b1bb5e8007ed845a0555d4d72 commit hash: 96a877888897b05b1bb5e8007ed845a0555d4d72](/images/codeberg.svg) ![commit hash: 96a877888897b05b1bb5e8007ed845a0555d4d72 commit hash: 96a877888897b05b1bb5e8007ed845a0555d4d72](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Jose Alonso Cardenas Marquez (acm) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
security/wazuh-*: Update to 4.9.2
- wazuh-manager: Remove support for freebsd13-aarch64
- wazuh-manager: Cache files were generated from python3.11 instead of
python3.10
- wazuh-manager: Remove obsolete patch files
- wazuh-dashboards : Use opensearch-dashboards230 instead of
opensearch-dashboards210
ChangeLog at: https://github.com/wazuh/wazuh/releases
https://github.com/wazuh/wazuh-dashboard-plugins/releases
PR: 282160
Reported by: Ian Dickens <ian at south-border.com> |
4.7.5 15 Jun 2024 17:38:13
![commit hash: e9a4fa124df4266067528038710fc673549cea52 commit hash: e9a4fa124df4266067528038710fc673549cea52](/images/git.png) ![commit hash: e9a4fa124df4266067528038710fc673549cea52 commit hash: e9a4fa124df4266067528038710fc673549cea52](/images/codeberg.svg) ![commit hash: e9a4fa124df4266067528038710fc673549cea52 commit hash: e9a4fa124df4266067528038710fc673549cea52](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Jose Alonso Cardenas Marquez (acm) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
security/wazuh-*: Update to 4.7.5
- Fix build/installation on aarch64
- Fix runtime issues on 14.x and 15.x because of openssl3 support [1]
PR: 279363
Reported by: girgen [1] |
4.7.4 24 May 2024 06:51:24
![commit hash: a567e09b7a0e17c611f2f65806b1c00b8e935771 commit hash: a567e09b7a0e17c611f2f65806b1c00b8e935771](/images/git.png) ![commit hash: a567e09b7a0e17c611f2f65806b1c00b8e935771 commit hash: a567e09b7a0e17c611f2f65806b1c00b8e935771](/images/codeberg.svg) ![commit hash: a567e09b7a0e17c611f2f65806b1c00b8e935771 commit hash: a567e09b7a0e17c611f2f65806b1c00b8e935771](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Jose Alonso Cardenas Marquez (acm) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
security/wazuh-manager: Fix fetch on 13.x-aarch64 |
4.7.4 11 May 2024 01:51:29
![commit hash: d75dd772ea93f1ca5e7addd09c63b9aab374cf1c commit hash: d75dd772ea93f1ca5e7addd09c63b9aab374cf1c](/images/git.png) ![commit hash: d75dd772ea93f1ca5e7addd09c63b9aab374cf1c commit hash: d75dd772ea93f1ca5e7addd09c63b9aab374cf1c](/images/codeberg.svg) ![commit hash: d75dd772ea93f1ca5e7addd09c63b9aab374cf1c commit hash: d75dd772ea93f1ca5e7addd09c63b9aab374cf1c](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Jose Alonso Cardenas Marquez (acm) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
security/wazuh-*: Update to 4.7.4
- Fix wazuh-agent segment fault (agent and manager) [1]
- Improve configuration files (agent and manager)
- Update py-pyarrow into cache file to 15.0.2 (manager)
- Update cache files used by wazuh-manager.
- Other minor modifications
ChangeLog
at: https://documentation.wazuh.com/current/release-notes/release-4-7-4.html
Obtained from: https://github.com/wazuh/wazuh/issues/23154 [1] |
4.7.3 23 Mar 2024 22:22:45
![commit hash: dca13c8c6c2b97cf87f0fa016ce89b16cb312a64 commit hash: dca13c8c6c2b97cf87f0fa016ce89b16cb312a64](/images/git.png) ![commit hash: dca13c8c6c2b97cf87f0fa016ce89b16cb312a64 commit hash: dca13c8c6c2b97cf87f0fa016ce89b16cb312a64](/images/codeberg.svg) ![commit hash: dca13c8c6c2b97cf87f0fa016ce89b16cb312a64 commit hash: dca13c8c6c2b97cf87f0fa016ce89b16cb312a64](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Jose Alonso Cardenas Marquez (acm) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
security/wazuh-*: Update to 4.7.3
ChangeLog
at: https://documentation.wazuh.com/current/release-notes/release-4-7-3.html |
4.7.2 16 Jan 2024 04:57:46
![commit hash: 06af245d1f16ee856e6fc3e203f4dfa35577d6da commit hash: 06af245d1f16ee856e6fc3e203f4dfa35577d6da](/images/git.png) ![commit hash: 06af245d1f16ee856e6fc3e203f4dfa35577d6da commit hash: 06af245d1f16ee856e6fc3e203f4dfa35577d6da](/images/codeberg.svg) ![commit hash: 06af245d1f16ee856e6fc3e203f4dfa35577d6da commit hash: 06af245d1f16ee856e6fc3e203f4dfa35577d6da](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Jose Alonso Cardenas Marquez (acm) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
security/wazuh-*: Update to 4.7.2
- Install FreeBSD rules, decoders and SCA files by default
- Strip python binary and so files
- Add devel/libffi and databases/arrow to LIB_DEPENDS
- Update pkg-message files
- Othe minor modifications
ChangeLog
at: https://documentation.wazuh.com/current/release-notes/release-4-7-2.html |
4.7.1_1 07 Jan 2024 23:18:00
![commit hash: a310d1ba5bae17d830310934e1d9da0377421877 commit hash: a310d1ba5bae17d830310934e1d9da0377421877](/images/git.png) ![commit hash: a310d1ba5bae17d830310934e1d9da0377421877 commit hash: a310d1ba5bae17d830310934e1d9da0377421877](/images/codeberg.svg) ![commit hash: a310d1ba5bae17d830310934e1d9da0377421877 commit hash: a310d1ba5bae17d830310934e1d9da0377421877](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Jose Alonso Cardenas Marquez (acm) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
security/wazuh-manager: Revert partially latest commit
- Latest commit break wazuh-manager on extract
Reported by: pkg-fallout
Differential Revision: <https://reviews.freebsd.org/D42068> |
4.7.1_1 31 Dec 2023 00:37:05
![commit hash: bbab7f59e9630416397189df70ec133bdd690e38 commit hash: bbab7f59e9630416397189df70ec133bdd690e38](/images/git.png) ![commit hash: bbab7f59e9630416397189df70ec133bdd690e38 commit hash: bbab7f59e9630416397189df70ec133bdd690e38](/images/codeberg.svg) ![commit hash: bbab7f59e9630416397189df70ec133bdd690e38 commit hash: bbab7f59e9630416397189df70ec133bdd690e38](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Muhammad Moinur Rahman (bofh) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
*/*: Sunset 12.4-RELEASE/12-STABLE from ports tree
- Remove all references to defunct ARCH arm
- Remove all references to defunct ARCH sparc64
- Remove x11-drivers/xf86-video-sunffb which requires defunct sparc64
ARCH
- Remove sysutils/afbinit requires defunct sparc64 ARCH
- Remove all references to bktr driver
- Remove all references to defunct FreeBSD_12
- Remove all references to OSVERSION/OSREL corresponding to 12
- Remove conditionals in Mk/Uses/cabal.mk
- Remove sparc reference from Mk/Uses/qt-dist.mk
- Remove BROKEN_sparc64/NOT_FOR_ARCH=sparc64
- Remove BROKEN_FreeBSD_12* from:
- Remove OpenSSL patches from:
- Remove conditional flags for OSVERSION >= 1300000 to fixed flags.
Also move conditional flags for non sparc64/arm ARCH to fixed flags.
Reviewed by: brooks, jbeich, rene, salvadore
Differential Revision: https://reviews.freebsd.org/D42068 |
4.7.1_1 27 Dec 2023 00:19:12
![commit hash: 0dd03d4bd8908e9a64a888b57daeb45237ecdd26 commit hash: 0dd03d4bd8908e9a64a888b57daeb45237ecdd26](/images/git.png) ![commit hash: 0dd03d4bd8908e9a64a888b57daeb45237ecdd26 commit hash: 0dd03d4bd8908e9a64a888b57daeb45237ecdd26](/images/codeberg.svg) ![commit hash: 0dd03d4bd8908e9a64a888b57daeb45237ecdd26 commit hash: 0dd03d4bd8908e9a64a888b57daeb45237ecdd26](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Jose Alonso Cardenas Marquez (acm) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
security/wazuh-manager: Fix pkg-plist
- Bump PORTREVISION. wazuh cache for 13-amd64 was repacked
Reported by: pkg-fallout |
4.7.1 22 Dec 2023 17:57:24
![commit hash: 970d2df7eedeb44c45e70c704ac6ef692b1d9e52 commit hash: 970d2df7eedeb44c45e70c704ac6ef692b1d9e52](/images/git.png) ![commit hash: 970d2df7eedeb44c45e70c704ac6ef692b1d9e52 commit hash: 970d2df7eedeb44c45e70c704ac6ef692b1d9e52](/images/codeberg.svg) ![commit hash: 970d2df7eedeb44c45e70c704ac6ef692b1d9e52 commit hash: 970d2df7eedeb44c45e70c704ac6ef692b1d9e52](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Jose Alonso Cardenas Marquez (acm) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
securty/wazuh-*: Update to 4.7.1
- Remove support for 12.x (EoL)
- Change some config files to sample files
- Fix syscollector issue when network port is equal to *
ChangeLog
at: https://documentation.wazuh.com/current/release-notes/release-4-7-1.html |
4.7.0 16 Dec 2023 21:36:43
![commit hash: abaf8dc39cc35be6d2e861a4245c6367c1aa1234 commit hash: abaf8dc39cc35be6d2e861a4245c6367c1aa1234](/images/git.png) ![commit hash: abaf8dc39cc35be6d2e861a4245c6367c1aa1234 commit hash: abaf8dc39cc35be6d2e861a4245c6367c1aa1234](/images/codeberg.svg) ![commit hash: abaf8dc39cc35be6d2e861a4245c6367c1aa1234 commit hash: abaf8dc39cc35be6d2e861a4245c6367c1aa1234](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Jose Alonso Cardenas Marquez (acm) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
security/wazuh: Update to 4.7.0
- Fix ssl=openssl build [1]
- Fix permissions of backup/db directory. Now backup are generated without
problems
- Add support for get ports info
- Add support for get processes info
- Add a better way for get memory info
- Add new decoders and rules files (https://github.com/alonsobsd/wazuh-freebsd)
- Update FreeBSD sca files (https://github.com/alonsobsd/wazuh-freebsd)
- Minor changes to SysInfo::getPackages function
- Another minor modifications
PR: 275008
Reported by: franco _at_ opnsense.org [1] |
4.6.0 03 Nov 2023 18:47:31
![commit hash: d7b99124a079ecfd09e4ee4d12770e41db7300f1 commit hash: d7b99124a079ecfd09e4ee4d12770e41db7300f1](/images/git.png) ![commit hash: d7b99124a079ecfd09e4ee4d12770e41db7300f1 commit hash: d7b99124a079ecfd09e4ee4d12770e41db7300f1](/images/codeberg.svg) ![commit hash: d7b99124a079ecfd09e4ee4d12770e41db7300f1 commit hash: d7b99124a079ecfd09e4ee4d12770e41db7300f1](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Jose Alonso Cardenas Marquez (acm) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
security/wazuh-*: Update to 4.6.0
- security/wazuh-manager: Deactivate CIS files. The are renamed to
yml.deprecated
- security/wazuh-agent: Don't install all CIS files
- Turn security.keys a sample file. It helps to avoid remove client.keys on
update
- Update pkg-message.in files
- Another minor modifications |
4.5.4 23 Oct 2023 23:02:07
![commit hash: a8e4946f00997f8b410cce6e575901b2aecc62df commit hash: a8e4946f00997f8b410cce6e575901b2aecc62df](/images/git.png) ![commit hash: a8e4946f00997f8b410cce6e575901b2aecc62df commit hash: a8e4946f00997f8b410cce6e575901b2aecc62df](/images/codeberg.svg) ![commit hash: a8e4946f00997f8b410cce6e575901b2aecc62df commit hash: a8e4946f00997f8b410cce6e575901b2aecc62df](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Jose Alonso Cardenas Marquez (acm) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
security/wazuh-*: Update to 4.5.4
ChangeLog
at: https://documentation.wazuh.com/current/release-notes/release-4-5-4.html |
4.5.3 19 Oct 2023 22:21:22
![commit hash: 45aab66eae1a9ebbfae9525805454f9e9fbadc41 commit hash: 45aab66eae1a9ebbfae9525805454f9e9fbadc41](/images/git.png) ![commit hash: 45aab66eae1a9ebbfae9525805454f9e9fbadc41 commit hash: 45aab66eae1a9ebbfae9525805454f9e9fbadc41](/images/codeberg.svg) ![commit hash: 45aab66eae1a9ebbfae9525805454f9e9fbadc41 commit hash: 45aab66eae1a9ebbfae9525805454f9e9fbadc41](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Jose Alonso Cardenas Marquez (acm) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
security/wazuh-*: Update to 4.5.3
- security/wazuh-agent: Enable INOTIFY option by default. It enables Kevent
based real time monitoring. See some examples like use it at:
https://wazuh.com/blog/detecting-common-linux-persistence-techniques-with-wazuh/
- security/wazuh-manager: Add entries to pkg-message.in about FreeBSD SCA files
and FreeBSD decoders and rules files. I'll maintain update versions of these
files at https://github.com/alonsobsd/wazuh-freebsd
- security/wazuh-dashboard: Update project url to new one
- Othe minor modifications |
4.5.2 03 Oct 2023 05:27:34
![commit hash: a1b512e0161d4e965c74f3f1a8853596396c149d commit hash: a1b512e0161d4e965c74f3f1a8853596396c149d](/images/git.png) ![commit hash: a1b512e0161d4e965c74f3f1a8853596396c149d commit hash: a1b512e0161d4e965c74f3f1a8853596396c149d](/images/codeberg.svg) ![commit hash: a1b512e0161d4e965c74f3f1a8853596396c149d commit hash: a1b512e0161d4e965c74f3f1a8853596396c149d](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Jose Alonso Cardenas Marquez (acm) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
security/wazuh-*: update to 4.5.2
- wazuh-indexer and wazuh-dashboards now use 2.10.0 version of opensearch and
opensearch-dashboard
ChangeLog
at: https://documentation.wazuh.com/current/release-notes/release-4-5-2.html |
4.5.0 18 Aug 2023 05:25:50
![commit hash: 3bfa0c383e4f984daa1c973a4882d025b2a7df8d commit hash: 3bfa0c383e4f984daa1c973a4882d025b2a7df8d](/images/git.png) ![commit hash: 3bfa0c383e4f984daa1c973a4882d025b2a7df8d commit hash: 3bfa0c383e4f984daa1c973a4882d025b2a7df8d](/images/codeberg.svg) ![commit hash: 3bfa0c383e4f984daa1c973a4882d025b2a7df8d commit hash: 3bfa0c383e4f984daa1c973a4882d025b2a7df8d](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Jose Alonso Cardenas Marquez (acm) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
security/wazuh-*: Update to 4.5.0
- wazuh-indexer and wazuh-dashboards now use 2.9.0 version of opensearch and
opensearch-dashboard
- Revert beats dependency to beats7 (filebeat) at security/wazuh-server. beats8
has some issues with filebeat (Take a look at PR/272701) |
4.4.4 21 Jun 2023 19:19:06
![commit hash: 08d0f06faae0a9f67a2b1306954d0e74697cb1b8 commit hash: 08d0f06faae0a9f67a2b1306954d0e74697cb1b8](/images/git.png) ![commit hash: 08d0f06faae0a9f67a2b1306954d0e74697cb1b8 commit hash: 08d0f06faae0a9f67a2b1306954d0e74697cb1b8](/images/codeberg.svg) ![commit hash: 08d0f06faae0a9f67a2b1306954d0e74697cb1b8 commit hash: 08d0f06faae0a9f67a2b1306954d0e74697cb1b8](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Jose Alonso Cardenas Marquez (acm) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
security/wazuh-*: Update to 4.4.4
- Add python path files from lang/python39/files
- wazuh-indexer and wazuh-dashboards now use 2.8.0 version of opensearch and
opensearch-dashboard
- Update beats dependency to beats8 (filebeat) at security/wazuh-server |
4.4.3 30 May 2023 04:24:56
![commit hash: 55048ca1c75c7dde6361b87249ff8c1d48aa2485 commit hash: 55048ca1c75c7dde6361b87249ff8c1d48aa2485](/images/git.png) ![commit hash: 55048ca1c75c7dde6361b87249ff8c1d48aa2485 commit hash: 55048ca1c75c7dde6361b87249ff8c1d48aa2485](/images/codeberg.svg) ![commit hash: 55048ca1c75c7dde6361b87249ff8c1d48aa2485 commit hash: 55048ca1c75c7dde6361b87249ff8c1d48aa2485](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Jose Alonso Cardenas Marquez (acm) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
security/wazuh-*: Update to 4.4.3
- Mark IGNORE on FreeBSD 12-aarch64
- Use makepatch to generate patch files
- Fix typo at wazuh-agent and wazuh-manager pkg-message files [1]
- Fix some linking issues when devel/libsysinfo is installed (using ports).
wazuh-manager compile/install a library with the same name like libsysinfo and
it is used by syscollector feature.
- wazuh-dashboard use opensearch-dashboards 2.7.0
- Some other modifications
ChangeLog at: https://github.com/wazuh/wazuh/releases
PR: 271376
Reported by: lambert _ at _ sanesecurityguy.com [1] |
4.4.1 18 Apr 2023 14:35:19
![commit hash: b55640631dad4c46c313e34136fe84104d0f9c89 commit hash: b55640631dad4c46c313e34136fe84104d0f9c89](/images/git.png) ![commit hash: b55640631dad4c46c313e34136fe84104d0f9c89 commit hash: b55640631dad4c46c313e34136fe84104d0f9c89](/images/codeberg.svg) ![commit hash: b55640631dad4c46c313e34136fe84104d0f9c89 commit hash: b55640631dad4c46c313e34136fe84104d0f9c89](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Jose Alonso Cardenas Marquez (acm) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
security/wazuh-manager: Fix pkg-plist file
Reported by: pkg-fallout |
4.4.1 17 Apr 2023 23:51:44
![commit hash: 3f387b5f468389ed9e88d65798137234bf56193b commit hash: 3f387b5f468389ed9e88d65798137234bf56193b](/images/git.png) ![commit hash: 3f387b5f468389ed9e88d65798137234bf56193b commit hash: 3f387b5f468389ed9e88d65798137234bf56193b](/images/codeberg.svg) ![commit hash: 3f387b5f468389ed9e88d65798137234bf56193b commit hash: 3f387b5f468389ed9e88d65798137234bf56193b](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Jose Alonso Cardenas Marquez (acm) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
security/wazuh-*: update to 4.4.1
ChangeLog at: https://github.com/wazuh/wazuh/releases/tag/v4.4.1 |
4.4.0_1 04 Apr 2023 14:11:32
![commit hash: a3244e67b7a90eaa3fc842d05fb40b6d40f0eee0 commit hash: a3244e67b7a90eaa3fc842d05fb40b6d40f0eee0](/images/git.png) ![commit hash: a3244e67b7a90eaa3fc842d05fb40b6d40f0eee0 commit hash: a3244e67b7a90eaa3fc842d05fb40b6d40f0eee0](/images/codeberg.svg) ![commit hash: a3244e67b7a90eaa3fc842d05fb40b6d40f0eee0 commit hash: a3244e67b7a90eaa3fc842d05fb40b6d40f0eee0](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Jose Alonso Cardenas Marquez (acm) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
security/wazuh-manager: Fix issue on aarch64
- Bump PORTREVISION
Reported by: pkg-fallout |
4.4.0 31 Mar 2023 03:30:20
![commit hash: 72044b5eaa1230acbf451f8ea5c340021b2b0bb7 commit hash: 72044b5eaa1230acbf451f8ea5c340021b2b0bb7](/images/git.png) ![commit hash: 72044b5eaa1230acbf451f8ea5c340021b2b0bb7 commit hash: 72044b5eaa1230acbf451f8ea5c340021b2b0bb7](/images/codeberg.svg) ![commit hash: 72044b5eaa1230acbf451f8ea5c340021b2b0bb7 commit hash: 72044b5eaa1230acbf451f8ea5c340021b2b0bb7](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Jose Alonso Cardenas Marquez (acm) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
security/wazuh-*: Update to 4.4.0
- security/wazuh-manager: Add support for aarch64
ChangeLog at: https://github.com/wazuh/wazuh/releases/tag/v4.4.0 |
4.3.10 18 Nov 2022 03:39:27
![commit hash: bdb2089d278b499beea9b94b876c4f40c3781825 commit hash: bdb2089d278b499beea9b94b876c4f40c3781825](/images/git.png) ![commit hash: bdb2089d278b499beea9b94b876c4f40c3781825 commit hash: bdb2089d278b499beea9b94b876c4f40c3781825](/images/codeberg.svg) ![commit hash: bdb2089d278b499beea9b94b876c4f40c3781825 commit hash: bdb2089d278b499beea9b94b876c4f40c3781825](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Jose Alonso Cardenas Marquez (acm) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
security/wazuh-*: Update to 4.3.10
ChangeLog at: https://github.com/wazuh/wazuh/releases/tag/v4.3.10 |
4.3.9 30 Oct 2022 21:37:32
![commit hash: eed33d5e0327a740bffb6ace547e2913ed02f37b commit hash: eed33d5e0327a740bffb6ace547e2913ed02f37b](/images/git.png) ![commit hash: eed33d5e0327a740bffb6ace547e2913ed02f37b commit hash: eed33d5e0327a740bffb6ace547e2913ed02f37b](/images/codeberg.svg) ![commit hash: eed33d5e0327a740bffb6ace547e2913ed02f37b commit hash: eed33d5e0327a740bffb6ace547e2913ed02f37b](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Jose Alonso Cardenas Marquez (acm) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
security/wazuh-*: update to 4.3.9
ChangeLog at: https://github.com/wazuh/wazuh/releases/tag/v4.3.9 |
4.3.8_1 04 Oct 2022 04:32:18
![commit hash: 9e70fb1423975f4d1b544323cb4ea74faa1f00dd commit hash: 9e70fb1423975f4d1b544323cb4ea74faa1f00dd](/images/git.png) ![commit hash: 9e70fb1423975f4d1b544323cb4ea74faa1f00dd commit hash: 9e70fb1423975f4d1b544323cb4ea74faa1f00dd](/images/codeberg.svg) ![commit hash: 9e70fb1423975f4d1b544323cb4ea74faa1f00dd commit hash: 9e70fb1423975f4d1b544323cb4ea74faa1f00dd](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Jose Alonso Cardenas Marquez (acm) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
security/wazuh-manager: Fix fetch on FreeBSD 13.x and 14.x
Reported by: pkg-fallout |
4.3.8 24 Sep 2022 09:43:26
![commit hash: 0db71d89bc9143637a39c8e8e3c4ac5bd16bd2bc commit hash: 0db71d89bc9143637a39c8e8e3c4ac5bd16bd2bc](/images/git.png) ![commit hash: 0db71d89bc9143637a39c8e8e3c4ac5bd16bd2bc commit hash: 0db71d89bc9143637a39c8e8e3c4ac5bd16bd2bc](/images/codeberg.svg) ![commit hash: 0db71d89bc9143637a39c8e8e3c4ac5bd16bd2bc commit hash: 0db71d89bc9143637a39c8e8e3c4ac5bd16bd2bc](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Jose Alonso Cardenas Marquez (acm) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
security/wazuh-manager: update to 4.3.8
ChangeLog
at: https://documentation.wazuh.com/current/release-notes/release-4-3-8.html |
4.3.7 09 Sep 2022 20:32:24
![commit hash: e942e560c468063b850b05ae3df340b36f24c7b5 commit hash: e942e560c468063b850b05ae3df340b36f24c7b5](/images/git.png) ![commit hash: e942e560c468063b850b05ae3df340b36f24c7b5 commit hash: e942e560c468063b850b05ae3df340b36f24c7b5](/images/codeberg.svg) ![commit hash: e942e560c468063b850b05ae3df340b36f24c7b5 commit hash: e942e560c468063b850b05ae3df340b36f24c7b5](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Daniel Engberg (diizzy) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
*/*: Update path set in BUILD_DEPENDS for CMake
Commit b23ea4e2d2f51b53d8915fe9fd7b4efbdd575e38 changed its location to
devel/cmake-core
Approved by: portmgr (blanket) |
07 Sep 2022 21:58:51
![commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4](/images/git.png) ![commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4](/images/codeberg.svg) ![commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Stefan Eßer (se) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
4.3.7 07 Sep 2022 21:10:59
![commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52](/images/git.png) ![commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52](/images/codeberg.svg) ![commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Stefan Eßer (se) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
4.3.7 07 Sep 2022 10:26:41
![commit hash: b86221feeafaacbff38b27dd5999866460e3a67b commit hash: b86221feeafaacbff38b27dd5999866460e3a67b](/images/git.png) ![commit hash: b86221feeafaacbff38b27dd5999866460e3a67b commit hash: b86221feeafaacbff38b27dd5999866460e3a67b](/images/codeberg.svg) ![commit hash: b86221feeafaacbff38b27dd5999866460e3a67b commit hash: b86221feeafaacbff38b27dd5999866460e3a67b](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Tobias C. Berner (tcberner) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
cleanup: remove trailing whitepaces |
4.3.7 26 Aug 2022 04:07:04
![commit hash: 78cd7fdce037d80056ef18a97a9018c5529c99ae commit hash: 78cd7fdce037d80056ef18a97a9018c5529c99ae](/images/git.png) ![commit hash: 78cd7fdce037d80056ef18a97a9018c5529c99ae commit hash: 78cd7fdce037d80056ef18a97a9018c5529c99ae](/images/codeberg.svg) ![commit hash: 78cd7fdce037d80056ef18a97a9018c5529c99ae commit hash: 78cd7fdce037d80056ef18a97a9018c5529c99ae](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Jose Alonso Cardenas Marquez (acm) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
security/wazuh-*: update to 4.3.7
- Add better way to install python wheels. It could fix issues when fbsd is
updated to security patch or minor release
ChangeLog at: https://github.com/wazuh/wazuh/releases/tag/v4.3.7 |
4.3.6_2 09 Aug 2022 22:49:25
![commit hash: 46dd52bdbffa750024dc30984b8109ccdbd76a8f commit hash: 46dd52bdbffa750024dc30984b8109ccdbd76a8f](/images/git.png) ![commit hash: 46dd52bdbffa750024dc30984b8109ccdbd76a8f commit hash: 46dd52bdbffa750024dc30984b8109ccdbd76a8f](/images/codeberg.svg) ![commit hash: 46dd52bdbffa750024dc30984b8109ccdbd76a8f commit hash: 46dd52bdbffa750024dc30984b8109ccdbd76a8f](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Jose Alonso Cardenas Marquez (acm) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
security/wazuh-manager: Fix build
- Fix build on 14-CURRENT
- It works only on amd64. It could works on i386 but I prefer don't expend time
on it because i386 passed to tier 2 on 13.x. aarch64 could be a good platform
for it. I'll try looking on it later
- Bump PORTREVISION
Reported by: pkg-fallout |
4.3.6_1 04 Aug 2022 00:40:32
![commit hash: f198cfc25ee58a60c071f9e604559443a68f29f9 commit hash: f198cfc25ee58a60c071f9e604559443a68f29f9](/images/git.png) ![commit hash: f198cfc25ee58a60c071f9e604559443a68f29f9 commit hash: f198cfc25ee58a60c071f9e604559443a68f29f9](/images/codeberg.svg) ![commit hash: f198cfc25ee58a60c071f9e604559443a68f29f9 commit hash: f198cfc25ee58a60c071f9e604559443a68f29f9](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Jose Alonso Cardenas Marquez (acm) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
security/wazuh-manager: Make pkg-fallout happier
- Change OSVERSION for 13.x support
- Bump PORTREVISION |
4.3.6 31 Jul 2022 20:20:14
![commit hash: d7fcd1c31b8f4455a2d9bcd62b454364108e4687 commit hash: d7fcd1c31b8f4455a2d9bcd62b454364108e4687](/images/git.png) ![commit hash: d7fcd1c31b8f4455a2d9bcd62b454364108e4687 commit hash: d7fcd1c31b8f4455a2d9bcd62b454364108e4687](/images/codeberg.svg) ![commit hash: d7fcd1c31b8f4455a2d9bcd62b454364108e4687 commit hash: d7fcd1c31b8f4455a2d9bcd62b454364108e4687](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Jose Alonso Cardenas Marquez (acm) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
security/wazuh-manager: New port: Security tool to monitor and check logs and
intrusions (server)
Wazuh is a free and open source platform used for threat prevention, detection,
and response. It is capable of protecting workloads across on-premises,
virtualized, containerized, and cloud-based environments.
Wazuh solution consists of an endpoint security agent, deployed to the
monitored systems, and a management server, which collects and analyzes data
gathered by the agents. Besides, Wazuh has been fully integrated with the
Elastic Stack, providing a search engine and data visualization tool that
allows users to navigate through their security alerts.
WWW: https://wazuh.com/ |