From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: Re: [PATCH] suricata: Update to 7.0.6 Date: Fri, 28 Jun 2024 09:57:10 +0100 Message-ID: In-Reply-To: <20240628083233.3426566-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4232493769305646910==" List-Id: --===============4232493769305646910== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Thank you very much for upgrading this so urgently :) -Michael Reviewed-by: Michael Tremer > On 28 Jun 2024, at 09:32, Matthias Fischer = wrote: >=20 > Excerpt from changelog: > "7.0.6 -- 2024-06-26 >=20 > Security #7042: defrag: id reuse can lead to invalid reassembly (7.0.x back= port)(CVE 2024-37151) > Security #7105: http2: oom from duplicate headers (7.0.x backport) > Security #7033: http/range: segv when http.memcap is reached (7.0.x backpor= t) > Security #6988: modbus: txs without responses are never freed (7.0.x backpo= rt) > Bug #7107: packet: app-layer-events incorrectly used on recycled packets (7= .0.x backport) > Bug #7064: util/radix-tree: Possible dereference of nullptr in case of unsu= ccess allocation of memory for node (7.0.x backport) > Bug #7063: smtp/mime: data command rejected by pipelining server does not r= eset data mode (7.0.x backport) > Bug #7060: smtp: split name logged as 2 names (7.0.x backport) > Bug #7050: af-packet: failure to start up on many threads plus high load (7= .0.x backport) > Bug #7043: Crasher in HTTP chunked / StreamingBuffer (7.0.x backport) > Bug #7038: pcap/log: MacOS rotates file well before limit is reached (7.0.x= backport) > Bug #7035: time: in offline mode, time can stay behind at pcap start (7.0.x= backport) > Bug #7023: unix-socket: iface-bypassed-stat crash (7.0.x backport) > Bug #7021: unix-socket: hostbit commands don't properly release host (7.0.x= backport) > Bug #7015: rust: build with rust 1.78 with slice::from_raw_parts now requir= ing the pointer to be non-null (7.0.x backport) > Bug #6990: tls.random buffers don't work as expected (7.0.x backport) > Bug #6986: iprep: rule with '=3D,0' can't match (7.0.x backport) > Bug #6975: detect: log relevant frames app-layer metdata (7.0.x backport) > Bug #6950: decode/ppp: decoder.event.ppp.wrong_type on valid packet (7.0.x = backport) > Bug #6897: detect/port: upper boundary ports are not correctly handled (7.0= .x backport) > Bug #6895: detect/port: port grouping does not happen correctly if gap betw= een a single and range port (7.0.x backport) > Bug #6862: Lightweight rules profiling: crash when profiling ends (7.0.x ba= ckport) > Bug #6848: alerts: wrongly using tx id 0 when there is no tx (7.0.x backpor= t) > Bug #6845: coverity: warning in port grouping code (7.0.x backport) > Bug #6844: detect/port: port ranges are incorrect when a port is single as = well as a part of range (7.0.x backport) > Bug #6690: Ethernet src should match src ip (7.0.x backport) > Bug #6520: detect-engine/port: recursive DetectPortInsert calls are expensi= ve (7.0.x backport) > Optimization #6830: detect/port: port grouping is quite slow in worst cases= (7.0.x backport) > Optimization #6829: detect/port: PortGroupWhitelist fn takes a lot of proce= ssing time (7.0.x backport) > Feature #7010: JA4 support for TLS and QUIC (7.0.x backport) > Feature #6557: Capability to have rules profiling on pcap run (7.0.x backpo= rt) > Documentation #6910: userguide: document how to verify tar.gz signature (7.= 0.x backport) > Documentation #6687: docs: port userguide build instruction changes from ma= ster-6.0.x (7.0.x backport) > Documentation #6601: docs: update eBPF installation instructions (7.0.x bac= kport)" >=20 > Signed-off-by: Matthias Fischer > --- > lfs/suricata | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) >=20 > diff --git a/lfs/suricata b/lfs/suricata > index a987fc520..88f3c4575 100644 > --- a/lfs/suricata > +++ b/lfs/suricata > @@ -24,7 +24,7 @@ >=20 > include Config >=20 > -VER =3D 7.0.5 > +VER =3D 7.0.6 >=20 > THISAPP =3D suricata-$(VER) > DL_FILE =3D $(THISAPP).tar.gz > @@ -40,7 +40,7 @@ objects =3D $(DL_FILE) >=20 > $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) >=20 > -$(DL_FILE)_BLAKE2 =3D 9a44e4561edcc8909853b88779aa520a79b684ca9114479a95b2= b34f8e34b6a0f5887d4b332dddb9da225335d7642089345e7f245a1ebce68f42f38126eb4b58 > +$(DL_FILE)_BLAKE2 =3D e031eda35913f0db553ae68e6fc4173db2f0a87b2f2c60141edf= 09abba3eef44cdba6cca1db039c8814525ff803dd60ea13cbba7b66e57fed3ae5297f90c7b18 >=20 > install : $(TARGET) >=20 > --=20 > 2.34.1 >=20 --===============4232493769305646910==--