libssh 0.7.3
Fixes CVE-2016-0739. Reference: https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2016-0739 Closes Homebrew/homebrew#49595. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
This commit is contained in:
parent
53c246e7b8
commit
af34c6ab31
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
class Libssh < Formula
|
||||
desc "C library SSHv1/SSHv2 client and server protocols"
|
||||
homepage "https://www.libssh.org/"
|
||||
url "https://red.libssh.org/attachments/download/177/libssh-0.7.2.tar.xz"
|
||||
sha256 "a32c45b9674141cab4bde84ded7d53e931076c6b0f10b8fd627f3584faebae62"
|
||||
url "https://red.libssh.org/attachments/download/195/libssh-0.7.3.tar.xz"
|
||||
sha256 "26ef46be555da21112c01e4b9f5e3abba9194485c8822ab55ba3d6496222af98"
|
||||
head "git://git.libssh.org/projects/libssh.git"
|
||||
|
||||
bottle do
|
||||
|
|
Loading…
Reference in a new issue