diff options
author | fhajny <fhajny@pkgsrc.org> | 2017-03-17 14:37:04 +0000 |
---|---|---|
committer | fhajny <fhajny@pkgsrc.org> | 2017-03-17 14:37:04 +0000 |
commit | 3b1ac34a46335914101759e3c6e628191c96bb4c (patch) | |
tree | 80d38cad54fd23e089914462c7ca86f8f136d9f6 /lang/erlang-man | |
parent | c0e78ba5bb44785dda2c33a6add1461a3de3802c (diff) | |
download | pkgsrc-3b1ac34a46335914101759e3c6e628191c96bb4c.tar.gz |
Update lang/erlang* to 19.3.
Some highlights for 19.3:
- crypto, ssh: The implementation of the key exchange algorithms
diffie-hellman-group-exchange-sha* are optimized, up to a factor of 11
for the slowest ( = biggest and safest) group size.
- dialyzer: The peak memory consumption is reduced. Analyzing modules
with binary construction with huge strings is now much faster.
- erts: A received SIGTERM signal to beam will generate a 'stop' message
to the init process and terminate the Erlang VM nicely. This is
equivalent to calling init:stop/0.
- kernel: The functions in the 'file' module that take a list of paths
(e.g. file:path_consult/2) will now continue to search in the path if
the path contains something that is not a directory.
- public_key: New function pkix_verify_hostname/2,3 Implements
certificate hostname checking. See the manual and RFC 6125.
- public_key, ssh: The ssh host key fingerprint generation now also
takes a list of algorithms and returns a list of corresponding
fingerprints. See public_key:ssh_hostkey_fingerprint/2 and the option
silently_accept_hosts in ssh:connect.
- ssl: Move PEM cache to a dedicated process, to avoid making the SSL
manager process a bottleneck. This improves scalability of TLS
connections.
- stdlib: filename:safe_relative_path/1 to sanitize a relative path has
been added.
Full release notes:
http://erlang.org/download/otp_src_19.3.readme
Diffstat (limited to 'lang/erlang-man')
-rw-r--r-- | lang/erlang-man/PLIST | 3 | ||||
-rw-r--r-- | lang/erlang-man/distinfo | 10 |
2 files changed, 7 insertions, 6 deletions
diff --git a/lang/erlang-man/PLIST b/lang/erlang-man/PLIST index 40cfe1fd086..33634daa973 100644 --- a/lang/erlang-man/PLIST +++ b/lang/erlang-man/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.20 2017/01/03 08:37:01 fhajny Exp $ +@comment $NetBSD: PLIST,v 1.21 2017/03/17 14:37:05 fhajny Exp $ lib/erlang/man/man1/cdv.1 lib/erlang/man/man1/ct_run.1 lib/erlang/man/man1/diameterc.1 @@ -119,6 +119,7 @@ lib/erlang/man/man3/ct_slave.3 lib/erlang/man/man3/ct_snmp.3 lib/erlang/man/man3/ct_ssh.3 lib/erlang/man/man3/ct_telnet.3 +lib/erlang/man/man3/ct_testspec.3 lib/erlang/man/man3/dbg.3 lib/erlang/man/man3/debugger.3 lib/erlang/man/man3/dets.3 diff --git a/lang/erlang-man/distinfo b/lang/erlang-man/distinfo index 8d29ce523da..1320d2e7831 100644 --- a/lang/erlang-man/distinfo +++ b/lang/erlang-man/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.22 2017/01/03 08:37:01 fhajny Exp $ +$NetBSD: distinfo,v 1.23 2017/03/17 14:37:05 fhajny Exp $ -SHA1 (erlang/otp_doc_man_19.2.tar.gz) = e0de4795b895ec3494a59f85000c9b3befcebc81 -RMD160 (erlang/otp_doc_man_19.2.tar.gz) = 88a89a68e6e339825a4015942e028303d3d1171b -SHA512 (erlang/otp_doc_man_19.2.tar.gz) = 613b50841443fb71e5666a281edbf580b35f28e9fad6a246170017552ee5a04770700b95eae8bcfef3fa2e327a559c43969568091ed8389ecfe3eeea4f67d674 -Size (erlang/otp_doc_man_19.2.tar.gz) = 1409661 bytes +SHA1 (erlang/otp_doc_man_19.3.tar.gz) = 307c3b12081b94b892c24c9469f826397a9587ac +RMD160 (erlang/otp_doc_man_19.3.tar.gz) = b450d352dc46dbfaad5ed27a242c1c3d206dcfc4 +SHA512 (erlang/otp_doc_man_19.3.tar.gz) = 675a0d2d5972660a60de17c832e630f646f942d23815427eb0dec3a5ca1c44ed8fe35a9c30f8b608dedfd10f6fb1e47e958ea6e32e296b6f6809b1844b4da9a1 +Size (erlang/otp_doc_man_19.3.tar.gz) = 1410781 bytes |