aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-connectivity
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@windriver.com>2018-05-30 14:21:00 +0800
committerKhem Raj <raj.khem@gmail.com>2018-05-30 12:40:10 -0700
commit8521600e1a022ceb5ed7d21d75aeaad92bbbc237 (patch)
tree392bd858f392187ed76bb45e449deb4d3836b3d3 /meta-networking/recipes-connectivity
parent8c0acd097c4f93a09ea5d7679ad8828b81f1754d (diff)
downloadmeta-openembedded-contrib-8521600e1a022ceb5ed7d21d75aeaad92bbbc237.tar.gz
snort: add UPSTREAM_CHECK_URI
Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-connectivity')
-rw-r--r--meta-networking/recipes-connectivity/snort/snort_2.9.7.5.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-networking/recipes-connectivity/snort/snort_2.9.7.5.bb b/meta-networking/recipes-connectivity/snort/snort_2.9.7.5.bb
index 21e77c5417..24b91b95fd 100644
--- a/meta-networking/recipes-connectivity/snort/snort_2.9.7.5.bb
+++ b/meta-networking/recipes-connectivity/snort/snort_2.9.7.5.bb
@@ -20,6 +20,9 @@ SRC_URI = " ${GENTOO_MIRROR}/${BP}.tar.gz;name=tarball \
SRC_URI[tarball.md5sum] = "fd271788c0f8876be87a858a9142f202"
SRC_URI[tarball.sha256sum] = "ad03f11b5301b16642199a86aa90388eaa53f5003f83b0c5595745a490047be1"
+UPSTREAM_CHECK_URI = "https://www.snort.org/downloads"
+UPSTREAM_CHECK_REGEX = "snort-(?P<pver>\d+(\.\d+)+)\.tar"
+
inherit autotools gettext update-rc.d pkgconfig
INITSCRIPT_NAME = "snort"