From 523b8161f06e757d33dd0c1c0fa632a151329eac Mon Sep 17 00:00:00 2001 From: "Scott R. Shinn" Date: Tue, 15 Oct 2019 11:38:41 -0400 Subject: [PATCH] Updating changelog Signed-off-by: Scott R. Shinn --- CHANGELOG | 68 ++++++++++++++++++++++++++----------------------------- 1 file changed, 32 insertions(+), 36 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 1855647fb..d2728fbde 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -24,50 +24,46 @@ pcre2 rules Whats New -(ddpbsd) Fix for agentd/maild when ipv6 is disabled and/or hostnames are used instead of IPs #1698 -Debian buster -Fedora 30 -Redhat 8 +Big changes in this release add support for the following new platforms: + - Debian buster + - Fedora 30 + - RHEL 8 + - (Much awaited!) Centos 8 +Snapcraft.io universal linux packaging support (aka Snaps) allow for a universal OSSEC package across multiple linux distributions. + +Last but not least, ddpbsd has a long awaited fix for agentd/maild when ipv6 is disabled and/or hostnames are used instead of IPs in PR#1698. Thanks again to all our community contributors, and dedicated team members for their work on this release! New Rules / Decoders - -(aquerubin) Updated IPv4-dependent regexp in ownCloud decoders. #1697 -(jubois) Fix 1708 (Incorrect regex match) #1710 -(jubois) PCRE2 rulefiles conversion #1711 -(jubois) PCRE2 decoders conversion #1712 -(aquerubin) Fix owncloud decoder #1724 -(iasdeoupxe) Additional ownCloud decoder fix #1725 -(iasdeoupxe) Second ownCloud decoder fix #1726 -(ddpbsd) Adjust pix decoder and a firewall rule #1749 -(binrush) Fixed missing same_source_ip in rule 11306 #1751 pureftpd -(ddpbsd) Addition to sshd rule, new ntpd rule #1757, -(ddpbsd) Fix rule IDs #1760 - openbsd_rules +(aquerubin) Updated IPv4-dependent regexp in ownCloud decoders. PR#1697 +(jubois) Fix Issue #1708 (Incorrect regex match) PR#1710 +(jubois) PCRE2 rulefiles conversion PR#1711 +(jubois) PCRE2 decoders conversion PR#1712 +(aquerubin) Fix owncloud decoder PR#1724 +(iasdeoupxe) Additional ownCloud decoder fix PR#1725 +(iasdeoupxe) Second ownCloud decoder fix PR#1726 +(ddpbsd) Adjust pix decoder and a firewall rule PR#1749 +(binrush) Fixed missing same_source_ip in rule 11306 PR#1751 pureftpd +(ddpbsd) Addition to sshd rule, new ntpd rule PR#1757, +(ddpbsd) Fix rule IDs PR#1760 - openbsd_rules General -(ddpbsd) syscheck, Try to silence the "Attempted to check FS status for" message. #1701 -(ddpbsd) Add some basic error handling to syscheck_control #1702 -(ddpbsd) More unlink and fopen error handling in src/util #1703 -(almirb) Added Cloudflare active-response script. #1709 -(Varstahl) cyslogd, csyslogd CEF – Remove duplicate parameters and fix discarded hashes #1713 -(atomicturtle) - Updating links, using https, conference links #1714 +(ddpbsd) syscheck, Try to silence the "Attempted to check FS status for" message. PR#1701 +(ddpbsd) syscheck, Add some basic error handling to syscheck_control PR#1702 +(ddpbsd) core, More unlink and fopen error handling in src/util PR#1703 +(almirb) active-response,Added Cloudflare active-response script. PR#1709 +(Varstahl) cyslogd, csyslogd CEF – Remove duplicate parameters and fix discarded hashes PR#1713 +(atomicturtle) - docs, Updating links, using https, conference links PR#1714 (Varstahl) cyslogd, Fix: csyslogd – CEF escaping / multi-line syslog -(ddpbsd) core, Check return values for unlink(2) calls #1733 -(mikeroyal) snap build support #1737 -(ddpbsd) Set PCRE2_SYSTEM to no by default. #1738 -(ddpbsd) logtest Remove leading space from field names #1741 -(bchavet) Verify Googlebot #1752 , this is a code function in generic_samples.c -(ddpbsd) analysisd Free the lf->fields memory. #1758, fixes issue #1727 -(ddpbsd) Update some travis-ci bits #1759 - travis fixes - - - - - - - +(ddpbsd) core, Check return values for unlink(2) calls PR#1733 +(mikeroyal) packaging, snap build support PR#1737 +(ddpbsd) core, Set PCRE2_SYSTEM to no by default. PR#1738 +(ddpbsd) logtest, Remove leading space from field names PR#1741 +(bchavet) analysisd, Verify Googlebot PR#1752 , this is a code function in generic_samples.c +(ddpbsd) analysisd, Free the lf->fields memory. PR#1758, fixes issue #1727 +(ddpbsd) testing, Update some travis-ci bits PR#1759 - travis fixes