Re: Bug#1052161: ITP: libmozilla-ca-perl -- Mozilla's CA cert bundle in PEM format
"Francesco P. Lovergine" <[email protected]>
| Newsgroups | gmane.linux.debian.devel.perl |
|---|---|
| Message-ID | <[email protected]> |
On Mon, Sep 18, 2023 at 02:40:50PM +0200, Francesco P. Lovergine wrote: >>I see that you have already uploaded the package: >>https://alioth-lists.debian.net/pipermail/pkg-perl-maintainers/2023-September/171821.html >> >>May I suggest that you ask ftp-masters to REJECT it? >> >> > >Yep indeed. Maybe a wrapper could be tought for packages that have some optional dep on that? > I would simply patch Mozilla::CA to have SSL_ca_file() returning the Debian directory /usr/share/ca-certificates/mozilla instead of the cacert.pem file. That would avoid to patch third-parties code that eventually use explicitly the modules. This is compatible with the IO::Socket::SSL module. Does it make sense?