pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/erlang
Module Name: pkgsrc
Committed By: nia
Date: Sat Jan 26 21:08:11 UTC 2019
Modified Files:
pkgsrc/lang/erlang: Makefile.versions distinfo versions.mk
Log Message:
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
---------------------------------------------------------------------
---------------------------------------------------------------------
---------------------------------------------------------------------
To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 pkgsrc/lang/erlang/Makefile.versions
cvs rdiff -u -r1.69 -r1.70 pkgsrc/lang/erlang/distinfo
cvs rdiff -u -r1.8 -r1.9 pkgsrc/lang/erlang/versions.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/lang/erlang/Makefile.versions
diff -u pkgsrc/lang/erlang/Makefile.versions:1.39 pkgsrc/lang/erlang/Makefile.versions:1.40
--- pkgsrc/lang/erlang/Makefile.versions:1.39 Tue Jan 22 00:07:35 2019
+++ pkgsrc/lang/erlang/Makefile.versions Sat Jan 26 21:08:11 2019
@@ -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"
Index: pkgsrc/lang/erlang/distinfo
diff -u pkgsrc/lang/erlang/distinfo:1.69 pkgsrc/lang/erlang/distinfo:1.70
--- pkgsrc/lang/erlang/distinfo:1.69 Tue Jan 22 00:07:35 2019
+++ pkgsrc/lang/erlang/distinfo Sat Jan 26 21:08:11 2019
@@ -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
Index: pkgsrc/lang/erlang/versions.mk
diff -u pkgsrc/lang/erlang/versions.mk:1.8 pkgsrc/lang/erlang/versions.mk:1.9
--- pkgsrc/lang/erlang/versions.mk:1.8 Tue Jan 22 00:07:35 2019
+++ pkgsrc/lang/erlang/versions.mk Sat Jan 26 21:08:11 2019
@@ -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