pkgsrc/lang/erlang/patches
fhajny 1ae94db05e 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
2017-12-13 14:45:20 +00:00
..
patch-ab
patch-ay
patch-erts_configure Use GCC -shared on SunOS. Fixes shared libraries. Bump PKGREVISION. 2016-09-05 16:03:38 +00:00
patch-erts_emulator_drivers_common_inet__drv.c
patch-erts_emulator_sys_common_erl__poll.c Avoid non-portable recognition of defined() in expanded macros. 2016-12-17 23:27:23 +00:00
patch-lib_crypto_c__src_Makefile.in erlang: Compile via CC wrapper to ensure correct flags. 2017-10-04 16:20:51 +00:00
patch-make_output.mk.in Use CC for linking. Fixes SunOS SSP builds. 2016-07-07 15:07:36 +00:00