Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 671954 - net-misc/sipsak: missing dependency on dev-libs/openssl atom
Summary: net-misc/sipsak: missing dependency on dev-libs/openssl atom
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-11-26 12:34 UTC by Thomas Deutschmann (RETIRED)
Modified: 2022-12-14 13:49 UTC (History)
1 user (show)

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 Thomas Deutschmann (RETIRED) gentoo-dev 2018-11-26 12:34:47 UTC
During an upgrade to openssl-1.1.1 I noticed that a preserved-rebuild event was triggered for net-misc/sipsak. That's because /usr/bin/sipsak links against libcrypto.so provided by OpenSSL:

 # lddtree /usr/bin/sipsak
/usr/bin/sipsak (interpreter => /lib64/ld-linux-x86-64.so.2)
    libcrypto.so.1.1 => /usr/lib64/libcrypto.so.1.1
        libdl.so.2 => /lib64/libdl.so.2
        libpthread.so.0 => /lib64/libpthread.so.0
    libcares.so.2 => /usr/lib64/libcares.so.2
    libc.so.6 => /lib64/libc.so.6

The funny thing is, that I have USE=gnutls set but gnutls isn't used?!
Comment 1 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-12-14 13:49:03 UTC
https://github.com/nils-ohlmeier/sipsak/commit/1bfa38e3a9c64ac3aa9f57f7f50eedec6c760c1a
... and various other fixes.