On Sunday 2014-07-13 13:07, Bob Beck wrote: >We have released an update, LibreSSL 2.0.1 >As noted before, we welcome feedback from the broader community.
Something that I have noticed is that the shared libraries generated by the portable libressl tarball are installed to their final location (in DESTDIR) with odd mode 644. Looking a bit into it, this originates in libressl-2.0.1/ltmain.sh: $ grep extra_mode -r . ./ltmain.sh: *[\\\ /]cp\ *) extra_mode=;; ./ltmain.sh: *) extra_mode='-m 0644';; [...] However, the unmodified libtool sources (git://git.sv.gnu.org/libtool) do not contain any mention of "extra_mode", so this seems like a OpenBSD-specific addition that should not be applied to the portable package. (IOW, run autoreconf using unmodified libtool.)
