proftpd: define suffix for CVE version comparison

Similarly to old openssl versions, proftpd has patch releases with
characters instead of numbers.

Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Peter Marko 2025-01-15 19:12:01 +01:00 committed by Khem Raj
parent 7fce6b033b
commit 20e3583f56

View File

@ -23,6 +23,7 @@ inherit autotools-brokensep useradd update-rc.d systemd multilib_script
# patch releases have character after version
UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(\d+(\.\d+)+\w?))"
CVE_VERSION_SUFFIX = "alphabetical"
CVE_STATUS[CVE-2001-0027] = "fixed-version: version 1.2.0rc3 removed affected module"