pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/erlang erlang: Update to 21.2.4.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d6906a31f57b
branches:  trunk
changeset: 318532:d6906a31f57b
user:      nia <nia%pkgsrc.org@localhost>
date:      Sat Jan 26 21:08:11 2019 +0000

description:
erlang: Update to 21.2.4.

Changes:

 ---------------------------------------------------------------------
 --- erts-10.2.3 -----------------------------------------------------
 ---------------------------------------------------------------------

 Note! The erts-10.2.3 application can *not* be applied independently
       of other applications on an arbitrary OTP 21 installation.

       On a full OTP 21 installation, also the following runtime
       dependencies have to be satisfied:
       -- kernel-6.1 (first satisfied in OTP 21.1)
       -- sasl-3.3 (first satisfied in OTP 21.2)


 --- Fixed Bugs and Malfunctions ---

  OTP-15536    Application(s): erts
               Related Id(s): ERL-827

               Fix bug where doing a gen_tcp:send on a socket with
               delay_send set to true could cause a segfault if the
               other side closes the connection.

               Bug was introduced in erts-10.2 (OTP-21.2).


  OTP-15537    Application(s): erts

               Fix a race condition when a port program closes that
               could result in the next started port to hang during
               startup.

               When this fault happens the following error is normally
               (but not always) logged:

               =ERROR REPORT==== 14-Jan-2019::10:45:52.868246 ===
               Bad input fd in erts_poll()! fd=11, port=#Port<0.505>,
               driver=spawn, name=/bin/sh -s unix:cmd

               Bug was introduced in erts-10.0 (OTP-21.0).


  OTP-15538    Application(s): erts
               Related Id(s): ERIERL-229

               Fix a bug where polling for external events could be
               delayed for a very long time if all active schedulers
               were 100% loaded.

               Bug was introduced in erts-10.2 (OTP-21.2).


 Full runtime dependencies of erts-10.2.3: kernel-6.1, sasl-3.3,
 stdlib-3.5


 ---------------------------------------------------------------------
 --- inets-7.0.4 -----------------------------------------------------
 ---------------------------------------------------------------------

 The inets-7.0.4 application can be applied independently of other
 applications on a full OTP 21 installation.

 --- Fixed Bugs and Malfunctions ---

  OTP-15544    Application(s): inets
               Related Id(s): ERIERL-289

               Make sure ipv6 addresses with brackets in URIs are
               converted correctly before passing to lower level
               functions like gen_tcp and ssl functions. Could cause
               connection to fail.


 Full runtime dependencies of inets-7.0.4: erts-6.0, kernel-3.0,
 mnesia-4.12, runtime_tools-1.8.14, ssl-5.3.4, stdlib-3.5


 ---------------------------------------------------------------------
 ---------------------------------------------------------------------
 ---------------------------------------------------------------------

diffstat:

 lang/erlang/Makefile.versions |   4 ++--
 lang/erlang/distinfo          |  10 +++++-----
 lang/erlang/versions.mk       |   4 ++--
 3 files changed, 9 insertions(+), 9 deletions(-)

diffs (43 lines):

diff -r ac77aa90c716 -r d6906a31f57b lang/erlang/Makefile.versions
--- a/lang/erlang/Makefile.versions     Sat Jan 26 21:07:33 2019 +0000
+++ b/lang/erlang/Makefile.versions     Sat Jan 26 21:08:11 2019 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile.versions,v 1.39 2019/01/22 00:07:35 nia Exp $
+# $NetBSD: Makefile.versions,v 1.40 2019/01/26 21:08:11 nia Exp $
 
 DIST_VERSION_MAJOR=            21
 DIST_VERSION_MINOR=            2
 # Only set when sources for patch level releases are published on erlang.org
-DIST_VERSION_PATCH=            3
+DIST_VERSION_PATCH=            4
 
 .include "versions.mk"
 
diff -r ac77aa90c716 -r d6906a31f57b lang/erlang/distinfo
--- a/lang/erlang/distinfo      Sat Jan 26 21:07:33 2019 +0000
+++ b/lang/erlang/distinfo      Sat Jan 26 21:08:11 2019 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.69 2019/01/22 00:07:35 nia Exp $
+$NetBSD: distinfo,v 1.70 2019/01/26 21:08:11 nia Exp $
 
-SHA1 (erlang/OTP-21.2.3.tar.gz) = 64adcc4339c4e0f94ccf51d33b5e06a06f22256b
-RMD160 (erlang/OTP-21.2.3.tar.gz) = fc59b368109a819f8482c73571bbaf3a304c8694
-SHA512 (erlang/OTP-21.2.3.tar.gz) = bdf6322098c4f89b54d572b6843ba8f314c70395a39ae6fdd9996bd68c7b95fc3906bcc08a3aeb8f5d3270fda41733a359e2f2efa47a8d31cdb3967a49b17faf
-Size (erlang/OTP-21.2.3.tar.gz) = 53956308 bytes
+SHA1 (erlang/OTP-21.2.4.tar.gz) = d5a25da2f3fbe4de64406e646e574212e68ee0c3
+RMD160 (erlang/OTP-21.2.4.tar.gz) = e8d5d1f1b7c8b355ada969ac14f118a6ed1dba0d
+SHA512 (erlang/OTP-21.2.4.tar.gz) = 15b5f96a8159be56016124567ce72c72c7e3b727aabcb408dcc054ae4523c15eec79f33e3df2b283e06dc3f6df09da4d154dbf7a278c6e544ef7d2216662b90d
+Size (erlang/OTP-21.2.4.tar.gz) = 53955202 bytes
 SHA1 (patch-ab) = 5f1602f3a49c05fd4c45884a7cd6be8d3f287ac3
 SHA1 (patch-ay) = f5f1accdb11e404ba4779b056228431e3080e4cd
 SHA1 (patch-erts_configure.in) = 2154871858bab389509e908b38ae479a55709b97
diff -r ac77aa90c716 -r d6906a31f57b lang/erlang/versions.mk
--- a/lang/erlang/versions.mk   Sat Jan 26 21:07:33 2019 +0000
+++ b/lang/erlang/versions.mk   Sat Jan 26 21:08:11 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: versions.mk,v 1.8 2019/01/22 00:07:35 nia Exp $
+# $NetBSD: versions.mk,v 1.9 2019/01/26 21:08:11 nia Exp $
 # Do not edit, regenerate using 'make versions'
 _VERSIONS= \
- compiler 7.3.1 erts 10.2.2 ssl 9.1.2 xmerl 1.3.19 asn1 5.0.8 common_test 1.16.1 crypto 4.4 debugger 4.2.6 dialyzer 3.3.1 diameter 2.1.6 edoc 0.9.4 eldap 1.2.6 erl_docgen 0.8.1 erl_interface 3.10.4 
et 1.6.4 eunit 2.3.7 ftp 1.0.1 hipe 3.18.2 inets 7.0.3 jinterface 1.9.1 kernel 6.2 megaco 3.18.4 mnesia 4.15.5 observer 2.8.2 odbc 2.12.2 os_mon 2.4.7 otp_mibs 1.2.1 parsetools 2.1.8 public_key 1.6.4 
reltool 0.7.8 runtime_tools 1.13.1 sasl 3.3 snmp 5.2.12 ssh 4.7.3 stdlib 3.7 syntax_tools 2.1.6 tftp 1.0.1 tools 3.0.2 wx 1.8.6 
+ erts 10.2.3 inets 7.0.4 asn1 5.0.8 common_test 1.16.1 compiler 7.3.1 crypto 4.4 debugger 4.2.6 dialyzer 3.3.1 diameter 2.1.6 edoc 0.9.4 eldap 1.2.6 erl_docgen 0.8.1 erl_interface 3.10.4 et 1.6.4 
eunit 2.3.7 ftp 1.0.1 hipe 3.18.2 jinterface 1.9.1 kernel 6.2 megaco 3.18.4 mnesia 4.15.5 observer 2.8.2 odbc 2.12.2 os_mon 2.4.7 otp_mibs 1.2.1 parsetools 2.1.8 public_key 1.6.4 reltool 0.7.8 
runtime_tools 1.13.1 sasl 3.3 snmp 5.2.12 ssh 4.7.3 ssl 9.1.2 stdlib 3.7 syntax_tools 2.1.6 tftp 1.0.1 tools 3.0.2 wx 1.8.6 xmerl 1.3.19 



Home | Main Index | Thread Index | Old Index