gnutls 3.6.5
Closes #35356. Signed-off-by: Chongyu Zhu <i@lembacon.com>
This commit is contained in:
parent
9a7a936736
commit
89988b8caa
1 changed files with 3 additions and 9 deletions
|
@ -1,9 +1,9 @@
|
|||
class Gnutls < Formula
|
||||
desc "GNU Transport Layer Security (TLS) Library"
|
||||
homepage "https://gnutls.org/"
|
||||
url "https://gnupg.org/ftp/gcrypt/gnutls/v3.5/gnutls-3.5.19.tar.xz"
|
||||
mirror "https://www.mirrorservice.org/sites/ftp.gnupg.org/gcrypt/gnutls/v3.5/gnutls-3.5.19.tar.xz"
|
||||
sha256 "1936eb64f03aaefd6eb16cef0567457777618573826b94d03376bb6a4afadc44"
|
||||
url "https://gnupg.org/ftp/gcrypt/gnutls/v3.6/gnutls-3.6.5.tar.xz"
|
||||
mirror "https://www.mirrorservice.org/sites/ftp.gnupg.org/gcrypt/gnutls/v3.6/gnutls-3.6.5.tar.xz"
|
||||
sha256 "073eced3acef49a3883e69ffd5f0f0b5f46e2760ad86eddc6c0866df4e7abb35"
|
||||
|
||||
bottle do
|
||||
sha256 "a4766ca826880a2ed933a0f1c024b68fec42c0f26455244f4b77260273721435" => :mojave
|
||||
|
@ -22,12 +22,6 @@ class Gnutls < Formula
|
|||
depends_on "unbound" => :optional
|
||||
|
||||
def install
|
||||
# Fix "dyld: lazy symbol binding failed: Symbol not found: _getentropy"
|
||||
# Reported 18 Oct 2016 https://gitlab.com/gnutls/gnutls/issues/142
|
||||
if MacOS.version == "10.11" && MacOS::Xcode.installed? && MacOS::Xcode.version >= "8.0"
|
||||
inreplace "configure", "getentropy(0, 0);", "undefinedgibberish(0, 0);"
|
||||
end
|
||||
|
||||
args = %W[
|
||||
--disable-dependency-tracking
|
||||
--disable-silent-rules
|
||||
|
|
Loading…
Reference in a new issue