summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support
diff options
context:
space:
mode:
authorNinette Adhikari <ninette@thehoodiefirm.com>2024-04-29 16:51:36 +0200
committerGyorgy Sarvari <skandigraun@gmail.com>2025-10-01 19:40:58 +0200
commit746ef0c9fbb2a0a807650d2315482f79089c045f (patch)
tree5cf3870936e82ce229969c70b6435c288407b702 /meta-oe/recipes-support
parentb4ff519ab23e8c17b696ce11b818b6fdfc19afec (diff)
downloadmeta-openembedded-746ef0c9fbb2a0a807650d2315482f79089c045f.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> (cherry picked from commit 30e6d975e8d7567b40cbdfd22e89bc1a7e1a9c86) Adapted to Kirkstone Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support')
-rw-r--r--meta-oe/recipes-support/procmail/procmail_3.22.bb3
1 files changed, 3 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..2e2735d192 100644
--- a/meta-oe/recipes-support/procmail/procmail_3.22.bb
+++ b/meta-oe/recipes-support/procmail/procmail_3.22.bb
@@ -43,3 +43,6 @@ 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#fixed-version: No action required. The current version (3.22) is not affected by the CVE.
48CVE_CHECK_IGNORE += "CVE-1999-0475"