2023-04-27 15:15:55 by Thomas Klausner | Files touched by this commit (5) | |
Log message: erlang: update to 25.3.1. Support for fully asynchronous distributed signaling where send operations never block. This functionality is by default disabled and can be enabled per process. For more information see the documentation of process_flag(async_dist, Bool). |
2023-02-22 10:20:31 by Thomas Klausner | Files touched by this commit (3) |
Log message: erlang: disable jit instead of using paxctl workaround Suggested by upstream. Bump PKGREVISION. |
2023-02-21 13:18:07 by Thomas Klausner | Files touched by this commit (2) |
Log message: erlang: add upstream bug report URL |
2023-02-21 11:29:16 by Thomas Klausner | Files touched by this commit (1) |
Log message: erlang: remove unnecessary autoconf dependency |
2023-02-21 11:20:01 by Thomas Klausner | Files touched by this commit (3) |
Log message: erlang: fix build on NetBSD with PaX enabled. Bump PKGREVISION. |
2023-01-12 00:18:25 by Nikita | Files touched by this commit (1) |
Log message: erlang: fix wrong revision in bl3 caused by revbump. |
2023-01-11 23:07:47 by Nikita | Files touched by this commit (10) |
Log message: revbump after lang/relang fix. |
2023-01-11 22:58:43 by Nikita | Files touched by this commit (5) |
Log message: erlang: Fix build on NetBSD |
2022-12-27 17:47:53 by Amitai Schleier | Files touched by this commit (5) |
Log message: Update to 25.2. From the changelog: Potential incompatibilities: - The inet:setopts/2 {reuseaddr, true} option will now be ignored on Windows unless the socket is an UDP socket. For more information see the documentation of the reuseaddr option part of the documentation of inet:setopts/2. Prior to OTP 25 the {reuseaddr, true} option was ignored for all sockets on Windows, but as of OTP 25.0 this was changed so that it was not ignored for any sockets. |
2022-10-29 15:35:15 by =?UTF-8?B?RnLDqWTDqXJpYyBGYXViZXJ0ZWF1?= | Files touched by this commit (3) |
Log message: erlang: Update to 25.1.2 upstream changes: ----------------- Patch Package OTP 25.1.2 Git Tag OTP-25.1.2 Date 2022-10-24 Issue Id ERIERL-866 ERIERL-868 System OTP Release 25 Application erts-13.1.2 mnesia-4.21.2 |