erlang@18 18.3.4.7
Fixes CVE-2017-1000385. http://erlang.org/pipermail/erlang-questions/2017-November/094257.html Closes #21618. Signed-off-by: ilovezfs <ilovezfs@icloud.com>
This commit is contained in:
parent
6bfc6a936c
commit
d1a0ed0aa9
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
||||||
class ErlangAT18 < Formula
|
class ErlangAT18 < Formula
|
||||||
desc "Programming language for highly scalable real-time systems"
|
desc "Programming language for highly scalable real-time systems"
|
||||||
homepage "https://www.erlang.org/"
|
homepage "https://www.erlang.org/"
|
||||||
url "https://github.com/erlang/otp/archive/OTP-18.3.4.tar.gz"
|
url "https://github.com/erlang/otp/archive/OTP-18.3.4.7.tar.gz"
|
||||||
sha256 "7ab381d64a2943a35782f173792e4c2678ae9fd9bffba1f2814ffe701070c1bc"
|
sha256 "6b81891b646370bb44a0121e5ec89f9c45210b17c8c98a10b4581e3721ab686a"
|
||||||
head "https://github.com/erlang/otp.git", :branch => "maint-18"
|
head "https://github.com/erlang/otp.git", :branch => "maint-18"
|
||||||
|
|
||||||
bottle do
|
bottle do
|
||||||
|
|
Loading…
Reference in a new issue