From f3960b6c69b2bcff2ae1f83e2f339c5ab0716149 Mon Sep 17 00:00:00 2001 From: wangmy Date: Mon, 27 Sep 2021 20:52:06 +0800 Subject: [PATCH] snort: upgrade 2.9.18 -> 2.9.18.1 snort 2.9.18.1 * snort/src/dynamic-preprocessors/dcerpc2/dce2_smb.c: Fixed possible memory corruption in SMB preprocessor. Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../snort/{snort_2.9.18.bb => snort_2.9.18.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-networking/recipes-connectivity/snort/{snort_2.9.18.bb => snort_2.9.18.1.bb} (97%) diff --git a/meta-networking/recipes-connectivity/snort/snort_2.9.18.bb b/meta-networking/recipes-connectivity/snort/snort_2.9.18.1.bb similarity index 97% rename from meta-networking/recipes-connectivity/snort/snort_2.9.18.bb rename to meta-networking/recipes-connectivity/snort/snort_2.9.18.1.bb index 47c201fa13..1e2495406e 100644 --- a/meta-networking/recipes-connectivity/snort/snort_2.9.18.bb +++ b/meta-networking/recipes-connectivity/snort/snort_2.9.18.1.bb @@ -14,7 +14,7 @@ SRC_URI = "https://www.snort.org/downloads/archive/snort/${BP}.tar.gz \ file://disable-run-test-program-while-cross-compiling.patch \ file://configure.in-disable-tirpc-checking-for-fedora.patch \ " -SRC_URI[sha256sum] = "d0308642f69e0d36f70db9703e5766afce2f44ff05b7d2c9cc8e3ac8323b2c77" +SRC_URI[sha256sum] = "da8af0f1b2e4f247d970c6a3c0e83fb6dcd5c84faa21aea49f306f269e8e28aa" UPSTREAM_CHECK_URI = "https://www.snort.org/downloads" UPSTREAM_CHECK_REGEX = "snort-(?P\d+(\.\d+)+)\.tar"