From c420f1ae1a8a252d3e6cb893076e743dbac11669 Mon Sep 17 00:00:00 2001 From: commitay Date: Thu, 31 May 2018 07:22:36 +1000 Subject: [PATCH] p11-kit 0.23.12 Closes #28477. Signed-off-by: ilovezfs --- Formula/p11-kit.rb | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/Formula/p11-kit.rb b/Formula/p11-kit.rb index 0a5a8bb15e..436ba5cf3b 100644 --- a/Formula/p11-kit.rb +++ b/Formula/p11-kit.rb @@ -1,8 +1,8 @@ class P11Kit < Formula desc "Library to load and enumerate PKCS#11 modules" homepage "https://p11-glue.freedesktop.org" - url "https://github.com/p11-glue/p11-kit/releases/download/0.23.11/p11-kit-0.23.11.tar.gz" - sha256 "b243c8daa573f85cb9873352a4c38563812fe3045e960593eb45db7dfdea4a2b" + url "https://github.com/p11-glue/p11-kit/releases/download/0.23.12/p11-kit-0.23.12.tar.gz" + sha256 "58bae22f19db1de1a1103e7ca4149eed6e303e727878c2cd5ea9e6fe445fd403" bottle do sha256 "3fa3ce13ade57872341dd0b5881b3ed8c85e3a6f8c702310e296d3681b5a2747" => :high_sierra @@ -23,12 +23,6 @@ class P11Kit < Formula depends_on "pkg-config" => :build def install - # Fix "error: unknown type name 'locale_t'" - # Reported 25 May 2018 https://github.com/p11-glue/p11-kit/issues/158 - inreplace %w[common/debug.c common/library.c common/message.c - common/test-message.c], - "#include ", "#include " - # https://bugs.freedesktop.org/show_bug.cgi?id=91602#c1 ENV["FAKED_MODE"] = "1"