Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 02 Jan 2015 20:48:27 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 196445] bsd.openssl.mk does not pick up SHLIBVER of LibreSSL
Message-ID:  <bug-196445-13-7Ming4y4Xx@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-196445-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-196445-13@https.bugs.freebsd.org/bugzilla/>

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

Dirk Meyer <dinoex@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|New                         |In Progress

--- Comment #2 from Dirk Meyer <dinoex@FreeBSD.org> ---
unable to reproduce:

clean jail, only pkg and libressl installed.

~# pkg info
libressl-2.1.2                 Free version of the SSL/TLS protocol forked from
OpenSSL

~# cd /usr/ports/ftp/vsftpd
/usr/ports/ftp/vsftpd# make all-depends-list
/usr/ports/security/libressl
/usr/ports/devel/pkgconf

/usr/ports/ftp/vsftpd# make -V BUILD_DEPENDS
/usr/local/lib/libcrypto.so.30:/usr/ports/security/libressl

/usr/ports/ftp/vsftpd# make -V RUN_DEPENDS
/usr/local/lib/libcrypto.so.30:/usr/ports/security/libressl

looks fine.
When LibreSSL is installed, bsd.openssl.mk picks up the SHLIBVER from
libcrypto.

The settings in make.conf are only needed,
when you build without LibreSSL installed.

Please tell me what you expect.

-- 
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-196445-13-7Ming4y4Xx>