Commits
Jeremy Huddleston Sequoia authored 07e8c7f71e8
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 | PortGroup muniversal 1.0 |
5 5 | |
6 6 | name libressl-devel |
7 - | version 2.9.0 |
7 + | version 2.9.2 |
8 8 | distname libressl-${version} |
9 9 | |
10 10 | categories security devel |
11 11 | platforms darwin |
12 12 | license OpenSSL SSLeay |
13 13 | maintainers {jeremyhu @jeremyhu} |
14 14 | |
15 15 | description LibreSSL SSL/TLS cryptography library |
16 16 | long_description LibreSSL is composed of four parts: \ |
17 17 | The openssl(1) utility, which provides tools for managing keys, certificates, etc. \ |
18 18 | libcrypto: a library of cryptography fundamentals \ |
19 19 | libssl: a TLS library, backwards-compatible with OpenSSL \ |
20 20 | libtls: a new TLS library, designed to make it easier to write foolproof applications |
21 21 | homepage https://www.libressl.org |
22 22 | |
23 23 | conflicts openssl libressl |
24 24 | |
25 25 | master_sites openbsd:LibreSSL |
26 - | checksums rmd160 02173dfeae0b02485547a6a3f7e58319c99a1d47 \ |
27 - | sha256 eb5f298408b723f11a0ca0192c122ecb79b4855bfdf7eea183a6264296a13cf4 \ |
28 - | size 3400383 |
26 + | checksums rmd160 ff13aa4867bf6bffc56adc9a7da71b7c19c085d5 \ |
27 + | sha256 c4c78167fae325b47aebd8beb54b6041d6f6a56b3743f4bd5d79b15642f9d5d4 \ |
28 + | size 3607549 |
29 29 | |
30 30 | patchfiles \ |
31 31 | openssldir-cert.pem.patch |
32 32 | |
33 33 | configure.args \ |
34 34 | --disable-silent-rules \ |
35 35 | --with-openssldir=${prefix}/etc/ssl |
36 36 | |
37 37 | post-patch { |
38 38 | reinplace "s|@OPENSSLDIR@|${prefix}/etc/ssl|" ${worksrcpath}/include/openssl/opensslconf.h |