diff options
author | fhajny <fhajny@pkgsrc.org> | 2017-12-13 14:45:20 +0000 |
---|---|---|
committer | fhajny <fhajny@pkgsrc.org> | 2017-12-13 14:45:20 +0000 |
commit | 0889f774088344c8a580dc63c51f5f848e112827 (patch) | |
tree | 2bfbe7956208c2f13ac0852dc5b6d3579d775999 /lang/erlang-man | |
parent | 2611870918107d27cae7912fa0e4119754e1aaeb (diff) | |
download | pkgsrc-0889f774088344c8a580dc63c51f5f848e112827.tar.gz |
Update lang/erlang* to 20.2.
Some highlights:
crypto, ssl:
- The crypto API is extended to use private/public keys
stored in an Engine for sign/verify or encrypt/decrypt
operations.
- The ssl application provides an API to use this new
engine concept in TLS.
ssh:
- SSH can now fetch the host key from the private keys
stored in an Engine. See the crypto application for
details about Engines.
ssl:
- A new command line option -ssl_dist_optfile has been
added to facilitate specifying the many options needed
when using SSL as the distribution protocol.
stdlib:
- Improve performance of the new string functionality
when handling ASCII characters.
Full release notes:
http://www.erlang.org/download/otp_src_20.2.readme
Diffstat (limited to 'lang/erlang-man')
-rw-r--r-- | lang/erlang-man/distinfo | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lang/erlang-man/distinfo b/lang/erlang-man/distinfo index 32bc9840b64..d836b88807d 100644 --- a/lang/erlang-man/distinfo +++ b/lang/erlang-man/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.25 2017/10/02 18:10:39 fhajny Exp $ +$NetBSD: distinfo,v 1.26 2017/12/13 14:45:20 fhajny Exp $ -SHA1 (erlang/otp_doc_man_20.1.tar.gz) = d137183399bdfd49ba00a410d4b36c5934ed9bd0 -RMD160 (erlang/otp_doc_man_20.1.tar.gz) = 71954a0ecb97545e71646ffb227c4382c49962b9 -SHA512 (erlang/otp_doc_man_20.1.tar.gz) = d64cb7e78f1cbc86eccfa338ebe211b4e67ada842d780cf73dac7aadab8209a845de305644b758ed23d939688146012cd5172e005fee207307d6e24c7b7d2345 -Size (erlang/otp_doc_man_20.1.tar.gz) = 1334036 bytes +SHA1 (erlang/otp_doc_man_20.2.tar.gz) = 5dc749376498bb019ccb81db56732f5585cbdb55 +RMD160 (erlang/otp_doc_man_20.2.tar.gz) = ce173069cca6d3fcd1405d8527dce633ecac63ee +SHA512 (erlang/otp_doc_man_20.2.tar.gz) = a67bb975b613c74c4e2418406b6472764ac69dfb9f8a6f64c79c680b1f87edea719431c140b006f776b0088885d958a6f2718267cebaf73ed506eaff721400f4 +Size (erlang/otp_doc_man_20.2.tar.gz) = 1337652 bytes |