summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-networking/recipes-daemons/proftpd/proftpd_1.3.8b.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-networking/recipes-daemons/proftpd/proftpd_1.3.8b.bb b/meta-networking/recipes-daemons/proftpd/proftpd_1.3.8b.bb
index ce31c8a475..0e8942e977 100644
--- a/meta-networking/recipes-daemons/proftpd/proftpd_1.3.8b.bb
+++ b/meta-networking/recipes-daemons/proftpd/proftpd_1.3.8b.bb
@@ -21,6 +21,9 @@ S = "${WORKDIR}/git"
21 21
22inherit autotools-brokensep useradd update-rc.d systemd multilib_script 22inherit autotools-brokensep useradd update-rc.d systemd multilib_script
23 23
24# patch releases have character after version
25UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(\d+(\.\d+)+\w?))"
26
24CVE_STATUS[CVE-2001-0027] = "fixed-version: version 1.2.0rc3 removed affected module" 27CVE_STATUS[CVE-2001-0027] = "fixed-version: version 1.2.0rc3 removed affected module"
25 28
26EXTRA_OECONF += "--enable-largefile INSTALL=install" 29EXTRA_OECONF += "--enable-largefile INSTALL=install"