diff options
author | asau <asau@pkgsrc.org> | 2013-01-23 21:46:06 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2013-01-23 21:46:06 +0000 |
commit | 80ca4eaf030cb51c40e9393f4c5162e943919f49 (patch) | |
tree | 82cd3dc84771a7887199c1117e60b80ff2072ed0 /lang/erlang-man | |
parent | 06813f1be1c2cb81ae05978049cd5935471f92fe (diff) | |
download | pkgsrc-80ca4eaf030cb51c40e9393f4c5162e943919f49.tar.gz |
Update to Erlang/OTP R15B03-1
Changes in R15B03-1
After the release of R15B03 a very unfortunate bug in ssl:ssl_accept/2
(accept with timeout) was detected. This bug will have negative impact
on a number of popular http servers and server frameworks written in
Erlang.
The differences from R15B03 are in ssl-5.1.2 and erts-5.9.3.1.
Full log at http://www.erlang.org/download/otp_src_R15B03-1.readme
Changes in R15B03
Mostly bug fixes and small improvements.
Full log at http://www.erlang.org/download/otp_src_R15B03.readme
Changes in R15B02
Highlights
OTP-8871 == ssl ==
Experimental support for TLS 1.1 is now available, will be
officially supported from OTP-R16. Thanks to Andreas Schultz
for implementing the first version.
OTP-8872 == ssl ==
Experimental support for TLS 1.2 is now available, will be
officially supported from OTP-R16. Thanks to Andreas Schultz
for implementing the first version.
OTP-10113 == ssl ==
Removed some bottlenecks increasing the applications
parallelism especially for the client side.
Full log at http://www.erlang.org/download/otp_src_R15B02.readme
Diffstat (limited to 'lang/erlang-man')
-rw-r--r-- | lang/erlang-man/PLIST | 4 | ||||
-rw-r--r-- | lang/erlang-man/distinfo | 8 |
2 files changed, 7 insertions, 5 deletions
diff --git a/lang/erlang-man/PLIST b/lang/erlang-man/PLIST index f8b2e612a68..ac315412edb 100644 --- a/lang/erlang-man/PLIST +++ b/lang/erlang-man/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.11 2012/09/12 19:13:28 asau Exp $ +@comment $NetBSD: PLIST,v 1.12 2013/01/23 21:46:06 asau Exp $ lib/erlang/man/man1/ct_run.1 lib/erlang/man/man1/diameter_compile.1 lib/erlang/man/man1/epmd.1 @@ -125,6 +125,8 @@ lib/erlang/man/man3/dets.3 lib/erlang/man/man3/dialyzer.3 lib/erlang/man/man3/diameter.3 lib/erlang/man/man3/diameter_app.3 +lib/erlang/man/man3/diameter_codec.3 +lib/erlang/man/man3/diameter_make.3 lib/erlang/man/man3/diameter_sctp.3 lib/erlang/man/man3/diameter_tcp.3 lib/erlang/man/man3/diameter_transport.3 diff --git a/lang/erlang-man/distinfo b/lang/erlang-man/distinfo index 48d15892261..1dea1927efd 100644 --- a/lang/erlang-man/distinfo +++ b/lang/erlang-man/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.10 2012/09/12 19:13:28 asau Exp $ +$NetBSD: distinfo,v 1.11 2013/01/23 21:46:06 asau Exp $ -SHA1 (erlang/otp_doc_man_R15B02.tar.gz) = e50cc887b36b0b2f158a87fa5b21cb2b2c6679b0 -RMD160 (erlang/otp_doc_man_R15B02.tar.gz) = a06facd31a556f4faaa0c48977637a9af37bdd52 -Size (erlang/otp_doc_man_R15B02.tar.gz) = 1298793 bytes +SHA1 (erlang/otp_doc_man_R15B03-1.tar.gz) = c8674767cd0c1f98946f6a08c7ae318c3f026988 +RMD160 (erlang/otp_doc_man_R15B03-1.tar.gz) = 13b05e608ca415ecb60dd46760759179854aa675 +Size (erlang/otp_doc_man_R15B03-1.tar.gz) = 1305001 bytes |