From 5032f0df2ecc276b083e090394ac91a23599fa17 Mon Sep 17 00:00:00 2001 From: Yi Zhao Date: Tue, 23 Jul 2019 08:54:00 +0800 Subject: [PATCH] snort: upgrade 2.9.13 -> 2.9.14 Signed-off-by: Yi Zhao Signed-off-by: Khem Raj --- .../snort/{snort_2.9.13.bb => snort_2.9.14.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-networking/recipes-connectivity/snort/{snort_2.9.13.bb => snort_2.9.14.bb} (96%) diff --git a/meta-networking/recipes-connectivity/snort/snort_2.9.13.bb b/meta-networking/recipes-connectivity/snort/snort_2.9.14.bb similarity index 96% rename from meta-networking/recipes-connectivity/snort/snort_2.9.13.bb rename to meta-networking/recipes-connectivity/snort/snort_2.9.14.bb index c7e47e11a6..b11890c490 100644 --- a/meta-networking/recipes-connectivity/snort/snort_2.9.13.bb +++ b/meta-networking/recipes-connectivity/snort/snort_2.9.14.bb @@ -14,8 +14,8 @@ SRC_URI = "https://www.snort.org/downloads/archive/snort/${BP}.tar.gz \ file://configure.in-disable-tirpc-checking-for-fedora.patch \ " -SRC_URI[md5sum] = "b61ae846af022018b05511076baad60c" -SRC_URI[sha256sum] = "31447393d15286b848810dd78ab2cb3ad231fcd1f1663f959587690eeea75413" +SRC_URI[md5sum] = "d1689c7ccaaa7bfcfa83b5bff6b8f9b8" +SRC_URI[sha256sum] = "c0306db9ce64f45cc7c64c9afc70abe9689daa860020345ec3ba099928b7464b" UPSTREAM_CHECK_URI = "https://www.snort.org/downloads" UPSTREAM_CHECK_REGEX = "snort-(?P\d+(\.\d+)+)\.tar"