diff options
| author | Michael Forney <mforney@mforney.org> | 2020-10-30 20:46:35 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2020-10-30 21:11:01 -0700 |
| commit | 1c4b1a0bc059fa1d0c288904a66530fca4670442 (patch) | |
| tree | a2ccc1fdbea93c8f5492ac2c199a135b7c026050 /pkg/libressl | |
| parent | 3ddc73a7a86edfde1829d6e0494cbe1f4b7c9584 (diff) | |
libressl: Update to 3.2.2
Diffstat (limited to 'pkg/libressl')
| -rw-r--r-- | pkg/libressl/.gitignore | 2 | ||||
| -rw-r--r-- | pkg/libressl/gen.lua | 4 | ||||
| -rw-r--r-- | pkg/libressl/sha256 | 2 | ||||
| -rw-r--r-- | pkg/libressl/url | 2 | ||||
| -rw-r--r-- | pkg/libressl/ver | 2 |
5 files changed, 8 insertions, 4 deletions
diff --git a/pkg/libressl/.gitignore b/pkg/libressl/.gitignore index b0c9e9ef..f9f10c0f 100644 --- a/pkg/libressl/.gitignore +++ b/pkg/libressl/.gitignore @@ -1,2 +1,2 @@ -/libressl-3.2.1.tar.gz +/libressl-3.2.2.tar.gz /src diff --git a/pkg/libressl/gen.lua b/pkg/libressl/gen.lua index 38821c5d..5af98717 100644 --- a/pkg/libressl/gen.lua +++ b/pkg/libressl/gen.lua @@ -16,6 +16,7 @@ cflags{ '-I $srcdir/crypto/evp', '-I $srcdir/crypto/modes', '-I $basedir/pkg/openbsd/include', + '-idirafter $srcdir/include/compat', } pkg.hdrs = { @@ -81,6 +82,7 @@ pkg.hdrs = { 'whrlpool.h', 'x509.h', 'x509_vfy.h', + 'x509_verify.h', 'x509v3.h', 'opensslconf.h', @@ -273,6 +275,7 @@ lib('libcrypto.a', [[crypto/( x509_prn.c x509_utl.c x509_genn.c x509_alt.c x509_skey.c x509_akey.c x509_pku.c x509_int.c x509_enum.c x509_sxnet.c x509_cpols.c x509_crld.c x509_purp.c x509_info.c x509_ocsp.c x509_akeya.c x509_pmaps.c x509_pcons.c x509_ncons.c x509_pcia.c x509_pci.c + x509_issuer_cache.c x509_constraints.c x509_verify.c pcy_cache.c pcy_node.c pcy_data.c pcy_map.c pcy_tree.c pcy_lib.c ) @@ -326,6 +329,7 @@ lib('libssl.a', [[ssl/( ssl_versions.c t1_enc.c t1_lib.c + tls12_record_layer.c tls13_buffer.c tls13_client.c tls13_error.c diff --git a/pkg/libressl/sha256 b/pkg/libressl/sha256 index 852e97b2..48a881f5 100644 --- a/pkg/libressl/sha256 +++ b/pkg/libressl/sha256 @@ -1 +1 @@ -d28db224cfb6d18009b2a7e8cb213cd5c943bbec87550062fef6a38479250315 libressl-3.2.1.tar.gz +a9d1e1d030b8bcc67bf6428b8c0fff14a5602e2236257b9e3d77acaf12e2a7a1 libressl-3.2.2.tar.gz diff --git a/pkg/libressl/url b/pkg/libressl/url index 1fefb838..de781f04 100644 --- a/pkg/libressl/url +++ b/pkg/libressl/url @@ -1 +1 @@ -url = "https://fastly.cdn.openbsd.org/pub/OpenBSD/LibreSSL/libressl-3.2.1.tar.gz" +url = "https://fastly.cdn.openbsd.org/pub/OpenBSD/LibreSSL/libressl-3.2.2.tar.gz" diff --git a/pkg/libressl/ver b/pkg/libressl/ver index 436ceda7..02f1a668 100644 --- a/pkg/libressl/ver +++ b/pkg/libressl/ver @@ -1 +1 @@ -3.2.1 r0 +3.2.2 r0 |
