Wednesday, May 31, 2023

[Maintainer Update] lang/erlang/25 25.3.2.1

Index: Makefile
===================================================================
RCS file: /cvs/ports/lang/erlang/25/Makefile,v
retrieving revision 1.17
diff -u -p -r1.17 Makefile
--- Makefile 31 May 2023 15:17:33 -0000 1.17
+++ Makefile 31 May 2023 19:34:59 -0000
@@ -3,14 +3,13 @@ BROKEN-alpha= beam/erl_process.c:6692: i
COMMENT-main= ${COMMENT}
COMMENT-wx= WxWidgets bindings for Erlang

-V= 25.3.2
+V= 25.3.2.1
PORTROACH= limit:^OTP-25\.
DISTNAME= otp_src_$V
PKGNAME= erlang-$V
PKGNAME-main= erlang-$V
PKGNAME-wx= erlang-wx-$V
EPOCH= 0
-REVISION= 0

VERSION_SPEC= >=25v0,<26v0
PKGSPEC-main= erlang-${VERSION_SPEC}
@@ -64,7 +63,7 @@ AUTOCONF_VERSION = 2.69
ERL_VERSIONS= \
ASN1_VSN 5.0.21 \
COMMON_TEST_VSN 1.24 \
-COMPILER_VSN 8.2.6 \
+COMPILER_VSN 8.2.6.1 \
CRYPTO_VSN 5.1.4 \
DEBUGGER_VSN 5.3.1 \
DIALYZER_VSN 5.0.5 \
@@ -93,12 +92,12 @@ SASL_VSN 4.2 \
SNMP_VSN 5.13.5 \
SSH_VSN 4.15.3 \
SSL_VSN 10.9.1 \
-STDLIB_VSN 4.3.1 \
+STDLIB_VSN 4.3.1.1 \
SYNTAX_TOOLS_VSN 3.0.1 \
TFTP_VSN 1.0.4 \
TOOLS_VSN 3.5.3 \
WX_VSN 2.2.2 \
-XMERL_VSN 1.3.31 \
-ERTS_VSN 13.2.2
+XMERL_VSN 1.3.31.1 \
+ERTS_VSN 13.2.2.1

.include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /cvs/ports/lang/erlang/25/distinfo,v
retrieving revision 1.9
diff -u -p -r1.9 distinfo
--- distinfo 17 May 2023 13:39:46 -0000 1.9
+++ distinfo 31 May 2023 19:34:59 -0000
@@ -1,4 +1,4 @@
-SHA256 (otp_doc_man_25.3.2.tar.gz) = H5hRYz30VrMZ9rxw1vkDXFrF1j0ZN+GnlL2MiIs5Eq8=
-SHA256 (otp_src_25.3.2.tar.gz) = rtTkcmzcWHq4IMg3nWPlEeRqGxzAxZ1qcgtRrmJbJRA=
-SIZE (otp_doc_man_25.3.2.tar.gz) = 1717601
-SIZE (otp_src_25.3.2.tar.gz) = 103757566
+SHA256 (otp_doc_man_25.3.2.1.tar.gz) = U3HxTHcTk4jsMWmVO9HJAQYAMx5R9fd8zUa5vdJbiHA=
+SHA256 (otp_src_25.3.2.1.tar.gz) = GX5ZfzIWt4/7j1XVZjGTFRaUxHSJZTqwRHL33Er8cHk=
+SIZE (otp_doc_man_25.3.2.1.tar.gz) = 1719762
+SIZE (otp_src_25.3.2.1.tar.gz) = 103801230
Index: pkg/PLIST-main
===================================================================
RCS file: /cvs/ports/lang/erlang/25/pkg/PLIST-main,v
retrieving revision 1.10
diff -u -p -r1.10 PLIST-main
--- pkg/PLIST-main 31 May 2023 15:17:34 -0000 1.10
+++ pkg/PLIST-main 31 May 2023 19:34:59 -0000
@@ -2,7 +2,7 @@
@option is-branch
@conflict erlang->=25,<26
@conflict erlang->=25v0,<26v0
-@conflict erlang-wx->=25,<25.3.2
+@conflict erlang-wx->=25,<25.3.2.1
@pkgpath lang/erlang/21,-main
@newgroup _epmd:888
@newuser _epmd:888:_epmd::Erlang EPMD Account:/var/empty:/sbin/nologin
Updates lang/erlang/25 to 25.3.2.1

Bugfix Release, which I might have skipped, if it weren't for
a fix for an OpenBSD issue:

OTP-18561 Application(s): erts

Fixed a crash during tracing on certain platforms that
cannot use the machine stack for Erlang code (mainly
OpenBSD and Linux with musl).

https://github.com/erlang/otp/releases/tag/OTP-25.3.2.1

Tests pass, dependent ports all build, test and work fine
on amd64.

No comments:

Post a Comment