pkgsrc/lang/erlang
fhajny 7ff576c8af 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
2017-03-17 14:37:04 +00:00
..
files/smf Remove the stability entity, it has no meaning outside of an official context. 2016-06-08 10:16:50 +00:00
patches Remove patch that is not in distinfo after update. 2017-01-05 08:35:56 +00:00
buildlink3.mk Update erlang to 18.0. 2015-07-18 08:55:16 +00:00
DESCR
distinfo Update lang/erlang* to 19.3. 2017-03-17 14:37:04 +00:00
hacks.mk Update lang/erlang to 17.5. 2015-04-28 14:34:20 +00:00
Makefile Fixed pkglint warnings. 2016-12-17 12:55:29 +00:00
Makefile.versions Update lang/erlang* to 19.3. 2017-03-17 14:37:04 +00:00
MESSAGE
module.mk Add a simple Erlang module package helper. 2016-01-15 11:19:06 +00:00
options.mk Fixed pkglint warnings. 2016-12-17 12:55:29 +00:00
PLIST Update lang/erlang* to 19.3. 2017-03-17 14:37:04 +00:00
PLIST.Darwin Add PLIST.Darwin, fix build on OS X. 2015-09-13 08:11:09 +00:00
PLIST.FreeBSD Account files installed on FreeBSD specifically 2015-12-20 12:39:30 +00:00
PLIST.hipe Fix PLIST for the erlang-hipe option. Fixes default build on NetBSD. 2015-04-29 09:39:47 +00:00
PLIST.java Update lang/erlang to 18.1. 2015-09-25 15:15:58 +00:00
PLIST.Linux
PLIST.NetBSD Add cpu_sup for netbsd also 2015-07-25 12:13:53 +00:00
PLIST.SunOS