Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) by www.NetBSD.org (Postfix) with ESMTP id 7877263E96D for ; Wed, 23 Jan 2013 21:46:08 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 1790714A42F; Wed, 23 Jan 2013 21:46:08 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id EE54514A42B for ; Wed, 23 Jan 2013 21:46:07 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 7GzjemyKJXm0 for ; Wed, 23 Jan 2013 21:46:07 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 2051D14A428 for ; Wed, 23 Jan 2013 21:46:07 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 11C21175DD; Wed, 23 Jan 2013 21:46:07 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Wed, 23 Jan 2013 21:46:07 +0000 From: "Aleksej Saushev" Subject: CVS commit: pkgsrc/lang To: pkgsrc-changes@NetBSD.org Reply-To: asau@netbsd.org X-Mailer: log_accum Message-Id: <20130123214607.11C21175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: asau Date: Wed Jan 23 21:46:06 UTC 2013 Modified Files: pkgsrc/lang/erlang: Makefile Makefile.versions PLIST distinfo pkgsrc/lang/erlang-doc: PLIST distinfo pkgsrc/lang/erlang-man: PLIST distinfo pkgsrc/lang/erlang/patches: patch-ab Log Message: 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 To generate a diff of this commit: cvs rdiff -u -r1.53 -r1.54 pkgsrc/lang/erlang/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/lang/erlang/Makefile.versions cvs rdiff -u -r1.11 -r1.12 pkgsrc/lang/erlang/PLIST cvs rdiff -u -r1.29 -r1.30 pkgsrc/lang/erlang/distinfo cvs rdiff -u -r1.13 -r1.14 pkgsrc/lang/erlang-doc/PLIST cvs rdiff -u -r1.10 -r1.11 pkgsrc/lang/erlang-doc/distinfo cvs rdiff -u -r1.11 -r1.12 pkgsrc/lang/erlang-man/PLIST cvs rdiff -u -r1.10 -r1.11 pkgsrc/lang/erlang-man/distinfo cvs rdiff -u -r1.4 -r1.5 pkgsrc/lang/erlang/patches/patch-ab Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.