diff options
| author | Dominyk Tiller | 2015-01-22 03:50:16 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2015-01-22 17:13:19 +0100 |
| commit | dcb4bc1d990090d6fb3058f59e66b83234fded19 (patch) | |
| tree | 881a2d5e3ce2a1d33b5db4bd93efaaac6433ffcb | |
| parent | 832c56e3c865f3f073b7844613399c759d7a67dc (diff) | |
| download | homebrew-dcb4bc1d990090d6fb3058f59e66b83234fded19.tar.bz2 | |
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 <mike@mikemcquaid.com>
| -rw-r--r-- | Library/Formula/libressl.rb | 8 |
1 files changed, 3 insertions, 5 deletions
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" |
