[Buildroot] [git commit branch/2021.05.x] package/dovecot: ignore CVE-2016-4983
From: Peter Korsgaard <peter@korsgaard.com>
Date: 2021-08-03 20:48:36
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Peter Korsgaard <peter@korsgaard.com>
Date: 2021-08-03 20:48:36
Subsystem:
the rest · Maintainer:
Linus Torvalds
commit: https://git.buildroot.net/buildroot/commit/?id=070936595070910bd61a461784909153e079462b branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2021.05.x CVE-2016-4983 is an issue in a postinstall script in the dovecot rpm, which is part of the Red Hat packaging and not part of upstream dovecot Signed-off-by: Fabrice Fontaine <redacted> Signed-off-by: Yann E. MORIN <redacted> (cherry picked from commit 948e71689a0dc900ad2afa026e9e80e78086c157) Signed-off-by: Peter Korsgaard <peter@korsgaard.com> --- package/dovecot/dovecot.mk | 4 ++++ 1 file changed, 4 insertions(+)
diff --git a/package/dovecot/dovecot.mk b/package/dovecot/dovecot.mk
index 93d04fc8a1..cb1cc990a1 100644
--- a/package/dovecot/dovecot.mk
+++ b/package/dovecot/dovecot.mk@@ -18,6 +18,10 @@ DOVECOT_DEPENDENCIES = \ # add host-gettext for AM_ICONV macro DOVECOT_DEPENDENCIES += host-gettext +# CVE-2016-4983 is an issue in a postinstall script in the dovecot rpm, which +# is part of the Red Hat packaging and not part of upstream dovecot +DOVECOT_IGNORE_CVES += CVE-2016-4983 + DOVECOT_CONF_ENV = \ RPCGEN=__disable_RPCGEN_rquota \ i_cv_epoll_works=yes \
_______________________________________________ buildroot mailing list buildroot@busybox.net http://lists.busybox.net/mailman/listinfo/buildroot