Skip to content

Commit

Permalink
Updating to 3.5.0
Browse files Browse the repository at this point in the history
Signed-off-by: Scott R. Shinn <[email protected]>
  • Loading branch information
atomicturtle committed Nov 15, 2019
1 parent e5aefed commit 9aa6ebe
Show file tree
Hide file tree
Showing 12 changed files with 49 additions and 11 deletions.
2 changes: 1 addition & 1 deletion BUGS
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
OSSEC v3.4.0
OSSEC v3.5.0
Copyright (C) 2019 Trend Micro Inc.


Expand Down
38 changes: 38 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,41 @@
OSSEC changelog (3.5.0) <[email protected]>

Release Maintainers

Dan Parriott
Scott R. Shinn (http://www.atomicorp.com)

Contributors on this release

(@atomicturtle) Scott Shinn - Maintainer
(@ddpbsd) Dan Parriot - Maintainer
(@drsjb80) Steve Beaty - Community
(@sempervictus) Boris Lukashev - Community

Release notes:

This would have been a minor 3.4.1 update if it wasnt for Boris Lukashev of https://www.sempervictus.com
contributing a much needed update to multi-line log analysis. Previous usage of multi-line in OSSEC in
the past was limited in processing events that did not use indentiation, a fairly common modern practice
for readability. This update adds a new type: multi-line_indented to handle this condition (Example: postgresql).

Maintenance fixes in this release also address issue #1781, which affected maild when calling an external program, and add support for Fedora 31


Whats New:

(@atomicturtle) - Fedora 31 Support
(@sempervictus) - Implement multi-line collection for indented logs #1780
(@drsjb80) - Added authentication log file location for debian-based systems #1784


General

(@ddpbsd) - Fix for Issue #1781, corrects issues with program sending mail




OSSEC changelog (3.4.0) <[email protected]>

Release Maintainers
Expand Down
2 changes: 1 addition & 1 deletion CONFIG
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
OSSEC v3.4.0
OSSEC v3.5.0
Copyright (C) 2019 Trend Micro Inc.


Expand Down
2 changes: 1 addition & 1 deletion INSTALL
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
OSSEC v3.4.0
OSSEC v3.5.0
Copyright (C) 2019 Trend Micro Inc.


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
OSSEC v3.4.0 Copyright (C) 2019 Trend Micro Inc.
OSSEC v3.5.0 Copyright (C) 2019 Trend Micro Inc.

# Information about OSSEC

Expand Down
2 changes: 1 addition & 1 deletion src/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v3.4.0
v3.5.0
2 changes: 1 addition & 1 deletion src/headers/defs.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

/* Some global names */
#define __ossec_name "OSSEC HIDS"
#define __version "v3.4.0"
#define __version "v3.5.0"
#define __author "OSSEC Foundation"
#define __contact "[email protected]"
#define __site "https://www.ossec.net"
Expand Down
2 changes: 1 addition & 1 deletion src/init/ossec-client.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ DIR=`dirname $PWD`;

### Do not modify below here ###
NAME="OSSEC HIDS"
VERSION="v3.4.0"
VERSION="v3.5.0"
DAEMONS="ossec-logcollector ossec-syscheckd ossec-agentd ossec-execd"

[ -f /etc/ossec-init.conf ] && . /etc/ossec-init.conf
Expand Down
2 changes: 1 addition & 1 deletion src/init/ossec-local.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ if [ $? = 0 ]; then
fi

NAME="OSSEC HIDS"
VERSION="v3.4.0"
VERSION="v3.5.0"
DAEMONS="ossec-monitord ossec-logcollector ossec-syscheckd ossec-analysisd ossec-maild ossec-execd ${DB_DAEMON} ${CSYSLOG_DAEMON} ${AGENTLESS_DAEMON}"

## Locking for the start/stop
Expand Down
2 changes: 1 addition & 1 deletion src/init/ossec-server.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ if [ $? = 0 ]; then
fi

NAME="OSSEC HIDS"
VERSION="v3.4.0"
VERSION="v3.5.0"

[ -f /etc/ossec-init.conf ] && . /etc/ossec-init.conf;

Expand Down
2 changes: 1 addition & 1 deletion src/win32/help.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
** OSSEC Windows Agent v3.4.0 **
** OSSEC Windows Agent v3.5.0 **
** Copyright (C) 2014 Trend Micro Inc. **


Expand Down
2 changes: 1 addition & 1 deletion src/win32/ossec-installer.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
; general
!define MUI_ICON favicon.ico
!define MUI_UNICON ossec-uninstall.ico
!define VERSION "3.4.0"
!define VERSION "3.5.0"
!define NAME "OSSEC HIDS"
!define SERVICE "OssecSvc"

Expand Down

0 comments on commit 9aa6ebe

Please sign in to comment.