From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] suricata: 'Downdate' to 5.0.5 Date: Sat, 12 Dec 2020 10:14:35 +0100 Message-ID: <20201212091435.20982-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4982889881813229996==" List-Id: --===============4982889881813229996== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Triggered by https://lists.ipfire.org/pipermail/development/2020-December/008= 868.html Workaround for https://bugzilla.ipfire.org/show_bug.cgi?id=3D12548 Downgrading to 'suricata 5.0.5' bypasses Bug #12548 for now, but its only a temporary workaround... Signed-off-by: Matthias Fischer --- lfs/suricata | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/suricata b/lfs/suricata index 2871d8e7b..c5dc46af4 100644 --- a/lfs/suricata +++ b/lfs/suricata @@ -24,7 +24,7 @@ =20 include Config =20 -VER =3D 6.0.0 +VER =3D 5.0.5 =20 THISAPP =3D suricata-$(VER) DL_FILE =3D $(THISAPP).tar.gz @@ -44,7 +44,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_MD5 =3D bbddcf2f209930206ef21977d40120d2 +$(DL_FILE)_MD5 =3D fe039cc4571eb56828874ddc0b71dc51 =20 install : $(TARGET) =20 --=20 2.18.0 --===============4982889881813229996==--