diff options
Diffstat (limited to 'meta-webserver/recipes-httpd/monkey')
-rw-r--r-- | meta-webserver/recipes-httpd/monkey/monkey_1.6.9.bb | 5 |
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 @@ | |||
1 | SUMMARY = "Fast and Lightweight HTTP Server for Linux" | 1 | SUMMARY = "Fast and Lightweight HTTP Server for Linux" |
2 | HOMEPAGE = "http://monkey-project.com" | 2 | HOMEPAGE = "https://github.com/monkey/monkey/issues/414" |
3 | BUGTRACKER = "https://github.com/monkey/monkey/issues" | 3 | BUGTRACKER = "https://github.com/monkey/monkey/issues" |
4 | 4 | ||
5 | LICENSE = "Apache-2.0" | 5 | LICENSE = "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 | ||
15 | SRCREV = "7999b487fded645381d387ec0e057e92407b0d2c" | 15 | SRCREV = "7999b487fded645381d387ec0e057e92407b0d2c" |
16 | S = "${WORKDIR}/git" | ||
17 | 16 | ||
18 | UPSTREAM_CHECK_URI = "https://github.com/monkey/monkey/releases" | 17 | UPSTREAM_CHECK_URI = "https://github.com/monkey/monkey/releases" |
19 | UPSTREAM_CHECK_REGEX = "v(?P<pver>\d+(\.\d+)+).tar.gz" | 18 | UPSTREAM_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 | ||
92 | CVE_STATUS[CVE-2013-2183] = "cpe-incorrect: Current version (1.6.9) is not affected. Issue was addressed in version 1.3.0" | ||
93 | CVE_STATUS[CVE-2013-1771] = "not-applicable-platform: this is gentoo specific CVE" | ||