All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][dunfell][PATCH] ntp: add CVE-2016-9312 to allowlist
@ 2021-06-14 12:40 Sekine Shigeki
  2021-06-14 15:53 ` [OE-core] " Armin Kuster
  0 siblings, 1 reply; 3+ messages in thread
From: Sekine Shigeki @ 2021-06-14 12:40 UTC (permalink / raw)
  To: openembedded-core; +Cc: sekine.shigeki

CVE-2016-9312 is only for windows.
Signed-off-by: Sekine Shigeki <sekine.shigeki@fujitsu.com>
---
 meta-networking/recipes-support/ntp/ntp_4.2.8p15.bb | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta-networking/recipes-support/ntp/ntp_4.2.8p15.bb b/meta-networking/recipes-support/ntp/ntp_4.2.8p15.bb
index 7e168825e..e668113c5 100644
--- a/meta-networking/recipes-support/ntp/ntp_4.2.8p15.bb
+++ b/meta-networking/recipes-support/ntp/ntp_4.2.8p15.bb
@@ -26,6 +26,9 @@ SRC_URI = "http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/ntp-${PV}.tar.g
 
 SRC_URI[sha256sum] = "f65840deab68614d5d7ceb2d0bb9304ff70dcdedd09abb79754a87536b849c19"
 
+# CVE-2016-9312 is only for windows.
+CVE_CHECK_WHITELIST += "CVE-2016-9312"
+
 inherit autotools update-rc.d useradd systemd pkgconfig
 
 # The ac_cv_header_readline_history is to stop ntpdc depending on either
-- 
2.25.1


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

* Re: [OE-core] [meta-oe][dunfell][PATCH] ntp: add CVE-2016-9312 to allowlist
  2021-06-14 12:40 [meta-oe][dunfell][PATCH] ntp: add CVE-2016-9312 to allowlist Sekine Shigeki
@ 2021-06-14 15:53 ` Armin Kuster
  2021-06-17 10:46   ` [oe] " Sekine Shigeki
  0 siblings, 1 reply; 3+ messages in thread
From: Armin Kuster @ 2021-06-14 15:53 UTC (permalink / raw)
  To: OpenEmbedded Devel List



On 6/14/21 5:40 AM, Sekine Shigeki wrote:
> CVE-2016-9312 is only for windows.
> Signed-off-by: Sekine Shigeki <sekine.shigeki@fujitsu.com>
> ---
>  meta-networking/recipes-support/ntp/ntp_4.2.8p15.bb | 3 +++
>  1 file changed, 3 insertions(+)
>
> diff --git a/meta-networking/recipes-support/ntp/ntp_4.2.8p15.bb b/meta-networking/recipes-support/ntp/ntp_4.2.8p15.bb
> index 7e168825e..e668113c5 100644
> --- a/meta-networking/recipes-support/ntp/ntp_4.2.8p15.bb
> +++ b/meta-networking/recipes-support/ntp/ntp_4.2.8p15.bb
> @@ -26,6 +26,9 @@ SRC_URI = "http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/ntp-${PV}.tar.g
>  
>  SRC_URI[sha256sum] = "f65840deab68614d5d7ceb2d0bb9304ff70dcdedd09abb79754a87536b849c19"
Does this affect Hardknott?

>  
> +# CVE-2016-9312 is only for windows.
> +CVE_CHECK_WHITELIST += "CVE-2016-9312"
> +
>  inherit autotools update-rc.d useradd systemd pkgconfig
>  
>  # The ac_cv_header_readline_history is to stop ntpdc depending on either
>
> 
>


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

* Re: [oe] [OE-core] [meta-oe][dunfell][PATCH] ntp: add CVE-2016-9312 to allowlist
  2021-06-14 15:53 ` [OE-core] " Armin Kuster
@ 2021-06-17 10:46   ` Sekine Shigeki
  0 siblings, 0 replies; 3+ messages in thread
From: Sekine Shigeki @ 2021-06-17 10:46 UTC (permalink / raw)
  To: 'Armin Kuster', OpenEmbedded Devel List

Sorry, I made a mistake with the subject. I will resend the revised one later, so please ignore it.

-----Original Message-----
From: openembedded-devel@lists.openembedded.org <openembedded-devel@lists.openembedded.org> On Behalf Of Armin Kuster
Sent: Tuesday, June 15, 2021 12:54 AM
To: OpenEmbedded Devel List <openembedded-devel@lists.openembedded.org>
Subject: Re: [oe] [OE-core] [meta-oe][dunfell][PATCH] ntp: add CVE-2016-9312 to allowlist



On 6/14/21 5:40 AM, Sekine Shigeki wrote:
> CVE-2016-9312 is only for windows.
> Signed-off-by: Sekine Shigeki <sekine.shigeki@fujitsu.com>
> ---
>  meta-networking/recipes-support/ntp/ntp_4.2.8p15.bb | 3 +++
>  1 file changed, 3 insertions(+)
>
> diff --git a/meta-networking/recipes-support/ntp/ntp_4.2.8p15.bb b/meta-networking/recipes-support/ntp/ntp_4.2.8p15.bb
> index 7e168825e..e668113c5 100644
> --- a/meta-networking/recipes-support/ntp/ntp_4.2.8p15.bb
> +++ b/meta-networking/recipes-support/ntp/ntp_4.2.8p15.bb
> @@ -26,6 +26,9 @@ SRC_URI = "http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/ntp-${PV}.tar.g
>  
>  SRC_URI[sha256sum] = "f65840deab68614d5d7ceb2d0bb9304ff70dcdedd09abb79754a87536b849c19"
Does this affect Hardknott?

>  
> +# CVE-2016-9312 is only for windows.
> +CVE_CHECK_WHITELIST += "CVE-2016-9312"
> +
>  inherit autotools update-rc.d useradd systemd pkgconfig
>  
>  # The ac_cv_header_readline_history is to stop ntpdc depending on either
>
> 
>


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

end of thread, other threads:[~2021-06-17 10:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-14 12:40 [meta-oe][dunfell][PATCH] ntp: add CVE-2016-9312 to allowlist Sekine Shigeki
2021-06-14 15:53 ` [OE-core] " Armin Kuster
2021-06-17 10:46   ` [oe] " Sekine Shigeki

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.