[Bug 204184] security/softether: missing runtime library libiconv
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sat Oct 31 23:22:51 UTC 2015
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 at FreeBSD.org
Reporter: franco at opnsense.org
CC: net at arrishq.net
Flags: maintainer-feedback?(net at arrishq.net)
CC: net at 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 at 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 at os:~ # pkg info -d softether
softether-4.18.9570:
openssl-1.0.2_4
root at 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.
More information about the freebsd-ports-bugs
mailing list