pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang
Module Name: pkgsrc
Committed By: fhajny
Date: Fri Sep 25 15:15:58 UTC 2015
Modified Files:
pkgsrc/lang/erlang: Makefile Makefile.versions PLIST PLIST.java
distinfo
pkgsrc/lang/erlang-doc: PLIST distinfo
pkgsrc/lang/erlang-man: PLIST distinfo
Log Message:
Update lang/erlang to 18.1.
Some highlights of the release are:
- ssl: Add possibility to downgrade an SSL/TLS connection to a tcp
connection, and give back the socket control to a user process.
- ssh: The following new key exchange algorithms are implemented:
'ecdh-sha2-nistp256', 'ecdh-sha2-nistp384', 'ecdh-sha2-nistp521',
'diffie-hellman-group14-sha1', 'diffie-hellman-group-exchange-sha1'
and 'diffie-hellman-group-exchange-sha256'. This raises the
security level considerably.
- kernel,stdlib,sasl: A mechanism for limiting the amount of text
that the built-in error logger events will produce has been
introduced. It is useful for limiting both the size of log files
and the CPU time used to produce them.
Full release notes:
http://www.erlang.org/download/otp_src_18.1.readme
To generate a diff of this commit:
cvs rdiff -u -r1.71 -r1.72 pkgsrc/lang/erlang/Makefile
cvs rdiff -u -r1.19 -r1.20 pkgsrc/lang/erlang/Makefile.versions
cvs rdiff -u -r1.18 -r1.19 pkgsrc/lang/erlang/PLIST
cvs rdiff -u -r1.10 -r1.11 pkgsrc/lang/erlang/PLIST.java
cvs rdiff -u -r1.36 -r1.37 pkgsrc/lang/erlang/distinfo
cvs rdiff -u -r1.18 -r1.19 pkgsrc/lang/erlang-doc/PLIST
cvs rdiff -u -r1.15 -r1.16 pkgsrc/lang/erlang-doc/distinfo
cvs rdiff -u -r1.16 -r1.17 pkgsrc/lang/erlang-man/PLIST
cvs rdiff -u -r1.15 -r1.16 pkgsrc/lang/erlang-man/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index