diff options
-rw-r--r-- | meta-networking/recipes-daemons/proftpd/proftpd_1.3.8c.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-networking/recipes-daemons/proftpd/proftpd_1.3.8c.bb b/meta-networking/recipes-daemons/proftpd/proftpd_1.3.8c.bb index ece5e14109..def5ca623f 100644 --- a/meta-networking/recipes-daemons/proftpd/proftpd_1.3.8c.bb +++ b/meta-networking/recipes-daemons/proftpd/proftpd_1.3.8c.bb | |||
@@ -23,6 +23,7 @@ inherit autotools-brokensep useradd update-rc.d systemd multilib_script | |||
23 | 23 | ||
24 | # patch releases have character after version | 24 | # patch releases have character after version |
25 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(\d+(\.\d+)+\w?))" | 25 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(\d+(\.\d+)+\w?))" |
26 | CVE_VERSION_SUFFIX = "alphabetical" | ||
26 | 27 | ||
27 | CVE_STATUS[CVE-2001-0027] = "fixed-version: version 1.2.0rc3 removed affected module" | 28 | CVE_STATUS[CVE-2001-0027] = "fixed-version: version 1.2.0rc3 removed affected module" |
28 | 29 | ||