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 23.2.7



details:   https://anonhg.NetBSD.org/pkgsrc/rev/04eee5ee4c13
branches:  trunk
changeset: 448085:04eee5ee4c13
user:      triaxx <triaxx%pkgsrc.org@localhost>
date:      Thu Mar 04 14:17:23 2021 +0000

description:
erlang: Update to 23.2.7

upstream changes:
-----------------
Patch Package:           OTP 23.2.7
Git Tag:                 OTP-23.2.7
Date:                    2021-03-03
Trouble Report Id:       OTP-12960, OTP-17228
Seq num:                 ERIERL-598, ERIERL-614
System:                  OTP
Release:                 23
Application:             kernel-7.2.1, ssl-10.2.4
Predecessor:             OTP 23.2.6

 Check out the git tag OTP-23.2.7, and build a full OTP system
 including documentation. Apply one or more applications from this
 build as patches to your installation using the 'otp_patch_apply'
 tool. For information on install requirements, see descriptions for
 each application version below.

 ---------------------------------------------------------------------
 --- kernel-7.2.1 ----------------------------------------------------
 ---------------------------------------------------------------------

 The kernel-7.2.1 application can be applied independently of other
 applications on a full OTP 23 installation.

 --- Fixed Bugs and Malfunctions ---

  OTP-12960    Application(s): kernel
               Related Id(s): ERIERL-598, PR-4509

               When using the DNS resolver option
               servfail_retry_timeout it did not honour the overall
               call time-out in e.g inet_res:getbyname/3. This
               misbehaviour has now been fixed. Also, the
               servfail_retry_timeout behaviour has been improved to
               only be enforced for servers that gives a servfail
               answer.


 Full runtime dependencies of kernel-7.2.1: erts-11.0, sasl-3.0,
 stdlib-3.13


 ---------------------------------------------------------------------
 --- ssl-10.2.4 ------------------------------------------------------
 ---------------------------------------------------------------------

 The ssl-10.2.4 application can be applied independently of other
 applications on a full OTP 23 installation.

 --- Fixed Bugs and Malfunctions ---

  OTP-17228    Application(s): ssl
               Related Id(s): ERIERL-614

               Enhance logging option log_level to support none and
               all, also restore backwards compatibility for log_alert
               option.


 Full runtime dependencies of ssl-10.2.4: crypto-4.2, erts-10.0,
 inets-5.10.7, kernel-6.0, public_key-1.8, stdlib-3.12
 ---------------------------------------------------------------------
 ---------------------------------------------------------------------
 ---------------------------------------------------------------------

diffstat:

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

diffs (44 lines):

diff -r a4e38423a63c -r 04eee5ee4c13 lang/erlang/Makefile.versions
--- a/lang/erlang/Makefile.versions     Thu Mar 04 14:08:35 2021 +0000
+++ b/lang/erlang/Makefile.versions     Thu Mar 04 14:17:23 2021 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile.versions,v 1.53 2021/02/25 15:32:16 triaxx Exp $
+# $NetBSD: Makefile.versions,v 1.54 2021/03/04 14:17:23 triaxx Exp $
 
 # When making any update to the versions below (even patch level),
 # please check to see if the erlang-doc or erlang-man packages also
 # need their PLISTs regenerated, as they almost always will.
 DIST_VERSION_MAJOR=            23
 DIST_VERSION_MINOR=            2
-DIST_VERSION_PATCH=            6
+DIST_VERSION_PATCH=            7
 
 .include "versions.mk"
 
diff -r a4e38423a63c -r 04eee5ee4c13 lang/erlang/distinfo
--- a/lang/erlang/distinfo      Thu Mar 04 14:08:35 2021 +0000
+++ b/lang/erlang/distinfo      Thu Mar 04 14:17:23 2021 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.86 2021/02/26 10:13:53 adam Exp $
+$NetBSD: distinfo,v 1.87 2021/03/04 14:17:23 triaxx Exp $
 
-SHA1 (erlang-23.2.6.tar.gz) = 529689409a6898705a3c3fed3cf2df2a716cd693
-RMD160 (erlang-23.2.6.tar.gz) = 74be55189f2e02d6a59c52c613ae12292370ab7a
-SHA512 (erlang-23.2.6.tar.gz) = b8fb509e573188f3228192acb44a7df849f7e43a4ac03d566d7dfe530837630a17572857b114e8eadbc7236d169d26658a88f4a5896b28075b31e296ea4e63f1
-Size (erlang-23.2.6.tar.gz) = 56603314 bytes
+SHA1 (erlang-23.2.7.tar.gz) = d109c86cd5605056a64d6bdf2f38050743c61900
+RMD160 (erlang-23.2.7.tar.gz) = 9bcc667031565d88ff373b04e0336167ea9a8246
+SHA512 (erlang-23.2.7.tar.gz) = 1e94b641644edb1edc3d15679222dd5d198abf1cae6daa4b91304317f8df21514029971f208767396625c0a0be7107c357c9ef80974c9865113a760aa2655220
+Size (erlang-23.2.7.tar.gz) = 56600356 bytes
 SHA1 (patch-ab) = 5f1602f3a49c05fd4c45884a7cd6be8d3f287ac3
 SHA1 (patch-ay) = f5f1accdb11e404ba4779b056228431e3080e4cd
 SHA1 (patch-erts_aclocal.m4) = 3812a0feda06eb7c6ff02b5ac7125284ad5df2cb
diff -r a4e38423a63c -r 04eee5ee4c13 lang/erlang/versions.mk
--- a/lang/erlang/versions.mk   Thu Mar 04 14:08:35 2021 +0000
+++ b/lang/erlang/versions.mk   Thu Mar 04 14:17:23 2021 +0000
@@ -1,3 +1,3 @@
-# $NetBSD: versions.mk,v 1.21 2021/02/25 15:32:16 triaxx Exp $
+# $NetBSD: versions.mk,v 1.22 2021/03/04 14:17:23 triaxx Exp $
 # Do not edit, regenerate using 'make versions'
-_VERSIONS=     inets 7.3.2 ssh 4.10.8 asn1 5.0.14 common_test 1.19.1 compiler 7.6.6 crypto 4.8.3 debugger 5.0 dialyzer 4.3 diameter 2.2.3 edoc 0.12 eldap 1.2.8 erl_docgen 1.0.2 erl_interface 4.0.2 
erts 11.1.8 et 1.6.4 eunit 2.6 ftp 1.0.5 hipe 4.0.1 jinterface 1.11 kernel 7.2 megaco 3.19.5 mnesia 4.18.1 observer 2.9.5 odbc 2.13.2 os_mon 2.6.1 parsetools 2.2 public_key 1.9.2 reltool 0.8 
runtime_tools 1.15.1 sasl 4.0.1 snmp 5.7.3 ssl 10.2.3 stdlib 3.14 syntax_tools 2.4 tftp 1.0.2 tools 3.4.3 wx 1.9.2 xmerl 1.3.26
+_VERSIONS=     kernel 7.2.1 ssl 10.2.4 asn1 5.0.14 common_test 1.19.1 compiler 7.6.6 crypto 4.8.3 debugger 5.0 dialyzer 4.3 diameter 2.2.3 edoc 0.12 eldap 1.2.8 erl_docgen 1.0.2 erl_interface 4.0.2 
erts 11.1.8 et 1.6.4 eunit 2.6 ftp 1.0.5 hipe 4.0.1 inets 7.3.2 jinterface 1.11 megaco 3.19.5 mnesia 4.18.1 observer 2.9.5 odbc 2.13.2 os_mon 2.6.1 parsetools 2.2 public_key 1.9.2 reltool 0.8 
runtime_tools 1.15.1 sasl 4.0.1 snmp 5.7.3 ssh 4.10.8 stdlib 3.14 syntax_tools 2.4 tftp 1.0.2 tools 3.4.3 wx 1.9.2 xmerl 1.3.26



Home | Main Index | Thread Index | Old Index