From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: Re: [PATCH] suricata: Update to 6.0.15 Date: Fri, 20 Oct 2023 10:06:33 +0200 Message-ID: <31e0801f-ef48-4597-8767-fcb537cadf7a@ipfire.org> In-Reply-To: <20231020063620.1943-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3382747634884380392==" List-Id: --===============3382747634884380392== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Adolf Belka On 20/10/2023 08:36, Matthias Fischer wrote: > Excerpt from changelog: > > "6.0.15 -- 2023-10-18 > > Security #6363: mime: quadratic complexity in MimeDecAddEntity (6.0.x backp= ort) > Bug #6407: email: disabled fields in suricata.yaml also get logged (6.0.x b= ackport) > Bug #6403: detect: multi-level tunneling inspection fails (6.0.x backport) > Bug #6377: byte_jump with negative post_offset before start of buffer failu= re (6.0.x backport) > Task #6364: decode: add drop reason for stream reassembly memcap (6.0.x bac= kport)" > > Signed-off-by: Matthias Fischer > --- > lfs/suricata | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/lfs/suricata b/lfs/suricata > index 5e16d1ac0..2e71ba49d 100644 > --- a/lfs/suricata > +++ b/lfs/suricata > @@ -24,7 +24,7 @@ > =20 > include Config > =20 > -VER =3D 6.0.14 > +VER =3D 6.0.15 > =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 7e14f16f04bdd632d26f4249c328ea918cc4edf96cc07be6a927= 22d4457353a36662e0041fd2b9669a104deaa010a093cb8195eb2604ed8145ab38f93a8b7124 > +$(DL_FILE)_BLAKE2 =3D cf5c2d5760e52f0b4eb0276feb89e056d74ef5478e3158a047fb= dec14022aa6e0ba986b7ee9f9ec49e2ebb3f206c7d71ad8ce8dc4eb9a6b48b4ba38c96c2f1c6 > =20 > install : $(TARGET) > =20 --=20 Sent from my laptop --===============3382747634884380392==--