diff options
| -rw-r--r-- | meta-networking/recipes-daemons/proftpd/proftpd_1.3.8b.bb | 3 |
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 | ||
| 22 | inherit autotools-brokensep useradd update-rc.d systemd multilib_script | 22 | inherit autotools-brokensep useradd update-rc.d systemd multilib_script |
| 23 | 23 | ||
| 24 | # patch releases have character after version | ||
| 25 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(\d+(\.\d+)+\w?))" | ||
| 26 | |||
| 24 | CVE_STATUS[CVE-2001-0027] = "fixed-version: version 1.2.0rc3 removed affected module" | 27 | CVE_STATUS[CVE-2001-0027] = "fixed-version: version 1.2.0rc3 removed affected module" |
| 25 | 28 | ||
| 26 | EXTRA_OECONF += "--enable-largefile INSTALL=install" | 29 | EXTRA_OECONF += "--enable-largefile INSTALL=install" |
