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-11-02 20:20:46 by Adam Ciarcinski | Files touched by this commit (10) |
Log message:
erlang: use BSD_INSTALL_LIB to install shared libraries instead of \
INSTALL_PROGRAM; this avoid stripping on some platforms like Darwin
|
2023-10-25 00:11:51 by Thomas Klausner | Files touched by this commit (2298) |
Log message:
*: bump for openssl 3
|
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 10:33:11 by Adam Ciarcinski | Files touched by this commit (4) | |
Log message:
erlang: updated to 26.0.1
26.0.1
Bug-fix release
|
2023-06-06 14:42:56 by Taylor R Campbell | Files touched by this commit (1319) |
Log message:
Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/.
Almost all uses, if not all of them, are wrong, according to the
semantics of BUILD_DEPENDS (packages built for target available for
use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for
host available for use _as_ tools at build-time).
No change to BUILD_DEPENDS as used correctly inside buildlink3.
As proposed on tech-pkg:
https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html
|
2023-05-25 12:14:00 by Jonathan Perkin | Files touched by this commit (2) |
Log message:
erlang: Fix build on SunOS.
|
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-12 18:38:47 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
erlang: updated to 25.3.2
=== OTP-25.3.2 ===
Changed Applications:
- compiler-8.2.6
- erts-13.2.2
- os_mon-2.8.2
Unchanged Applications:
- asn1-5.0.21
- common_test-1.24
- crypto-5.1.4
- debugger-5.3.1
- dialyzer-5.0.5
- diameter-2.2.7
- edoc-1.2
- eldap-1.2.11
- erl_docgen-1.4
- erl_interface-5.3.2
- et-1.6.5
- eunit-2.8.2
- ftp-1.1.4
- inets-8.3.1
- jinterface-1.13.2
- kernel-8.5.4
- megaco-4.4.3
- mnesia-4.21.4
- observer-2.14
- odbc-2.14
- parsetools-2.4.1
- public_key-1.13.3
- reltool-0.9.1
- runtime_tools-1.19
- sasl-4.2
- snmp-5.13.5
- ssh-4.15.3
- ssl-10.9.1
- stdlib-4.3.1
- syntax_tools-3.0.1
- tftp-1.0.4
- tools-3.5.3
- wx-2.2.2
- xmerl-1.3.31
|
2023-04-28 18:17:06 by David H. Gutteridge | Files touched by this commit (1) |
Log message:
erlang: tweak a comment
|