All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-virtualization][PATCH] nagios-nsca: blacklist recipe due to unsupported libmcrypt
@ 2021-02-05 21:53 Yi Fan Yu
  2021-02-07 13:49 ` Bruce Ashfield
  0 siblings, 1 reply; 2+ messages in thread
From: Yi Fan Yu @ 2021-02-05 21:53 UTC (permalink / raw)
  To: meta-virtualization

nagios-nsca depends on libmcrypt...
However, libmcrypt is considered as abandonware
The last release was in 2007.

libmcrypt might not be building properly with
the upgrade of autoconf to 2.71.

Signed-off-by: Yi Fan Yu <yifan.yu@windriver.com>
---
 recipes-extended/nagios/nagios-nsca_2.9.2.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/recipes-extended/nagios/nagios-nsca_2.9.2.bb b/recipes-extended/nagios/nagios-nsca_2.9.2.bb
index d342810..66f8da5 100644
--- a/recipes-extended/nagios/nagios-nsca_2.9.2.bb
+++ b/recipes-extended/nagios/nagios-nsca_2.9.2.bb
@@ -82,3 +82,5 @@ SYSTEMD_AUTO_ENABLE_${PN}-daemon = "enable"
 INITSCRIPT_PACKAGES = "${PN}-daemon"
 INITSCRIPT_NAME_${PN}-daemon = "nsca"
 INITSCRIPT_PARAMS_${PN}-daemon = "defaults"
+
+PNBLACKLIST[nagios-nsca] ?= "Depends on libmcrypt, which is considered abandonware"
-- 
2.29.2


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

* Re: [meta-virtualization][PATCH] nagios-nsca: blacklist recipe due to unsupported libmcrypt
  2021-02-05 21:53 [meta-virtualization][PATCH] nagios-nsca: blacklist recipe due to unsupported libmcrypt Yi Fan Yu
@ 2021-02-07 13:49 ` Bruce Ashfield
  0 siblings, 0 replies; 2+ messages in thread
From: Bruce Ashfield @ 2021-02-07 13:49 UTC (permalink / raw)
  To: Yi Fan Yu; +Cc: meta-virtualization

merged (now we see if anyone notices the blacklist and asks!)

Bruce

In message: [meta-virtualization][PATCH] nagios-nsca: blacklist recipe due to unsupported libmcrypt
on 05/02/2021 Yi Fan Yu wrote:

> nagios-nsca depends on libmcrypt...
> However, libmcrypt is considered as abandonware
> The last release was in 2007.
> 
> libmcrypt might not be building properly with
> the upgrade of autoconf to 2.71.
> 
> Signed-off-by: Yi Fan Yu <yifan.yu@windriver.com>
> ---
>  recipes-extended/nagios/nagios-nsca_2.9.2.bb | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/recipes-extended/nagios/nagios-nsca_2.9.2.bb b/recipes-extended/nagios/nagios-nsca_2.9.2.bb
> index d342810..66f8da5 100644
> --- a/recipes-extended/nagios/nagios-nsca_2.9.2.bb
> +++ b/recipes-extended/nagios/nagios-nsca_2.9.2.bb
> @@ -82,3 +82,5 @@ SYSTEMD_AUTO_ENABLE_${PN}-daemon = "enable"
>  INITSCRIPT_PACKAGES = "${PN}-daemon"
>  INITSCRIPT_NAME_${PN}-daemon = "nsca"
>  INITSCRIPT_PARAMS_${PN}-daemon = "defaults"
> +
> +PNBLACKLIST[nagios-nsca] ?= "Depends on libmcrypt, which is considered abandonware"
> -- 
> 2.29.2
> 

> 
> 
> 


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

end of thread, other threads:[~2021-02-07 13:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-02-05 21:53 [meta-virtualization][PATCH] nagios-nsca: blacklist recipe due to unsupported libmcrypt Yi Fan Yu
2021-02-07 13:49 ` Bruce Ashfield

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.