# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
categories devel security
description OpenSSL SSL/TLS cryptography library
long_description The OpenSSL Project is a collaborative effort to \
develop a robust, commercial-grade, full-featured, \
and Open Source toolkit implementing the Secure \
Sockets Layer (SSL v2/v3) and Transport Layer \
Security (TLS v1) protocols as well as \
a full-strength general purpose cryptography \
homepage https://www.openssl.org
distname openssl-${version}
# See https://www.openssl.org/source/mirror.html
master_sites ${homepage}/source \
ftp://gd.tuwien.ac.at/infosys/security/openssl/source/ \
http://mirror.switch.ch/ftp/mirror/openssl/source/ \
ftp://ftp.fi.muni.cz/pub/openssl/source/ \
ftp://ftp.pca.dfn.de/pub/tools/net/openssl/source/ \
http://artfiles.org/openssl.org/source/ \
ftp://ftp.linux.hr/pub/openssl/source/ \
ftp://guest.kuria.katowice.pl/pub/openssl/source/
checksums sha1 b9aec1fa5cedcfa433aed37c8fe06b0ab0ce748d \
rmd160 f268c8f87ee6b8ca1523761b064de575f6851ae0 \
sha256 ae51d08bba8a83958e894946f15303ff894d75c2b8bbd44a852b64e3fe11d0d6 \
patchfiles install-headers-HFS+.patch \
parallel-building.patch \
remove-duplicate-bn_print-doc.patch
configure.perl /usr/bin/perl
configure.cmd ./Configure
configure.args -L${prefix}/lib \
--openssldir=${prefix}/etc/openssl \
--libdir=lib/openssl-1.0 \
if {${configure.sdkroot} ne ""} {
configure.args-append '-isysroot ${configure.sdkroot}' \
-Wl,-syslibroot,${configure.sdkroot}
set merger_arch_compiler no
array set merger_configure_args {