mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
suricata: downgrade suricata to 6.0.20
suricata 7.0.7 af-packet(XDP) IPS mode cause slow Internet access, 6.0.20 does not have this issue. see https://github.com/vincentmli/BPFire/issues/81 Signed-off-by: Vincent Li <vincent.mc.li@gmail.com>
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
|
||||
include Config
|
||||
|
||||
VER = 7.0.7
|
||||
VER = 6.0.20
|
||||
|
||||
THISAPP = suricata-$(VER)
|
||||
DL_FILE = $(THISAPP).tar.gz
|
||||
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
|
||||
|
||||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
||||
|
||||
$(DL_FILE)_BLAKE2 = 6fc54db3992526693980388b3326e57c6a868dfc780426094385ef90b0b07a4776fac9f3b3f525313dabac42211e461ce79bdf21a0ca37cc764dd61980afdc75
|
||||
$(DL_FILE)_BLAKE2 = bff69efe2be9f4609136190c61742f9c0caf044648af40081356194fcbde7caa5db32a58a4e12024040d0e971ffe2511150160c05ceae7bc9c8482715d8d6856
|
||||
|
||||
install : $(TARGET)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user