Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 831419 - net-libs/ngtcp2: SSL dependencies need updating to gnutls?
Summary: net-libs/ngtcp2: SSL dependencies need updating to gnutls?
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Craig Andrews
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-01-18 18:44 UTC by Sam James
Modified: 2022-03-25 18:13 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-01-18 18:44:41 UTC
0.1.0 has 'ssl? ( dev-libs/openssl:= )' in just DEPEND, but if linked against it, needs to be in RDEPEND too for e.g. binpkgs.

But it looks like not using OpenSSL anymore(?): app-portage/iwdevtools reported on install:
```
 * VDB: detected possibly incorrect RDEPEND (net-libs/ngtcp2-0.1.0)
 *  > net-libs/gnutls:=
>>> net-libs/ngtcp2-0.1.0 merged.
>>> Regenerating /etc/ld.so.cache...
```

And it installed:
```
[...]

>>> /usr/lib/libngtcp2_crypto_gnutls.so -> libngtcp2_crypto_gnutls.so.0
>>> /usr/lib/libngtcp2.so.0 -> libngtcp2.so.0.0.0
>>> /usr/lib/libngtcp2_crypto_gnutls_static.so -> libngtcp2_crypto_gnutls_static.so.0
>>> /usr/lib64/libngtcp2_crypto_gnutls.so -> libngtcp2_crypto_gnutls.so.0
>>> /usr/lib64/libngtcp2.so.0 -> libngtcp2.so.0.0.0
>>> /usr/lib64/libngtcp2_crypto_gnutls_static.so -> libngtcp2_crypto_gnutls_static.so.0
>>> /usr/lib64/libngtcp2.so -> libngtcp2.so.0
>>> /usr/lib/libngtcp2.so -> libngtcp2.so.0
```

so looks like it's using gnutls now
Comment 1 Larry the Git Cow gentoo-dev 2022-03-25 18:13:51 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9553259be6b68e51f1f80df39b733515f53aa15

commit b9553259be6b68e51f1f80df39b733515f53aa15
Author:     Craig Andrews <candrews@gentoo.org>
AuthorDate: 2022-03-25 18:05:29 +0000
Commit:     Craig Andrews <candrews@gentoo.org>
CommitDate: 2022-03-25 18:13:46 +0000

    net-libs/ngtcp2: 0.2.1 version bump
    
    Closes: https://bugs.gentoo.org/831419
    Package-Manager: Portage-3.0.30, Repoman-3.0.3
    Signed-off-by: Craig Andrews <candrews@gentoo.org>

 net-libs/ngtcp2/Manifest            |  1 +
 net-libs/ngtcp2/metadata.xml        |  3 +++
 net-libs/ngtcp2/ngtcp2-0.2.1.ebuild | 49 +++++++++++++++++++++++++++++++++++++
 net-libs/ngtcp2/ngtcp2-9999.ebuild  | 21 ++++++++++------
 4 files changed, 67 insertions(+), 7 deletions(-)