From 2dae71f7cd842fd08b5f9cc390ec93194638ca1d Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 12 Aug 2020 13:14:48 -0700 Subject: [PATCH] snort: Upgrade to 2.9.16.1 Signed-off-by: Khem Raj --- .../snort/{snort_2.9.16.bb => snort_2.9.16.1.bb} | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) rename meta-networking/recipes-connectivity/snort/{snort_2.9.16.bb => snort_2.9.16.1.bb} (96%) diff --git a/meta-networking/recipes-connectivity/snort/snort_2.9.16.bb b/meta-networking/recipes-connectivity/snort/snort_2.9.16.1.bb similarity index 96% rename from meta-networking/recipes-connectivity/snort/snort_2.9.16.bb rename to meta-networking/recipes-connectivity/snort/snort_2.9.16.1.bb index d8073d865b..e967f7a034 100644 --- a/meta-networking/recipes-connectivity/snort/snort_2.9.16.bb +++ b/meta-networking/recipes-connectivity/snort/snort_2.9.16.1.bb @@ -14,9 +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[md5sum] = "1cec58babaea3420014d61a93e6e1545" -SRC_URI[sha256sum] = "9688d8edf1da09dec6574000fb3c0e62f99c56428587616e17c60103c0bcbad7" +SRC_URI[sha256sum] = "e3ac45a1a3cc2c997d52d19cd92f1adf5641c3a919387adab47a4d13a9dc9f8e" UPSTREAM_CHECK_URI = "https://www.snort.org/downloads" UPSTREAM_CHECK_REGEX = "snort-(?P\d+(\.\d+)+)\.tar"