CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2014/07/12 15:52:25
Modified files:
security/p5-Net_SSLeay: Makefile
security/p5-Net_SSLeay/patches: patch-SSLeay_xs
patch-lib_Net_SSLeay_pm
Added files:
security/p5-Net_SSLeay/patches: patch-constants_c
patch-helper_script_regen_openssl_constants_pl
patch-inc_Module_Install_PRIVATE_Net_SSLeay_pm
patch-lib_Net_SSLeay_pod
patch-t_local_20_autoload_t
patch-t_local_41_alpn_support_t
Log message:
Patch p5-Net-SSLeay to compile and test with LibreSSL. Now the
version check in the configure script also matches on LibreSSL, the
#if in the XS code got a additional defined(LIBRESSL_VERSION_NUMBER)
and Net::SSLeay::LIBRESSL_VERSION_NUMBER is exported into the perl
name space.
OK giovanni@