All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/dovecot: ignore CVE-2016-4983
@ 2021-07-17 21:24 Fabrice Fontaine
  2021-07-18  7:53 ` Yann E. MORIN
  2021-08-03 20:45 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Fabrice Fontaine @ 2021-07-17 21:24 UTC (permalink / raw)
  To: buildroot

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 <fontaine.fabrice@gmail.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 \
-- 
2.30.2

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH 1/1] package/dovecot: ignore CVE-2016-4983
  2021-07-17 21:24 [Buildroot] [PATCH 1/1] package/dovecot: ignore CVE-2016-4983 Fabrice Fontaine
@ 2021-07-18  7:53 ` Yann E. MORIN
  2021-08-03 20:45 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Yann E. MORIN @ 2021-07-18  7:53 UTC (permalink / raw)
  To: buildroot

Fabrice, All,

On 2021-07-17 23:24 +0200, Fabrice Fontaine spake thusly:
> 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 <fontaine.fabrice@gmail.com>

Applied to master, thanks.

Regards,
Yann E. MORIN.

> ---
>  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 \
> -- 
> 2.30.2
> 
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Buildroot] [PATCH 1/1] package/dovecot: ignore CVE-2016-4983
  2021-07-17 21:24 [Buildroot] [PATCH 1/1] package/dovecot: ignore CVE-2016-4983 Fabrice Fontaine
  2021-07-18  7:53 ` Yann E. MORIN
@ 2021-08-03 20:45 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2021-08-03 20:45 UTC (permalink / raw)
  To: Fabrice Fontaine; +Cc: Bernd Kuhls, buildroot

>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

 > 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 <fontaine.fabrice@gmail.com>

Committed to 2021.02.x and 2021.05.x, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@busybox.net
http://lists.busybox.net/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-08-03 20:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-17 21:24 [Buildroot] [PATCH 1/1] package/dovecot: ignore CVE-2016-4983 Fabrice Fontaine
2021-07-18  7:53 ` Yann E. MORIN
2021-08-03 20:45 ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.