Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating versions #2121

Merged
merged 1 commit into from
May 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion BUGS
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
OSSEC v3.7.0
OSSEC v3.8.0
Copyright (C) 2019 Trend Micro Inc.


Expand Down
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
**OSSEC changelog (3.8.0) <scott@atomicorp.com>**

**Release Maintainers**

Dan Parriott

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

**Contributors on this release**

**Release Notes**


**General**


**OSSEC changelog (3.7.0) <scott@atomicorp.com>**

**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.7.0
OSSEC v3.8.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.7.0
OSSEC v3.8.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.7.0 Copyright (C) 2019 Trend Micro Inc.
OSSEC v3.8.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.7.0
v3.8.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 __ossec_version "v3.7.0"
#define __ossec_version "v3.8.0"
#define __author "OSSEC Foundation"
#define __contact "contact@ossec.net"
#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.7.0"
VERSION="v3.8.0"
DAEMONS="ossec-logcollector ossec-syscheckd ossec-agentd ossec-execd"

[ -f /etc/ossec-init.conf ] && . /etc/ossec-init.conf
Expand Down
Empty file modified src/init/ossec-hids-alpine.init
100644 → 100755
Empty file.
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.7.0"
VERSION="v3.8.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.7.0"
VERSION="v3.8.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.7.0 **
** OSSEC Windows Agent v3.8.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.7.0"
!define VERSION "3.8.0"
!define NAME "OSSEC HIDS"
!define SERVICE "OssecSvc"

Expand Down
Loading