Changes for Alien-OpenSSL
0.15 2022-09-26 17:22:50 -0600
- make sure share install installs into lib not lib64 (gh#19)
- .pc files will include static libs for static build (gh#19)
0.14 2022-08-02 17:03:49 -0600
- Add support for mac ports system install (gh#18)
0.12 2021-05-03 14:50:11 -0600
- Update metadata
* 0.11
- Better detection of OpenSSL on macOS via home brew
- now honors the OPENSSL_PREFIX environment variable a la Net::SSLeay
* 0.10
- Change build system to Alien::Build; basically entirely contributed by
plicease.
* 0.09
- require higher Alien::Base version due to test bug
- fix a test for windows
* 0.08
- fix for Activestate & Strawberry perls (by Salvador FandiƱo)
* 0.07
- fix build on FreeBSD 10 and other systems that do not have gcc
* 0.06
- add signature
* 0.05
- do not install doc, this lead to problems on some systems. Thanks, plicease
* 0.04
- remove workarounds for Alien::Base pre 0.03 and make work with
current OpenSSL versions
* 0.03
- only install software and skip docs. Is faster and prevents problems.
* 0.02
- also build shared library (it is not really of much use without them...)
* 0.01
- initial version