Skip to content

Commit

Permalink
Merge pull request #1555 from atomicturtle/version-update-310
Browse files Browse the repository at this point in the history
Version update 310
  • Loading branch information
ddpbsd authored Oct 11, 2018
2 parents e68ba6a + 0968ab7 commit 897c787
Show file tree
Hide file tree
Showing 11 changed files with 85 additions and 12 deletions.
75 changes: 74 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,11 +1,84 @@
OSSEC changelog (3.0.0) <scott@atomicorp.com>
OSSEC changelog (3.1.0) <scott@atomicorp.com>

Release Maintainers

Dan Parriott
Scott R. Shinn (Atomicorp, Inc.)


3.1.0

Release Notes

Special thanks on this release go out to:
davestoddard for an amazingly well thought out, and well documented update to the networking code
Bob-Andrews for the largest update to the auditing system in the project history
phamvoung for resolving some very subtle bugs and high profile issues with the authd daemon

We'd also like to thank all the other fantastic contributors to the project, whom are referenced in parenthesis in the changelog. We cannot thank you enough!




Whats New
(davestoddard) Modification to Correct IP Connectivity Issues on BSD Servers PR #1412

New Rules / Decoders
(Bob-Andrews) - linux_usbdetect_rules.xml, ms1016_usbdetect_rules.xml, ms_firewall_rules.xml
(Bob-Andrews) - Added ms_ipsec_rules PR #1549
(Bob-Andrews) - Rootchecks for Debian 7+8, cis_debianlinux7-8_L1_rcl.txt, cis_debianlinux7-8_L2_rcl.txt, cis_win10_enterprise_L1_rcl.txt, cis_win10_enterprise_L2_rcl.txt PR #1531
(Bob-Andrews) - acsc_office2016_rcl.txt, Added rootcheck PR #1510
(Bob-Andrews) - added cis_win2016_memberL1_rcl.txt, cis_win2016_memberL2_rcl.txt PR #1496
(Bob-Andrews) - cis_win2012r2_memberL1_rcl.txt, Added Check Description/Alert PR #1495
(ddpbsd) - additional sshd decoders PR #1480
(ddpbsd) - basic support for Dnsmasq PR #1461

General
(iasdeoupxe) - host-deny.sh: Move duplicate entry check into the add action PR #1554
(iasdeoupxe) - host-deny.sh: Use consistent indentation PR #1553
(iasdeoupxe) - host-deny.sh: Remove unnecessary echo for duplicated entry PR #1552
(Bob-Andrews) - Added new id ranges for linux usb detection rules, ms1016 usb detection rules and ms firewall rules from PR #1543
(Bob-Andrews) - Corrected IDs to a non user defined range PR #1547 (psad_rules.xml, sysmon_rules.xml, unbound_rules.xml)
(c0r3dump3d) - Correct and expand spanish translation PR #1541
(ddpbsd) - Adjust the tests for sysmon rules PR #1548
(MangyCoyote) - install.sh - case for s-nail patch can't be applied if `mail` is not installed PR #1539
(atomicturtle) - ossec-authd Fix for foreground flags PR #1538
(atomicturtle) - ossec-authd Add -f foreground flag support PR #1537
(featzor) - psad signature match level 6 PR #1517
(Bob-Andrews) - Corrected rootcheck CIS tests for cis_win2012r2_domainL2_rcl.txt, is_win2012r2_memberL2_rcl.txt, cis_win2016_domainL2_rcl.txt PR #1521
(franciosi) - Updated README.md, correts small typos PR #1519
(ddpbsd) - Fix the subject handling. Issue submitted by Michael Starks #1370 PR #1377
(foygl) - ossec-slack.sh, Fix and clean up output for Slack integration PR #1508
(ddpbsd) - From issue #1514, a duplicate `_gsid1 == 0` -> `_gsid0 == 0` PR #1515
(Bob-Andrews) - cis_win2016_domainL1_rcl.txt, Corrected Check - Registry Hive PR #1511
(ashley-dunn) - Fix "bellow" typos in ossec-[client|local|server].sh files PR #1512
(ddpbsd) - Fix the log location in the ossec-slack AR script. PR #1422
(phamvuong) - BUGFIX: remove default value for authpass PR #1464
(calve) - Bump version definition in defs.h PR #1504
(ddpbsd) - More coverity fixes PR #1497
(ddpbsd) - Modify status() to not return 1 when maild is not running PR #1501
(ddpbsd) - Coverity fixes PR #1490
(Bob-Andrews) - Moved file to ossec-hids/ src/rootcheck/db/ PR #1493
(ddpbsd) - Make sure there's room for the full alert id in json alerts PR #1487
(ddpbsd) - Fix an issue in the nodiff option which could ignore files it isn't supposed to PR #1486
(ddpbsd) - Hard coded user/group changed to appropriate variables PR #1484
(ddpbsd) - Add FreeBSD's php.ini location to rootcheck db PR #1483
(ddpbsd) - Replace hard coded directories with the appropriate variables PR #1482
(ddpbsd) - When trying to bind to a local address, present the error on failure. PR #1457
(ddpbsd) - version_bump.sh Quick script to make version bumping easier PR #1532
(phamvuong) - Call select() before checking active socket PR #1529
(stephengroat) - use nicer looking travis build badge PR #1460
(stevhsu) - Correct lua version variable PR #1459




OSSEC changelog (3.0.0) <scott@atomicorp.com>

Release Maintainers

Dan Parriott
Scott R. Shinn (Atomicorp, Inc.)

Whats New
SQLite support for syscheck
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.0.0
OSSEC v3.1.0
Copyright (C) 2018 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.0.0
OSSEC v3.1.0
Copyright (C) 2018 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.0.0 Copyright (C) 2018 Trend Micro Inc.
OSSEC v3.1.0 Copyright (C) 2018 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.0.0
v3.1.0
4 changes: 2 additions & 2 deletions src/headers/defs.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@

/* Some global names */
#define __ossec_name "OSSEC HIDS"
#define __version "v3.0.0"
#define __version "v3.1.0"
#define __author "Trend Micro Inc."
#define __contact "contact@ossec.net"
#define __site "http://www.ossec.net"
#define __site "https://www.ossec.net"
#define __license "\
This program is free software; you can redistribute it and/or modify\n\
it under the terms of the GNU General Public License (version 2) as \n\
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.0.0"
VERSION="v3.1.0"
AUTHOR="Trend Micro Inc."
DAEMONS="ossec-logcollector ossec-syscheckd ossec-agentd ossec-execd"

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.0.0"
VERSION="v3.1.0"
AUTHOR="Trend Micro Inc."
DAEMONS="ossec-monitord ossec-logcollector ossec-syscheckd ossec-analysisd ossec-maild ossec-execd ${DB_DAEMON} ${CSYSLOG_DAEMON} ${AGENTLESS_DAEMON}"

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.0.0"
VERSION="v3.1.0"
AUTHOR="Trend Micro Inc."

[ -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.0.0 **
** OSSEC Windows Agent v3.1.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.0.0"
!define VERSION "3.1.0"
!define NAME "OSSEC HIDS"
!define SERVICE "OssecSvc"

Expand Down

0 comments on commit 897c787

Please sign in to comment.