summaryrefslogtreecommitdiffstats
path: root/meta-webserver/recipes-httpd/monkey
diff options
context:
space:
mode:
Diffstat (limited to 'meta-webserver/recipes-httpd/monkey')
-rw-r--r--meta-webserver/recipes-httpd/monkey/monkey_1.6.9.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-webserver/recipes-httpd/monkey/monkey_1.6.9.bb b/meta-webserver/recipes-httpd/monkey/monkey_1.6.9.bb
index 5bf6373a81..d593b7092b 100644
--- a/meta-webserver/recipes-httpd/monkey/monkey_1.6.9.bb
+++ b/meta-webserver/recipes-httpd/monkey/monkey_1.6.9.bb
@@ -1,5 +1,5 @@
1SUMMARY = "Fast and Lightweight HTTP Server for Linux" 1SUMMARY = "Fast and Lightweight HTTP Server for Linux"
2HOMEPAGE = "http://monkey-project.com" 2HOMEPAGE = "https://github.com/monkey/monkey/issues/414"
3BUGTRACKER = "https://github.com/monkey/monkey/issues" 3BUGTRACKER = "https://github.com/monkey/monkey/issues"
4 4
5LICENSE = "Apache-2.0" 5LICENSE = "Apache-2.0"
@@ -13,7 +13,6 @@ SRC_URI = "git://github.com/monkey/monkey;branch=1.6;protocol=https \
13 file://monkey.init" 13 file://monkey.init"
14 14
15SRCREV = "7999b487fded645381d387ec0e057e92407b0d2c" 15SRCREV = "7999b487fded645381d387ec0e057e92407b0d2c"
16S = "${WORKDIR}/git"
17 16
18UPSTREAM_CHECK_URI = "https://github.com/monkey/monkey/releases" 17UPSTREAM_CHECK_URI = "https://github.com/monkey/monkey/releases"
19UPSTREAM_CHECK_REGEX = "v(?P<pver>\d+(\.\d+)+).tar.gz" 18UPSTREAM_CHECK_REGEX = "v(?P<pver>\d+(\.\d+)+).tar.gz"
@@ -90,3 +89,5 @@ CONFFILES:${PN} = "${sysconfdir}/monkey/monkey.conf \
90 ${sysconfdir}/monkey/plugins/auth/monkey.users \ 89 ${sysconfdir}/monkey/plugins/auth/monkey.users \
91 " 90 "
92 91
92CVE_STATUS[CVE-2013-2183] = "cpe-incorrect: Current version (1.6.9) is not affected. Issue was addressed in version 1.3.0"
93CVE_STATUS[CVE-2013-1771] = "not-applicable-platform: this is gentoo specific CVE"