diff options
author | Ninette Adhikari <ninette@thehoodiefirm.com> | 2024-04-29 16:51:36 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-04-30 11:00:34 -0700 |
commit | cf8c850690cc42e57a51773c13e7f9d8dd4c9238 (patch) | |
tree | 1426819256966e19f588bbc3e38a0a0b92613e13 | |
parent | e7fdb6c5b218a9c300ed566269666870c5bc7043 (diff) | |
download | meta-openembedded-cf8c850690cc42e57a51773c13e7f9d8dd4c9238.tar.gz |
procmail: Update status for CVE-1999-0475
Current version 3.22 is not affected by the issue.
Affected versions: Up to (excl.) 3.2.1
Signed-off-by: Ninette Adhikari <ninette@thehoodiefirm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-support/procmail/procmail_3.22.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/procmail/procmail_3.22.bb b/meta-oe/recipes-support/procmail/procmail_3.22.bb index ba268de0a5..16917666a4 100644 --- a/meta-oe/recipes-support/procmail/procmail_3.22.bb +++ b/meta-oe/recipes-support/procmail/procmail_3.22.bb | |||
@@ -43,3 +43,5 @@ do_install() { | |||
43 | oe_runmake -i BASENAME=${D}/usr MANDIR=${D}${mandir} install | 43 | oe_runmake -i BASENAME=${D}/usr MANDIR=${D}${mandir} install |
44 | install -m 0644 debian/mailstat.1 ${D}${mandir}/man1 | 44 | install -m 0644 debian/mailstat.1 ${D}${mandir}/man1 |
45 | } | 45 | } |
46 | |||
47 | CVE_STATUS[CVE-1999-0475] = "fixed-version: No action required. The current version (3.22) is not affected by the CVE." | ||