Commits
Jackson Isaac authored ceb07280ba7
1 1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
2 2 | |
3 3 | PortSystem 1.0 |
4 4 | |
5 5 | name fetch-crl |
6 - | version 3.0.17 |
6 + | version 3.0.19 |
7 7 | categories security net |
8 8 | platforms darwin |
9 9 | supported_archs noarch |
10 10 | license Apache-2 |
11 11 | |
12 12 | maintainers nikhef.nl:dennisvd petr openmaintainer |
13 13 | |
14 14 | description Download tool for Certificate Revocation Lists |
15 15 | |
16 16 | long_description \ |
17 17 | The fetch-crl utility will retrieve certificate revocation lists (CRLs) \ |
18 18 | for a set of installed trust anchors, based on crl_url files or \ |
19 19 | IGTF-style info files. It will install these for use with OpenSSL, NSS \ |
20 20 | or third-party tools. |
21 21 | |
22 - | homepage http://wiki.nikhef.nl/grid/FetchCRL3 |
22 + | homepage https://wiki.nikhef.nl/grid/FetchCRL3 |
23 23 | |
24 - | master_sites http://dist.eugridpma.info/distribution/util/fetch-crl3/ |
24 + | master_sites https://dist.eugridpma.info/distribution/util/fetch-crl3/ |
25 25 | |
26 - | checksums md5 922e68915c1b30b266270759e0bcbe5d \ |
27 - | rmd160 73a7d22a8c4575ec745fdc037b79a6549371acbe \ |
28 - | sha256 22f460388416bdabdb59d2f8fd423c5b097886649e4a2650867106a7e6c8cfe7 |
26 + | checksums md5 f292bf2cb2fdc721a84379425c605cd7 \ |
27 + | rmd160 87a69e6ded450138548675c85b6dd30bef17254d \ |
28 + | sha256 64d8f573601568554415c9ad853864285313538a90de92b3dcf2d16b92b2bcde |
29 29 | |
30 30 | use_configure no |
31 31 | |
32 32 | # The main port installs the tools |
33 33 | subport ${name} { |
34 34 | patch { |
35 35 | reinplace "s|/etc|${prefix}/etc|g" README |
36 36 | |
37 37 | reinplace "s|/etc|${prefix}/etc|g" fetch-crl |
38 38 | reinplace "s|/var|${prefix}/var|g" fetch-crl |