From 3dc48f2bf58f487a6480e5046d2a7238593bacf2 Mon Sep 17 00:00:00 2001 From: Toyam Cox Date: Mon, 27 Mar 2017 17:52:21 -0400 Subject: [PATCH] libressl: revbump to fix depends on glibc>=2.25 Revbump after the commit which made this possible. 7dfc383eebdf05be208451a59c9960ed3ead59dd --- srcpkgs/libressl/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libressl/template b/srcpkgs/libressl/template index 6b72ba15cd9..44db2f2fa9b 100644 --- a/srcpkgs/libressl/template +++ b/srcpkgs/libressl/template @@ -1,7 +1,7 @@ # Template file for 'libressl' pkgname=libressl version=2.4.5 -revision=2 +revision=3 bootstrap=yes build_style=gnu-configure short_desc="Version of the TLS/crypto stack forked from OpenSSL"