summaryrefslogtreecommitdiff
path: root/lang/erlang-man
diff options
context:
space:
mode:
authorasau <asau>2013-10-20 18:37:49 +0000
committerasau <asau>2013-10-20 18:37:49 +0000
commit0b3660b48ff8ac35b89d852acd8a38dd51f20dd8 (patch)
tree31253a3b76baecb6c9e81388867f251b6d3fd954 /lang/erlang-man
parenta6c19b3547ff10dca2d08dae9f3301077f094dbd (diff)
downloadpkgsrc-0b3660b48ff8ac35b89d852acd8a38dd51f20dd8.tar.gz
Update Erlang/OTP to R16B02.
R16B02 is the second maintenance release for the R16B major release. You can find the README file for the release at http://www.erlang.org/download/otp_src_R16B02.readme R16B01 is the first maintenance release for the R16B major release. You can find the README file for the release at http://www.erlang.org/download/otp_src_R16B01.readme Highlights for R16B01: OTP-10279 == erts == Support for migration of memory carriers between memory allocator instances has been introduced. By default this feature is not enabled and do not effect the characteristics of the system. When enabled it has the following impact on the characteristics of the system: -- Reduced memory footprint when the memory load is unevenly distributed between scheduler specific allocator instances. -- Depending on the default allocaton strategy used on a specific allocator there might or might not be a slight performance loss. -- When enabled on the fix_alloc allocator, a different strategy for management of fix blocks will be used. -- The information returned from erlang:system_info({allocator, A}), and erlang:system_info({allocator_sizes, A}) will be slightly different when this feature has been enabled. An mbcs_pool tuple will be present giving information about abandoned carriers, and in the fix_alloc case no fix_types tuple will be present. For more information, see the documentation of the +M<S>acul command line argument. OTP-11009 == ssl public_key crypto common_test dialyzer ssh stdlib snmp inets == Integrate elliptic curve contribution from Andreas Schultz In order to be able to support elliptic curve cipher suites in SSL/TLS, additions to handle elliptic curve infrastructure has been added to public_key and crypto. This also has resulted in a rewrite of the crypto API to gain consistency and remove unnecessary overhead. All OTP applications using crypto has been updated to use the new API. Impact: Elliptic curve cryptography (ECC) offers equivalent security with smaller key sizes than other public key algorithms. Smaller key sizes result in savings for power, memory, bandwidth, and computational cost that make ECC especially attractive for constrained environments. OTP-11159 == erts == Lift static limitation (FD_SETSIZE) for file descriptors on Mac OS X. (Thanks to Anthony Ramine)
Diffstat (limited to 'lang/erlang-man')
-rw-r--r--lang/erlang-man/PLIST5
-rw-r--r--lang/erlang-man/distinfo8
2 files changed, 8 insertions, 5 deletions
diff --git a/lang/erlang-man/PLIST b/lang/erlang-man/PLIST
index 31f48d47640..d13fe24994e 100644
--- a/lang/erlang-man/PLIST
+++ b/lang/erlang-man/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.13 2013/06/08 06:48:24 asau Exp $
+@comment $NetBSD: PLIST,v 1.14 2013/10/20 18:37:49 asau Exp $
lib/erlang/man/man1/ct_run.1
lib/erlang/man/man1/diameter_compile.1
lib/erlang/man/man1/epmd.1
@@ -325,6 +325,8 @@ lib/erlang/man/man3/snmpa_error_io.3
lib/erlang/man/man3/snmpa_error_logger.3
lib/erlang/man/man3/snmpa_error_report.3
lib/erlang/man/man3/snmpa_local_db.3
+lib/erlang/man/man3/snmpa_mib_data.3
+lib/erlang/man/man3/snmpa_mib_storage.3
lib/erlang/man/man3/snmpa_mpd.3
lib/erlang/man/man3/snmpa_network_interface.3
lib/erlang/man/man3/snmpa_network_interface_filter.3
@@ -397,6 +399,7 @@ lib/erlang/man/man3/wxChoice.3
lib/erlang/man/man3/wxChoicebook.3
lib/erlang/man/man3/wxClientDC.3
lib/erlang/man/man3/wxClipboard.3
+lib/erlang/man/man3/wxClipboardTextEvent.3
lib/erlang/man/man3/wxCloseEvent.3
lib/erlang/man/man3/wxColourData.3
lib/erlang/man/man3/wxColourDialog.3
diff --git a/lang/erlang-man/distinfo b/lang/erlang-man/distinfo
index f1d85fe8d2d..70ac3e71e1c 100644
--- a/lang/erlang-man/distinfo
+++ b/lang/erlang-man/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2013/06/08 06:48:24 asau Exp $
+$NetBSD: distinfo,v 1.13 2013/10/20 18:37:49 asau Exp $
-SHA1 (erlang/otp_doc_man_R16B.tar.gz) = 48eaf215e5dcae8b4f02cc39ed557ec6f9dd026a
-RMD160 (erlang/otp_doc_man_R16B.tar.gz) = 389a5969ffb51cff3f050d76fb6b35195125e5d3
-Size (erlang/otp_doc_man_R16B.tar.gz) = 1309209 bytes
+SHA1 (erlang/otp_doc_man_R16B02.tar.gz) = c64c19d5ab176c8b7c1e05b02b4f2affbed7b0ef
+RMD160 (erlang/otp_doc_man_R16B02.tar.gz) = 5f0f36831d996882e55b168acd209892156e6bb8
+Size (erlang/otp_doc_man_R16B02.tar.gz) = 1318271 bytes