From 824189b0da5c7dc62caa6be9a43691422470c813 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 11 Jun 2015 20:16:01 +0200 Subject: [PATCH] libressl: update to 2.1.7. --- srcpkgs/libressl/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/libressl/template b/srcpkgs/libressl/template index 3c6d2b2707a..c8abc4966c8 100644 --- a/srcpkgs/libressl/template +++ b/srcpkgs/libressl/template @@ -1,7 +1,7 @@ # Template file for 'libressl' pkgname=libressl -version=2.1.6 -revision=3 +version=2.1.7 +revision=1 bootstrap=yes build_style=gnu-configure short_desc="Version of the TLS/crypto stack forked from OpenSSL" @@ -9,7 +9,7 @@ maintainer="Juan RP " license="OpenSSL-License, SSLeay-License, ISC" homepage="http://www.libressl.org/" distfiles="http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/${pkgname}-${version}.tar.gz" -checksum=4f826dd97b3b8001707073bde8401493f9cd4668465b481c042d28e3973653a8 +checksum=1dc4bfc03fbe14732704291d6d9cb7a3cc70575957c958a7e2d686908e9cdb8f # Compat pkg that depends on the real pkgs. depends="libcrypto32-${version}_${revision} libssl32-${version}_${revision} libtls3-${version}_${revision}"