Created attachment 183514 [details] patch against head Hi, This updates Suricata to version 3.2.2 and brings several changes. The update *requires* the following update of libhtp: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220025 The update *closes* the following report: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212192 The following issue has been *superseded* and can be closed: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210490 Suricata 3.2.2 changelog: * Support additional runmodes for unix-socket * make install-full can have race conditions on OSX * af-packet: faulty VLAN handling in tpacket-v3 mode * bad checksum 0xffff * ippair: xbit unset memory leak * file store: file log / file store mismatch with multiple files * app-layer: fix memleak on bad traffic * http body handling: failed assertion * ippair: pair is direction sensitive * defrag – overlap issue in linux policy * unix socket: race condition on start up Changes for the port: * Depends on libhtp 0.5.24 or greater * Listen on multiple PCAP interfaces via RC script * Dependencies added in the 3.2.1 update move to the PRELUDE option where they belong Cheers, Franco
Thank you Franco. Please: - Confirm the changes pass QA (poudriere in particular) - Declare maintainer approval by setting maintainer-approval to + on attachments. Attachment -> Details -> maintainer-approval [+]
Created attachment 183517 [details] poudriere build log
A commit references this bug: Author: ultima Date: Sun Jun 18 15:06:34 UTC 2017 New revision: 443829 URL: https://svnweb.freebsd.org/changeset/ports/443829 Log: * Updated to 3.2.2 * Depends on libhtp 0.5.24 or greater * Listen on multiple PCAP interfaces via RC script * Dependencies added in the 3.2.1 update move to the PRELUDE option where they belong - Support additional runmodes for unix-socket - make install-full can have race conditions on OSX - af-packet: faulty VLAN handling in tpacket-v3 mode - bad checksum 0xffff - ippair: xbit unset memory leak - file store: file log / file store mismatch with multiple files - app-layer: fix memleak on bad traffic - http body handling: failed assertion - ippair: pair is direction sensitive - defrag ? overlap issue in linux policy - unix socket: race condition on start up PR: 220026 Submitted by: Franco Fichtner <franco@opnsense.org> (maintainer) Reviewed by: matthew (mentor) Approved by: matthew (mentor) Differential Revision: https://reviews.freebsd.org/D11251 Changes: head/security/suricata/Makefile head/security/suricata/distinfo head/security/suricata/files/suricata.in head/security/suricata/pkg-plist
Committed, thanks!