Skip to content

Commit 341f92e

Browse files
authored
Merge pull request ossec#2206 from atomicturtle/v4.1.0-version-update
V4.1.0 version update
2 parents a386a49 + f657be9 commit 341f92e

15 files changed

Lines changed: 71 additions & 16 deletions

File tree

BUGS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
OSSEC v4.0.0
1+
OSSEC v4.1.0
22

33

44
** Reporting bugs **

CHANGELOG.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,48 @@
1+
**OSSEC changelog (4.1.0) <support@atomicorp.com>**
2+
3+
**Release Maintainers**
4+
5+
Dan Parriott
6+
7+
Scott R. Shinn (https://www.atomicorp.com)
8+
9+
**Contributors on this release**
10+
11+
- @atomicturtle
12+
- @mobstef
13+
14+
**Release Notes**
15+
16+
This release focuses on improving core stability, scalability, and platform support. Key enhancements include SMTP authentication support, IPv6 whitelisting improvements, and support for large files (>2GB). This release also includes multiple bug fixes for analysisd and logcollector crashes.
17+
18+
**Security Fixes**
19+
20+
- @atomicturtle - [PR 2181](https://github.com/ossec/ossec-hids/pull/2181) - Increase default decoder field limit to 256 to support complex log formats
21+
- @atomicturtle - [PR 2195](https://github.com/ossec/ossec-hids/pull/2195) - Add SMTP TLS and authentication support to maild and monitord
22+
23+
**General**
24+
25+
- @atomicturtle - [PR 2183](https://github.com/ossec/ossec-hids/pull/2183) - CentOS 7 build fixes and C99 adjustments
26+
- @atomicturtle - [PR 2185](https://github.com/ossec/ossec-hids/pull/2185) - Add support for Rocky Linux 9
27+
- @atomicturtle - [PR 2186](https://github.com/ossec/ossec-hids/pull/2186) - Fix agent_control -l output formatting and ICMP logging
28+
- @atomicturtle - [PR 2192](https://github.com/ossec/ossec-hids/pull/2192) - Spec file improvements for RPM packaging
29+
- @mobstef - [PR 2194](https://github.com/ossec/ossec-hids/pull/2194) - Fix Lua symlink targets in build process
30+
- @atomicturtle - [PR 2196](https://github.com/ossec/ossec-hids/pull/2196) - Add GitHub Actions for automated Linux builds
31+
- @atomicturtle - [PR 2197](https://github.com/ossec/ossec-hids/pull/2197) - Add GitHub Actions for automated Windows builds
32+
- @atomicturtle - [PR 2198](https://github.com/ossec/ossec-hids/pull/2198) - Increase OS_MAXSTR to 6144 to prevent log truncation
33+
- @atomicturtle - [PR 2200](https://github.com/ossec/ossec-hids/pull/2200) - Improve IPv6 whitelisting and support in install.sh
34+
- @atomicturtle - [PR 2201](https://github.com/ossec/ossec-hids/pull/2201) - Enable large file support (>2GB) in Makefile and hash operations
35+
36+
**Bug Fixes**
37+
38+
- @atomicturtle - [PR 2162](https://github.com/ossec/ossec-hids/pull/2162) - Fix Windows version reporting and DB reconnection logic
39+
- @atomicturtle - [PR 2184](https://github.com/ossec/ossec-hids/pull/2184) - Fix false positive in rootcheck for /dev/shm
40+
- @atomicturtle - [PR 2187](https://github.com/ossec/ossec-hids/pull/2187) - Fix memory leak in logcollector and initialize DH parameters in os_auth
41+
- @atomicturtle - [PR 2188](https://github.com/ossec/ossec-hids/pull/2188) - Fix crash in analysisd on sid_prev_matched list overflow
42+
- @atomicturtle - [PR 2191](https://github.com/ossec/ossec-hids/pull/2191) - Fix segfault in analysisd with custom decoders and LibMagic
43+
- @atomicturtle - [PR 2199](https://github.com/ossec/ossec-hids/pull/2199) - FIM: handle missing fields in syscheck logs and update Windows manifest IDs
44+
45+
146
**OSSEC changelog (4.0.0) <support@atomicorp.com>**
247

348
**Release Maintainers**

CONFIG

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
OSSEC v4.0.0
1+
OSSEC v4.1.0
22
Copyright (C) 2019 Trend Micro Inc.
33

44

CONTRIBUTORS

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
OSSEC v3.2.0
2-
Copyright (C) 2019 Trend Micro Inc.
1+
OSSEC v4.1.0
2+
Copyright (C) 2026 Atomicorp, Inc.
3+
Copyright (C) 2009 Trend Micro Inc.
34

45
Many thanks to everyone who contributed and helped with
56
the ossec project. Below is the list of all the people
@@ -52,6 +53,13 @@ who helped us since our first release (0.1).
5253
- Jason Stelzer <jason.stelzer@gmail.com>
5354
- Antonio Querubin <tony@lavanauts.org>
5455
- Santiago Bassett <santiago.bassett@gmail.com>
56+
- mobstef <mobstef@bemsoft.pl>
57+
- Tyler Hess <tylerlhess@gmail.com>
58+
- Alvaro Muñoz <pwntester@github.com>
59+
- Kirill Trofimov <g3rhard@users.noreply.github.com>
60+
- Neil Garratt <ngarratt@gmail.com>
61+
- Stanislav Kysel <staskysel+baculagit@gmail.com>
62+
- Logan Mitchell <loganmitchell2011@gmail.com>
5563

5664
-Testing/Patches Rules and other contributions.
5765
- Cédric Bleimling <cedri@dryades.org

INSTALL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
OSSEC v4.0.0
1+
OSSEC v4.1.0
22
Copyright (C) 2019 Trend Micro Inc.
33

44

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
OSSEC v4.0.0
1+
OSSEC v4.1.0
22

33
# Information about OSSEC
44

contrib/debian-packages/generate_ossec.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
#
2222

2323
NAME="ossec-hids"
24-
ossec_version='4.0.0'
24+
ossec_version='4.1.0'
2525
source_file="${NAME}-${ossec_version}.tar.gz"
2626
#packages=(ossec-hids ossec-hids-agent) # only options available
2727
packages=(ossec-hids ossec-hids-agent)

ossec-hids.spec

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
Summary: An Open Source Host-based Intrusion Detection System
2222
Name: ossec-hids
2323
Epoch: 1
24-
Version: 4.0.0
24+
Version: 4.1.0
2525
Release: 1%{?dist}.art
2626
License: GPL
2727
Group: Applications/System
@@ -77,7 +77,6 @@ ExclusiveOS: linux
7777

7878

7979
%define _use_internal_dependency_generator 0
80-
%define __find_requires %{_builddir}/%{name}-%{version}/contrib/specs/filter-requires.sh
8180

8281
%description
8382
OSSEC is a scalable, multi-platform, open source Host-based Intrusion Detection
@@ -751,6 +750,9 @@ fi
751750

752751
# Changes
753752
%changelog
753+
* Sat Apr 11 2026 Support <support@atomicorp.com> - 4.1.0-1
754+
- Update to 4.1.0
755+
754756
* Sun Feb 1 2026 Support <support@atomicorp.com> - 4.0.0-1
755757
- Update to 4.0.0
756758

src/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v4.0.0
1+
v4.1.0

src/headers/defs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939

4040
/* Some global names */
4141
#define __ossec_name "OSSEC HIDS"
42-
#define __ossec_version "v4.0.0"
42+
#define __ossec_version "v4.1.0"
4343
#define __author "OSSEC Foundation"
4444
#define __contact "contact@ossec.net"
4545
#define __site "https://www.ossec.net"

0 commit comments

Comments
 (0)