mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] ppp: add missing openssl legacy dependency for Microsoft plugins
@ 2025-07-14 15:27 Bruno Thomsen
  2025-07-30 14:00 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Bruno Thomsen @ 2025-07-14 15:27 UTC (permalink / raw)
  To: ptxdist; +Cc: bruno.thomsen

Fixes the following runtime error:

pppd[2286]: Could not load legacy provider, could not load the shared library
NetworkManager[2286]: Could not load legacy provider, could not load the shared library

Signed-off-by: Bruno Thomsen <bruno.thomsen@gmail.com>
---
 rules/ppp.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/rules/ppp.in b/rules/ppp.in
index 758100c90..6845fb906 100644
--- a/rules/ppp.in
+++ b/rules/ppp.in
@@ -13,6 +13,7 @@ menuconfig PPP
 	select BUSYBOX_TEST	if BUSYBOX && PPP_STARTSCRIPT
 	select BUSYBOX_SLEEP	if BUSYBOX && PPP_STARTSCRIPT
 	select OPENSSL
+	select OPENSSL_LEGACY	if PPP_MICROSOFT
 	help
 	  Point-to-Point Protocol (PPP) - daemon
 

base-commit: 51f6fea554acb994e4f082af28077e82aab221cc
-- 
2.50.0




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

* Re: [ptxdist] [APPLIED] ppp: add missing openssl legacy dependency for Microsoft plugins
  2025-07-14 15:27 [ptxdist] [PATCH] ppp: add missing openssl legacy dependency for Microsoft plugins Bruno Thomsen
@ 2025-07-30 14:00 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2025-07-30 14:00 UTC (permalink / raw)
  To: ptxdist; +Cc: Bruno Thomsen

Thanks, applied as cb608f805b1c9edcd231cfb1501cf8a0a11f3376.

Michael

[sent from post-receive hook]

On Wed, 30 Jul 2025 16:00:18 +0200, Bruno Thomsen <bruno.thomsen@gmail.com> wrote:
> Fixes the following runtime error:
> 
> pppd[2286]: Could not load legacy provider, could not load the shared library
> NetworkManager[2286]: Could not load legacy provider, could not load the shared library
> 
> Signed-off-by: Bruno Thomsen <bruno.thomsen@gmail.com>
> Message-Id: <20250714152731.5169-1-bruno.thomsen@gmail.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/ppp.in b/rules/ppp.in
> index 758100c90273..6845fb9067cb 100644
> --- a/rules/ppp.in
> +++ b/rules/ppp.in
> @@ -13,6 +13,7 @@ menuconfig PPP
>  	select BUSYBOX_TEST	if BUSYBOX && PPP_STARTSCRIPT
>  	select BUSYBOX_SLEEP	if BUSYBOX && PPP_STARTSCRIPT
>  	select OPENSSL
> +	select OPENSSL_LEGACY	if PPP_MICROSOFT
>  	help
>  	  Point-to-Point Protocol (PPP) - daemon
>  



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

end of thread, other threads:[~2025-07-30 14:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-07-14 15:27 [ptxdist] [PATCH] ppp: add missing openssl legacy dependency for Microsoft plugins Bruno Thomsen
2025-07-30 14:00 ` [ptxdist] [APPLIED] " Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox