From b506fbd2bc27c2bfddab5706657e3f5c8217f6cf Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 16 Oct 2015 07:34:13 +0200 Subject: [PATCH] libressl: update to 2.2.4. --- srcpkgs/libressl/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/libressl/template b/srcpkgs/libressl/template index 36b3b6e9dd6..240d5e016c5 100644 --- a/srcpkgs/libressl/template +++ b/srcpkgs/libressl/template @@ -1,6 +1,6 @@ # Template file for 'libressl' pkgname=libressl -version=2.2.3 +version=2.2.4 revision=1 bootstrap=yes build_style=gnu-configure @@ -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=a1ccc21adf91d60e99246031b99c930c9af5e1b1b5a61b1bec87beef6f16d882 +checksum=6b409859be8654afc3862549494e097017e64c8d167f12584383586306ef9a7e # Compat pkg that depends on the real pkgs. depends="libcrypto35-${version}_${revision} libssl35-${version}_${revision} libtls6-${version}_${revision}"