Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 671954

Summary: net-misc/sipsak: missing dependency on dev-libs/openssl atom
Product: Gentoo Linux Reporter: Thomas Deutschmann (RETIRED) <whissi>
Component: Current packagesAssignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed>
Status: RESOLVED OBSOLETE    
Severity: normal CC: sam
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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.