3 Commits

Author SHA1 Message Date
landry
d1366585d7 Fix build on sparc64.
In the 'you didnt think openssl was that insane' series, it tries to use
m4 -B 8192 to generate some sparc asm from an m4 file.
Unsurprisingly, our m4 doesn't support -B, it's not even in gm4's manpage,
and gm4 info page says this about -B :
     These options are present for compatibility with System V `m4', but
     do nothing in this implementation.  They may disappear in future
     releases, and issue a warning to that effect.

I'm glad openssl can be built with System V m4..
2014-08-22 07:59:54 +00:00
sthen
5d6de15498 security update to OpenSSL 1.0.1i 2014-08-21 23:15:57 +00:00
sthen
ccd7379d11 Add a port for openssl-1.0.1h, carefully installing files outside of
standard paths searched for by third-party software to ensure that it's
not picked up by autoconf-type programs. This is not intended for general
use, but allows us to continue using specific software relying on APIs
which have been removed from LibReSSL, and for test/comparison purposes.

Various feedback from zhuk@ and jca@, earlier version ok zhuk@ (with only
minor file/path shuffling since then).
2014-07-15 22:23:16 +00:00