Skip to content

Commit 651403c

Browse files
authored
Merge pull request #1696 from atomicturtle/v3.3-version-tag
V3.3.0 tagging
2 parents e2ebccd + d043aee commit 651403c

File tree

13 files changed

+87
-12
lines changed

13 files changed

+87
-12
lines changed

BUGS

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

44

CHANGELOG

Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,74 @@
1+
OSSEC changelog (3.3.0) <scott@atomicorp.com>
2+
3+
Release Maintainers
4+
5+
Dan Parriott
6+
Scott R. Shinn (http://www.atomicorp.com)
7+
8+
Contributors on this release
9+
10+
almirb (Almir Bolduan)
11+
aquerubin (Antonio Querubin)
12+
atomicturtle (Scott R. Shinn)
13+
Bob-Andrews (Bob Andrews)
14+
ddpbsd (Dan Parriott)
15+
jubois
16+
MangyCoyote
17+
mephesto1337
18+
19+
20+
21+
Release Notes
22+
23+
OSSECCON 2019, from the whole team here at OSSEC it was really fantastic meeting everyone at the show, and we look forward to seeing you all again at OSSECCON 2020!
24+
PCRE2, Jubois made a major update to the IDS foundation in OSSEC 3.3.0 with PCRE2 (https://www.pcre.org/current/doc/html/pcre2.html) library. This is an extremely powerful update to the overall pattern analysis functionaility in OSSEC. In order to build this with the native distribution pcre2 packages (pcre2-devel, etc), you will need to use: export PCRE2_SYSTEM=yes. This adds several new xml tags:
25+
- pcre2 (to replace regex)
26+
- match_pcre2
27+
- program_name_pcre2
28+
- prematch_pcre2
29+
- srcgeoip_pcre2
30+
- dstgeoip_pcre2
31+
- srcport_pcre2
32+
- dstport_pcre2
33+
- user_pcre2
34+
- url_pcre2
35+
- id_pcre2
36+
- status_pcre2
37+
- hostname_pcre2
38+
- extra_data_pcre2
39+
40+
Dynamic Decoders, discussed in the "Beyond Security" talk at OSSECCON 2019, this allows for user-defined keys in decoders. These are exposed in JSON output for inclusion with other data analytics tools. This adds a new internal option: analysisd.decoder_order_size to define the maximum number keys allowed in a single decoder.
41+
42+
43+
Whats New
44+
45+
(jubois) - PCRE2 regular expression support - PR#1652
46+
(atomicturtle) - ossec-analysisd, Dynamic decoder support. Original: Vikman Fdez-Castro - PR#1678
47+
(ddpbsd) - ossec-execd, Switch "white lists" to "allow lists" - PR#1687 - NARRATE HERE
48+
49+
New Rules / Decoders
50+
(Bob-Andrews) - rootcheck, update for NullSessionShares - PR#1669
51+
(Bob-Andrews) - topleveldomainrules.xml, Shady TLD web traffic detection - PR#1671
52+
(Bob-Andrews) - last_rootlogin_rules.xml, Sensitive login detection - PR#1671
53+
(Bob-Andrews) - unbound_rules.xml, added rule for maybe critical TLD request - PR#1672
54+
(Bob-Andrews) - rootcheck, Deleted repeating rules - PR#1674
55+
(ddpbsd) - Update info links in Windows rules - PR#1675
56+
(aquerubin) - Added decoder for pam_succeed_if - PR#1684
57+
58+
59+
General
60+
(MangyCoyote) - ossec-analysisd, support Syslog ISO timestamp events with optional fraction of second - PR#1664
61+
(ddpbsd) - Fix compilation with PCRE2_SYSTEM=yes - PR#1666
62+
(aquerubin) - ossec-batch-manager.pl, update regexp for ipv6 addresses - PR#1667
63+
(mephesto1337) - Fix part of issue#1663, compiling with PCRE2_SYSTEM=yes - PR#1677
64+
(ddpbsd) - active-response, Fix for issue#1647, log disable-account.sh to the correct location - PR#1683
65+
(aquerubin) - Copy resolv.conf on build event - PR#1685
66+
(almirb) - active-response, Corrected the way active-response logs are generated on windows - PR#1689
67+
(atomicturtle) - ossec-execd, Expose filename variable in AR add/delete events - PR#1695
68+
69+
70+
71+
172
OSSEC changelog (3.2.0) <scott@atomicorp.com>
273

374

CONFIG

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

44

INSTALL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
OSSEC v3.2.0
1+
OSSEC v3.3.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 v3.2.0 Copyright (C) 2019 Trend Micro Inc.
1+
OSSEC v3.3.0 Copyright (C) 2019 Trend Micro Inc.
22

33
# Information about OSSEC
44

contrib/version_bump.sh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,11 @@ sed -i -e "s/Agent v${OLDVERSION}/Agent v${NEWVERSION}/" src/win32/help.txt
3333
# misc
3434
sed -i -e "s/OSSEC v${OLDVERSION}/OSSEC v${NEWVERSION}/" INSTALL
3535
sed -i -e "s/OSSEC v${OLDVERSION}/OSSEC v${NEWVERSION}/" README.md
36+
sed -i -e "s/OSSEC v${OLDVERSION}/OSSEC v${NEWVERSION}/" CONFIG
37+
sed -i -e "s/OSSEC v${OLDVERSION}/OSSEC v${NEWVERSION}/" BUGS
3638

3739
# update defs.h
38-
sed -i -e "s/v${OLDVERSION}/v${NEWVERSION}" src/headers/defs.h
40+
sed -i -e "s/v${OLDVERSION}/v${NEWVERSION}/" src/headers/defs.h
41+
42+
# Update CONFIG
3943

src/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v3.2.0
1+
v3.3.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 __version "v3.2.0"
42+
#define __version "v3.3.0"
4343
#define __author "OSSEC Foundation"
4444
#define __contact "contact@ossec.net"
4545
#define __site "https://www.ossec.net"

src/init/ossec-client.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ DIR=`dirname $PWD`;
1111

1212
### Do not modify below here ###
1313
NAME="OSSEC HIDS"
14-
VERSION="v3.2.0"
14+
VERSION="v3.3.0"
1515
DAEMONS="ossec-logcollector ossec-syscheckd ossec-agentd ossec-execd"
1616

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

src/init/ossec-local.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ if [ $? = 0 ]; then
1919
fi
2020

2121
NAME="OSSEC HIDS"
22-
VERSION="v3.2.0"
22+
VERSION="v3.3.0"
2323
DAEMONS="ossec-monitord ossec-logcollector ossec-syscheckd ossec-analysisd ossec-maild ossec-execd ${DB_DAEMON} ${CSYSLOG_DAEMON} ${AGENTLESS_DAEMON}"
2424

2525
## Locking for the start/stop

src/init/ossec-server.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ if [ $? = 0 ]; then
1919
fi
2020

2121
NAME="OSSEC HIDS"
22-
VERSION="v3.2.0"
22+
VERSION="v3.3.0"
2323

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

src/win32/help.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
** OSSEC Windows Agent v3.2.0 **
1+
** OSSEC Windows Agent v3.3.0 **
22
** Copyright (C) 2014 Trend Micro Inc. **
33

44

src/win32/ossec-installer.nsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
; general
2626
!define MUI_ICON favicon.ico
2727
!define MUI_UNICON ossec-uninstall.ico
28-
!define VERSION "3.2.0"
28+
!define VERSION "3.3.0"
2929
!define NAME "OSSEC HIDS"
3030
!define SERVICE "OssecSvc"
3131

0 commit comments

Comments
 (0)