From dcb4bc1d990090d6fb3058f59e66b83234fded19 Mon Sep 17 00:00:00 2001 From: Dominyk Tiller Date: Thu, 22 Jan 2015 03:50:16 +0000 Subject: libressl 2.1.3 Version bump, Fixes for CVE-2015-0206, various other smaller flaws. Things built against this will probably need recompiling again - The libssl dylib has shifted numbers from 29 to 30, which may break certain applications. Closes #36123. Signed-off-by: Mike McQuaid --- Library/Formula/libressl.rb | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'Library') diff --git a/Library/Formula/libressl.rb b/Library/Formula/libressl.rb index a7f9af9b4..e3ba56af6 100644 --- a/Library/Formula/libressl.rb +++ b/Library/Formula/libressl.rb @@ -1,10 +1,8 @@ -require "formula" - class Libressl < Formula homepage "http://www.libressl.org/" - url "http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-2.1.2.tar.gz" - mirror "https://raw.githubusercontent.com/DomT4/LibreMirror/master/LibreSSL/libressl-2.1.2.tar.gz" - sha256 "07c05f12e5d49dbfcf82dd23b6b4877b7cdb1c8e4c8dd27cb4d9e5758a6caf52" + url "http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-2.1.3.tar.gz" + mirror "https://raw.githubusercontent.com/DomT4/LibreMirror/master/LibreSSL/libressl-2.1.3.tar.gz" + sha256 "eb2f370971408fb10af6453e556465c8eee728ac333bf1eb47ec1a5112304f7c" option "without-libtls", "Build without libtls" -- cgit v1.2.3