diff options
-rw-r--r-- | meta-networking/recipes-connectivity/snort/snort_2.9.7.5.bb | 3 |
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 \ | |||
20 | SRC_URI[tarball.md5sum] = "fd271788c0f8876be87a858a9142f202" | 20 | SRC_URI[tarball.md5sum] = "fd271788c0f8876be87a858a9142f202" |
21 | SRC_URI[tarball.sha256sum] = "ad03f11b5301b16642199a86aa90388eaa53f5003f83b0c5595745a490047be1" | 21 | SRC_URI[tarball.sha256sum] = "ad03f11b5301b16642199a86aa90388eaa53f5003f83b0c5595745a490047be1" |
22 | 22 | ||
23 | UPSTREAM_CHECK_URI = "https://www.snort.org/downloads" | ||
24 | UPSTREAM_CHECK_REGEX = "snort-(?P<pver>\d+(\.\d+)+)\.tar" | ||
25 | |||
23 | inherit autotools gettext update-rc.d pkgconfig | 26 | inherit autotools gettext update-rc.d pkgconfig |
24 | 27 | ||
25 | INITSCRIPT_NAME = "snort" | 28 | INITSCRIPT_NAME = "snort" |