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/Makefile.versions | |
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/Makefile.versions')
-rw-r--r-- | lang/erlang/Makefile.versions | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/lang/erlang/Makefile.versions b/lang/erlang/Makefile.versions index cd22400d97d..e6e749bea2b 100644 --- a/lang/erlang/Makefile.versions +++ b/lang/erlang/Makefile.versions @@ -1,13 +1,13 @@ -# $NetBSD: Makefile.versions,v 1.14 2012/09/12 19:13:26 asau Exp $ +# $NetBSD: Makefile.versions,v 1.15 2013/01/23 21:46:06 asau Exp $ -ERLANG_VERSION= 15.1.2 -DIST_VERSION_MAJOR= R15B02 -#DIST_VERSION_MINOR= 1 +ERLANG_VERSION= 15.1.3.1 +DIST_VERSION_MAJOR= R15B03 +DIST_VERSION_MINOR= 1 _VERSIONS= \ appmon 2.1.14.1 \ asn1 1.8 \ - common_test 1.6.2 \ + common_test 1.6.3 \ compiler 4.8.2 \ cosEvent 2.1.12 \ cosEventDomain 1.1.12 \ @@ -18,23 +18,23 @@ _VERSIONS= \ cosTransactions 1.2.12 \ crypto 2.2 \ debugger 3.2.8 \ - dialyzer 2.5.2 \ - diameter 1.2 \ + dialyzer 2.5.3 \ + diameter 1.3 \ docbuilder 0.9.8.10 \ edoc 0.7.10 \ eldap 1.0 \ - erl_docgen 0.3.2 \ - erl_interface 3.7.8 \ - erts 5.9.2 \ + erl_docgen 0.3.3 \ + erl_interface 3.7.9 \ + erts 5.9.3.1 \ et 1.4.4.2 \ eunit 2.2.3 \ gs 1.5.15.1 \ - hipe 3.9.2 \ + hipe 3.9.3 \ ic 4.2.31 \ - inets 5.9.1 \ + inets 5.9.2 \ inviso 0.6.3 \ jinterface 1.5.6 \ - kernel 2.15.2 \ + kernel 2.15.3 \ megaco 3.16.0.2 \ mnesia 4.7.1 \ observer 1.2 \ @@ -43,18 +43,18 @@ _VERSIONS= \ os_mon 2.2.10 \ otp_mibs 1.0.7 \ parsetools 2.0.7 \ - percept 0.8.6.1 \ + percept 0.8.7 \ pman 2.7.1.2 \ - public_key 0.16 \ + public_key 0.17 \ reltool 0.6.1 \ runtime_tools 1.8.9 \ sasl 2.2.1 \ snmp 4.22.1 \ - ssh 2.1.1 \ - ssl 5.1 \ - stdlib 1.18.2 \ + ssh 2.1.2 \ + ssl 5.1.2 \ + stdlib 1.18.3 \ syntax_tools 1.6.9 \ - test_server 3.5.2 \ + test_server 3.5.3 \ toolbar 1.4.2.2 \ tools 2.6.8 \ tv 2.1.4.9 \ |