From 0cc9cc50ee7a3cb379a5b93938ee101ca6f34df4 Mon Sep 17 00:00:00 2001 From: "Scott R. Shinn" Date: Thu, 17 Sep 2026 15:30:51 -0400 Subject: [PATCH] Stamp Sphinx docs and changelog for OSSEC 4.3.0. --- changelog.rst | 9 +++++++++ conf.py | 2 +- docs/development/gpg/index.rst | 2 +- docs/manual/installation/install-source.rst | 2 +- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/changelog.rst b/changelog.rst index eb38f0ba..298c6916 100644 --- a/changelog.rst +++ b/changelog.rst @@ -3,6 +3,15 @@ Change Log ---------- +4.3.0 (2026/08/25 14:05 +00:00) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +- FIM maintenance mode via ``agent_control -M``. +- TCP/TLS ``syslog_output`` in ``ossec-csyslogd``, with larger alert payloads. +- ModSecurity serial audit log collection (``modsec-audit``) and nginx + ModSecurity decoders/rules. +- Additional decoder, rule, and bug fixes. See the GitHub 4.3.0 release notes. + 4.2.0 (2026/08/02 12:00 +00:00) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/conf.py b/conf.py index b3a55804..1fc3e6fa 100644 --- a/conf.py +++ b/conf.py @@ -14,7 +14,7 @@ project = 'OSSEC' copyright = 'Atomicorp, Inc. 2026' author = 'Atomicorp' -release = '4.2.0' +release = '4.3.0' # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/docs/development/gpg/index.rst b/docs/development/gpg/index.rst index 9f9fd370..c62cc96c 100644 --- a/docs/development/gpg/index.rst +++ b/docs/development/gpg/index.rst @@ -20,7 +20,7 @@ Verify a release tarball curl -O https://www.ossec.net/files/OSSEC-ARCHIVE-KEY.asc gpg --import OSSEC-ARCHIVE-KEY.asc -3. Verify (replace ``VERSION`` with the release tag, for example ``4.2.0``): +3. Verify (replace ``VERSION`` with the release tag, for example ``4.3.0``): .. code-block:: console diff --git a/docs/manual/installation/install-source.rst b/docs/manual/installation/install-source.rst index 1402186b..24efddb5 100644 --- a/docs/manual/installation/install-source.rst +++ b/docs/manual/installation/install-source.rst @@ -95,7 +95,7 @@ Import the signing key from the official OSSEC site (do not rely on keyservers; gpg --import OSSEC-ARCHIVE-KEY.asc Download the tarball and matching signature for the release you are installing. -Replace ``VERSION`` with the release tag (for example ``4.2.0``): +Replace ``VERSION`` with the release tag (for example ``4.3.0``): .. code-block:: console