From 7199039784bbbaebcf59fea881f3db79b627dae6 Mon Sep 17 00:00:00 2001 From: Gerd Behrmann Date: Wed, 3 Oct 2012 10:39:04 +0200 Subject: fetch-crl 1.0.8 The fetch-crl utility will retrieve certificate revocation lists (CRLs) for a set of installed trust anchors, based on crl_url files or IGTF-style info files. It will install these for use with OpenSSL, NSS or third-party tools. Closes #15269. Signed-off-by: Adam Vandenberg --- Library/Formula/fetch-crl.rb | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Library/Formula/fetch-crl.rb (limited to 'Library/Formula') diff --git a/Library/Formula/fetch-crl.rb b/Library/Formula/fetch-crl.rb new file mode 100644 index 000000000..bbb3e275c --- /dev/null +++ b/Library/Formula/fetch-crl.rb @@ -0,0 +1,11 @@ +require 'formula' + +class FetchCrl < Formula + homepage 'http://wiki.nikhef.nl/grid/FetchCRL3' + url 'https://dist.eugridpma.info/distribution/util/fetch-crl3/fetch-crl-3.0.8.tar.gz' + sha1 '5e4474d70ef5a5a1a29bff1944114ad58987f731' + + def install + system "make", "install", "PREFIX=#{prefix}", "ETC=#{etc}", "CACHE=#{var}/cache" + end +end -- cgit v1.2.3