Path to this page:
./
lang/erlang-doc,
Documentation for Erlang, a concurrent functional programming language
Branch: CURRENT,
Version: 27.0.1,
Package name: erlang-doc-27.0.1,
Maintainer: pkgsrc-usersErlang is a programming language which has many features more commonly
associated with an operating system than with a programming language:
concurrent processes, scheduling, memory management, distribution,
networking, etc.
This package provides the documentation for Erlang and its components.
Required to run:[
lang/erlang]
Required to build:[
pkgtools/cwrappers]
Master sites:
Version history: (Expand)
- (2024-08-16) Updated to version: erlang-doc-27.0.1
- (2024-05-06) Updated to version: erlang-doc-26.2.5
- (2024-04-25) Updated to version: erlang-doc-26.2.4
- (2024-03-12) Updated to version: erlang-doc-26.2.3
- (2024-02-21) Updated to version: erlang-doc-26.2.2
- (2023-12-20) Updated to version: erlang-doc-26.2.1
CVS history: (Expand)
2024-04-25 10:07:31 by Adam Ciarcinski | Files touched by this commit (7) | |
Log message:
erlang: updated to 26.2.4
26.2.4
https://github.com/erlang/otp/releases/tag/OTP-26.2.4
|
2024-03-12 09:21:23 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
erlang-*: update to 26.2.3
|
2024-02-21 11:26:57 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
erlang*: update distinfo for erlang-26.2.2
|
2023-12-20 19:46:53 by Thomas Klausner | Files touched by this commit (10) | |
Log message:
erlang*: update to 26.2.1
Contains a Terrapin fix for erlang ssh.
26.2.1
---------------------------------------------------------------------
--- POTENTIAL INCOMPATIBILITIES -------------------------------------
---------------------------------------------------------------------
OTP-18897 Application(s): ssh
With this change (being response to CVE-2023-48795),
ssh can negotiate "strict KEX" OpenSSH extension with
peers supporting it; also
'chacha20-poly1305@openssh.com' algorithm becomes a
less preferred cipher.
If strict KEX availability cannot be ensured on both
connection sides, affected encryption modes(CHACHA and
CBC) can be disabled with standard ssh configuration.
This will provide protection against vulnerability, but
at a cost of affecting interoperability. See
Configuring algorithms in SSH.
---------------------------------------------------------------------
--- OTP-26.2.1 ------------------------------------------------------
---------------------------------------------------------------------
--- Fixed Bugs and Malfunctions ---
OTP-18903 Application(s): otp
Updated copyright and license information.
---------------------------------------------------------------------
--- erts-14.2.1 -----------------------------------------------------
---------------------------------------------------------------------
The erts-14.2.1 application can be applied independently of other
applications on a full OTP 26 installation.
--- Fixed Bugs and Malfunctions ---
OTP-18902 Application(s): erts
Removed unnecessary PCRE source tar-ball.
26.2
Highlights #
process_info/2 now supports lookup of values for specific keys in the \
process dictionary.
Potential incompatibilities: #
common_test now returns an error when a suite with a badly defined group is \
executed.
|
2023-10-23 16:41:06 by Adam Ciarcinski | Files touched by this commit (10) | |
Log message:
erlang: updated to 26.1.2
https://github.com/erlang/otp/releases/tag/OTP-26.1.2
|
2023-06-27 18:43:13 by David H. Gutteridge | Files touched by this commit (1) | |
Log message:
erlang-doc: regen after erlang update
|
2023-05-23 23:55:50 by Thomas Klausner | Files touched by this commit (10) | |
Log message:
erlang*: update to 26.0
Highlights:
The shell
Improvements of maps
Improvements of the lists module
No need to enable feature maybe in the runtime system
Improvements in the Erlang compiler and JIT
Incremental mode for Dialyzer
argparse: A command line parser for Erlang
SSL: Safer defaults
SSL: Improved checking of options
See https://www.erlang.org/blog/otp-26-highlights/
and https://www.erlang.org/news/164
|
2023-05-15 23:11:24 by David H. Gutteridge | Files touched by this commit (1) | |
Log message:
erlang-doc: regen PLIST after erlang update
|