From 3d58a188bb7dfd77fd8ea730f08ef0a6c4ad6eab Mon Sep 17 00:00:00 2001 From: Zang Ruochen Date: Fri, 25 Oct 2019 13:53:01 +0800 Subject: [PATCH] snort: upgrade 2.9.14.1 -> 2.9.15 Signed-off-by: Zang Ruochen Signed-off-by: Khem Raj --- .../snort/{snort_2.9.14.1.bb => snort_2.9.15.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-networking/recipes-connectivity/snort/{snort_2.9.14.1.bb => snort_2.9.15.bb} (96%) diff --git a/meta-networking/recipes-connectivity/snort/snort_2.9.14.1.bb b/meta-networking/recipes-connectivity/snort/snort_2.9.15.bb similarity index 96% rename from meta-networking/recipes-connectivity/snort/snort_2.9.14.1.bb rename to meta-networking/recipes-connectivity/snort/snort_2.9.15.bb index 892fe4d4cd..fbec1950d4 100644 --- a/meta-networking/recipes-connectivity/snort/snort_2.9.14.1.bb +++ b/meta-networking/recipes-connectivity/snort/snort_2.9.15.bb @@ -16,8 +16,8 @@ SRC_URI = "https://www.snort.org/downloads/archive/snort/${BP}.tar.gz \ file://0001-chdeck-for-gettid-API-during-configure.patch \ " -SRC_URI[md5sum] = "009254a9797ec93321c5936b99dcd6c8" -SRC_URI[sha256sum] = "2472989da3aace000d1ea5931ece68f8e5cc0c511e272d65182113a2481e822d" +SRC_URI[md5sum] = "b56cadfa840f706ff67d4df0256c03eb" +SRC_URI[sha256sum] = "bfb437746446ef72a03c501db13cd6da5edd2b41f55c80c437ba288be6da7dba" UPSTREAM_CHECK_URI = "https://www.snort.org/downloads" UPSTREAM_CHECK_REGEX = "snort-(?P\d+(\.\d+)+)\.tar"