Merge pull request #875 from PimentNoir/libressl-update

LibreSSL: update to 2.4.3
This commit is contained in:
Lukas Rusak 2016-11-05 09:52:49 -07:00 committed by GitHub
commit 12e058d361

View File

@ -17,12 +17,13 @@
################################################################################
PKG_NAME="libressl"
PKG_VERSION="2.3.8"
PKG_VERSION="2.4.3"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="BSD"
PKG_SITE="http://www.libressl.org/"
PKG_URL="http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/$PKG_NAME-$PKG_VERSION.tar.gz"
PKG_DEPENDS_HOST="ccache:host"
PKG_DEPENDS_TARGET="toolchain"
PKG_SECTION="security"
PKG_SHORTDESC="libressl: a FREE version of the SSL/TLS protocol forked from OpenSSL"
@ -30,10 +31,12 @@ PKG_LONGDESC="LibreSSL is a FREE version of the SSL/TLS protocol forked from Ope
PKG_IS_ADDON="no"
PKG_USE_CMAKE="no"
PKG_AUTORECONF="yes"
PKG_AUTORECONF="no"
post_makeinstall_target() {
# backwards comatibility
# backwards compatibility
mkdir -p $INSTALL/etc/pki/tls
ln -sf /etc/ssl/cert.pem $INSTALL/etc/pki/tls/cacert.pem
mkdir -p $INSTALL/etc/pki/tls/certs
ln -sf /etc/ssl/cert.pem $INSTALL/etc/pki/tls/certs/ca-bundle.crt
}