Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 31 Oct 2015 23:22:49 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 204184] security/softether: missing runtime library libiconv
Message-ID:  <bug-204184-13@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 204184
           Summary: security/softether: missing runtime library libiconv
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs@FreeBSD.org
          Reporter: franco@opnsense.org
                CC: net@arrishq.net
             Flags: maintainer-feedback?(net@arrishq.net)
                CC: net@arrishq.net

Hi there,

We noticed that softether requires libiconf as a runtime dependency, but is
currently only hooked in as a build dependency.  This is an issue because
libiconv was recently bumped and the softether package is not automatically
reinstalled.

root@os:~ # ldd /usr/local/libexec/softether/vpncmd
/usr/local/libexec/softether/vpncmd:
    libm.so.5 => /lib/libm.so.5 (0x8009ca000)
    libthr.so.3 => /lib/libthr.so.3 (0x800bf2000)
    libssl.so.8 => /usr/local/lib/libssl.so.8 (0x800e17000)
    libcrypto.so.8 => /usr/local/lib/libcrypto.so.8 (0x801082000)
    libiconv.so.2 => /usr/local/lib/libiconv.so.2 (0x8014d5000)
    libreadline.so.8 => /lib/libreadline.so.8 (0x8017cf000)
    libncurses.so.8 => /lib/libncurses.so.8 (0x801a12000)
    libz.so.6 => /lib/libz.so.6 (0x801c5f000)
    libc.so.7 => /lib/libc.so.7 (0x801e75000)
root@os:~ # pkg info -d softether
softether-4.18.9570:
    openssl-1.0.2_4
root@os:~ #

More info at: https://forum.opnsense.org/index.php?topic=1572.0


Cheers,
Franco

-- 
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-204184-13>