Github messages for voidlinux
 help / color / mirror / Atom feed
From: unspecd <unspecd@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: ppp: update to 2.4.9.
Date: Fri, 12 Mar 2021 06:32:54 +0100	[thread overview]
Message-ID: <20210312053254.VdpFtAlbKUmTpzG7DRXPuyBq-pg60eW7_NZ2VXUnVNI@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-29322@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 1215 bytes --]

New comment by unspecd on void-packages repository

https://github.com/void-linux/void-packages/pull/29322#issuecomment-797246254

Comment:
> Do any of them dlopen the modules shipped by ppp?

It turned out that these packages themselves provide plugins for `ppp`:
```console
$ xlocate /usr/lib/pppd/
NetworkManager-1.22.10_2	/usr/lib/pppd/2.4.7/nm-pppd-plugin.so
NetworkManager-l2tp-1.8.6_2	/usr/lib/pppd/2.4.7/nm-l2tp-pppd-plugin.so
NetworkManager-pptp-1.2.8_5	/usr/lib/pppd/2.4.7/nm-pptp-pppd-plugin.a
NetworkManager-pptp-1.2.8_5	/usr/lib/pppd/2.4.7/nm-pptp-pppd-plugin.so
ppp-2.4.7_14	/usr/lib/pppd/2.4.7/minconn.so
…
```
```console
$ ( cd $(xdistdir) && find srcpkgs -name template -exec grep 'usr/lib/pppd' {} + )
srcpkgs/NetworkManager-l2tp/template:	./configure ${configure_args} --with-pppd-plugin-dir=/usr/lib/pppd/${PPP_VERSION}
srcpkgs/NetworkManager-pptp/template:	./configure ${configure_args} --with-pppd-plugin-dir=/usr/lib/pppd/${PPP_VERSION}
srcpkgs/NetworkManager/template: -Dpppd_plugin_dir=/usr/lib/pppd/2.4.7 -Dresolvconf=/usr/bin/resolvconf
srcpkgs/ppp/template:	chmod 755 ${DESTDIR}/usr/lib/pppd/${version}/*.so
```
As we can see, `ModemManager` does not require `ppp`.

  parent reply	other threads:[~2021-03-12  5:32 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-08 15:38 [PR PATCH] " unspecd
2021-03-08 15:46 ` [PR PATCH] [Updated] " unspecd
2021-03-08 16:19 ` unspecd
2021-03-08 19:50 ` ericonr
2021-03-09  5:19 ` [PR PATCH] [Updated] " unspecd
2021-03-11 15:43 ` unspecd
2021-03-11 20:07 ` ericonr
2021-03-11 20:09 ` ericonr
2021-03-12  4:33 ` unspecd
2021-03-12  5:32 ` unspecd [this message]
2021-03-12  5:35 ` unspecd
2021-03-12  5:37 ` [PR PATCH] [Updated] " unspecd
2021-03-12 20:00 ` [PR REVIEW] " ericonr
2021-03-13  5:04 ` [PR PATCH] [Updated] " unspecd
2021-03-13  5:06 ` [PR REVIEW] " unspecd
2021-03-17 13:30 ` [PR PATCH] [Merged]: " ericonr

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210312053254.VdpFtAlbKUmTpzG7DRXPuyBq-pg60eW7_NZ2VXUnVNI@z \
    --to=unspecd@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).