diff options
author | fhajny <fhajny@pkgsrc.org> | 2015-09-25 15:15:58 +0000 |
---|---|---|
committer | fhajny <fhajny@pkgsrc.org> | 2015-09-25 15:15:58 +0000 |
commit | 0594a3979c03ebf7101783378c39dad35900ad73 (patch) | |
tree | 12c719db411ad686ba00326caa2d47cf72bb462d /lang/erlang-man | |
parent | 31a7ae28eced6869a8dd9cd62f07adb89613efdc (diff) | |
download | pkgsrc-0594a3979c03ebf7101783378c39dad35900ad73.tar.gz |
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
Diffstat (limited to 'lang/erlang-man')
-rw-r--r-- | lang/erlang-man/PLIST | 5 | ||||
-rw-r--r-- | lang/erlang-man/distinfo | 8 |
2 files changed, 7 insertions, 6 deletions
diff --git a/lang/erlang-man/PLIST b/lang/erlang-man/PLIST index 4c68f8edc81..b6d39e47f0f 100644 --- a/lang/erlang-man/PLIST +++ b/lang/erlang-man/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.16 2015/07/18 08:55:16 fhajny Exp $ +@comment $NetBSD: PLIST,v 1.17 2015/09/25 15:15:58 fhajny Exp $ lib/erlang/man/man1/cdv.1 lib/erlang/man/man1/ct_run.1 lib/erlang/man/man1/diameterc.1 @@ -219,7 +219,6 @@ lib/erlang/man/man3/heart.3 lib/erlang/man/man3/http_uri.3 lib/erlang/man/man3/httpc.3 lib/erlang/man/man3/httpd.3 -lib/erlang/man/man3/httpd_conf.3 lib/erlang/man/man3/httpd_custom_api.3 lib/erlang/man/man3/httpd_socket.3 lib/erlang/man/man3/httpd_util.3 @@ -388,6 +387,7 @@ lib/erlang/man/man3/wxAuiManagerEvent.3 lib/erlang/man/man3/wxAuiNotebook.3 lib/erlang/man/man3/wxAuiNotebookEvent.3 lib/erlang/man/man3/wxAuiPaneInfo.3 +lib/erlang/man/man3/wxAuiSimpleTabArt.3 lib/erlang/man/man3/wxAuiTabArt.3 lib/erlang/man/man3/wxBitmap.3 lib/erlang/man/man3/wxBitmapButton.3 @@ -510,6 +510,7 @@ lib/erlang/man/man3/wxMessageDialog.3 lib/erlang/man/man3/wxMiniFrame.3 lib/erlang/man/man3/wxMirrorDC.3 lib/erlang/man/man3/wxMouseCaptureChangedEvent.3 +lib/erlang/man/man3/wxMouseCaptureLostEvent.3 lib/erlang/man/man3/wxMouseEvent.3 lib/erlang/man/man3/wxMoveEvent.3 lib/erlang/man/man3/wxMultiChoiceDialog.3 diff --git a/lang/erlang-man/distinfo b/lang/erlang-man/distinfo index 4b95d414bd8..891c222d642 100644 --- a/lang/erlang-man/distinfo +++ b/lang/erlang-man/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.15 2015/07/18 08:55:16 fhajny Exp $ +$NetBSD: distinfo,v 1.16 2015/09/25 15:15:58 fhajny Exp $ -SHA1 (erlang/otp_doc_man_18.0.tar.gz) = 9a1a32658c7bc45b8af9fca6fa272d147af011d7 -RMD160 (erlang/otp_doc_man_18.0.tar.gz) = c0f660607ead340b69cb782408acdb8a26bc6ead -Size (erlang/otp_doc_man_18.0.tar.gz) = 1389178 bytes +SHA1 (erlang/otp_doc_man_18.1.tar.gz) = c5c3d4aa4f42d96ccca86671f13164f55b905991 +RMD160 (erlang/otp_doc_man_18.1.tar.gz) = 7261d6176520b699924e817b4aa0fd55ccc833dc +Size (erlang/otp_doc_man_18.1.tar.gz) = 1390525 bytes |