icu4c 60.1
This commit is contained in:
parent
a775893d32
commit
31ef72bd9e
1 changed files with 9 additions and 11 deletions
|
@ -1,22 +1,20 @@
|
|||
class Icu4c < Formula
|
||||
desc "C/C++ and Java libraries for Unicode and globalization"
|
||||
homepage "http://site.icu-project.org/"
|
||||
revision 1
|
||||
head "https://ssl.icu-project.org/repos/icu/trunk/icu4c/", :using => :svn
|
||||
|
||||
stable do
|
||||
url "https://ssl.icu-project.org/files/icu4c/59.1/icu4c-59_1-src.tgz"
|
||||
mirror "https://fossies.org/linux/misc/icu4c-59_1-src.tgz"
|
||||
mirror "https://downloads.sourceforge.net/project/icu/ICU4C/59.1/icu4c-59_1-src.tgz"
|
||||
version "59.1"
|
||||
sha256 "7132fdaf9379429d004005217f10e00b7d2319d0fea22bdfddef8991c45b75fe"
|
||||
url "https://ssl.icu-project.org/files/icu4c/60.1/icu4c-60_1-src.tgz"
|
||||
mirror "https://fossies.org/linux/misc/icu4c-60_1-src.tgz"
|
||||
mirror "https://downloads.sourceforge.net/project/icu/ICU4C/60.1/icu4c-60_1-src.tgz"
|
||||
version "60.1"
|
||||
sha256 "f8f5a6c8fbf32c015a467972bdb1477dc5f5d5dfea908b6ed218715eeb5ee225"
|
||||
|
||||
# Fix CVE-2017-14952
|
||||
# Upstream commit from 9 Aug 2017 "Removed redundant UVector entry clean up
|
||||
# function call."
|
||||
# Upstream commit "ticket:13462: Fix Script_Extensions for 5 characters"
|
||||
# 8 Nov 2017 http://bugs.icu-project.org/trac/changeset/40667
|
||||
patch do
|
||||
url "https://raw.githubusercontent.com/Homebrew/formula-patches/fb441ea/icu4c/CVE-2017-14952.diff"
|
||||
sha256 "1da1eec19cfe4907eb4766192ddbca689506ce44cfeb35c349af9609ae7f7203"
|
||||
url "https://raw.githubusercontent.com/Homebrew/formula-patches/8e407d3/icu4c/ticket-13462.diff"
|
||||
sha256 "e3338f4ebc86dd6f0fd605e8b8170f013fad46709b495322bfc4be0b1f96cedc"
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue