Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Feb 2015 16:25:03 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 198036] security/gnupg: hidden dependency on devel/readline
Message-ID:  <bug-198036-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198036

            Bug ID: 198036
           Summary: security/gnupg: hidden dependency on devel/readline
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs@FreeBSD.org
          Reporter: amdmi3@FreeBSD.org
                CC: johans@FreeBSD.org, kuriyama@FreeBSD.org
                CC: johans@FreeBSD.org, kuriyama@FreeBSD.org

If gnupg2 is built with devel/readline installed, it's picked as a hidden
library dependency, and if readline is removed afterwards, gnupg would break.

% pkg info | grep readline
readline-6.3.8                 Library for editing command lines as they are
typed
% ldd /usr/local/bin/gpg2 | grep readline
        libreadline.so.6 => /usr/local/lib/libreadline.so.6 (0x8011dd000)
% pkg info -d gnupg-2.1.2 | grep readline
% pkg delete readline
% ldd /usr/local/bin/gpg2 | grep readline
        libreadline.so.6 => not found (0)
% portmaster gnuplot
% ldd /usr/local/bin/gpg2 | grep readline
        libreadline.so.8 => /lib/libreadline.so.8 (0x8011dd000)

--- Comment #1 from Bugzilla Automation <bugzilla@FreeBSD.org> ---
Maintainers CC'd

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-198036-13>