diff options
author | Armin Kuster <akuster808@gmail.com> | 2023-03-18 16:02:27 -0400 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2023-03-20 16:30:29 -0400 |
commit | b734cf77e2f114b9e83cf3c1ccd04debba99fdba (patch) | |
tree | 33706503a5f70f6ae66ae3ed9a05ba0ffbe7ecc3 | |
parent | 90feb1888d69de4d797e3b401457a9002d7afbfe (diff) | |
download | meta-security-b734cf77e2f114b9e83cf3c1ccd04debba99fdba.tar.gz |
suricata: update to 6.0.10
fixup another python file to use py3
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | recipes-ids/suricata/suricata_6.0.10.bb (renamed from recipes-ids/suricata/suricata_6.0.6.bb) | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-ids/suricata/suricata_6.0.6.bb b/recipes-ids/suricata/suricata_6.0.10.bb index ce9aca8..0422ead 100644 --- a/recipes-ids/suricata/suricata_6.0.6.bb +++ b/recipes-ids/suricata/suricata_6.0.10.bb | |||
@@ -5,7 +5,7 @@ require suricata.inc | |||
5 | LIC_FILES_CHKSUM = "file://LICENSE;beginline=1;endline=2;md5=c70d8d3310941dcdfcd1e02800a1f548" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;beginline=1;endline=2;md5=c70d8d3310941dcdfcd1e02800a1f548" |
6 | 6 | ||
7 | SRC_URI = "http://www.openinfosecfoundation.org/download/suricata-${PV}.tar.gz" | 7 | SRC_URI = "http://www.openinfosecfoundation.org/download/suricata-${PV}.tar.gz" |
8 | SRC_URI[sha256sum] = "00173634fa76aee636e38a90b1c02616c903e42173107d47b4114960b5fbe839" | 8 | SRC_URI[sha256sum] = "59bfd1bf5d9c1596226fa4815bf76643ce59698866c107a26269c481f125c4d7" |
9 | 9 | ||
10 | DEPENDS = "lz4 libhtp" | 10 | DEPENDS = "lz4 libhtp" |
11 | 11 | ||
@@ -190,6 +190,7 @@ do_install () { | |||
190 | 190 | ||
191 | sed -i -e "s:#!.*$:#!${USRBINPATH}/env ${PYTHON_PN}:g" ${D}${bindir}/suricatasc | 191 | sed -i -e "s:#!.*$:#!${USRBINPATH}/env ${PYTHON_PN}:g" ${D}${bindir}/suricatasc |
192 | sed -i -e "s:#!.*$:#!${USRBINPATH}/env ${PYTHON_PN}:g" ${D}${bindir}/suricatactl | 192 | sed -i -e "s:#!.*$:#!${USRBINPATH}/env ${PYTHON_PN}:g" ${D}${bindir}/suricatactl |
193 | sed -i -e "s:#!.*$:#!${USRBINPATH}/env ${PYTHON_PN}:g" ${D}${libdir}/suricata/python/suricata/sc/suricatasc.py | ||
193 | } | 194 | } |
194 | 195 | ||
195 | pkg_postinst_ontarget:${PN} () { | 196 | pkg_postinst_ontarget:${PN} () { |