Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package erlang for openSUSE:Factory checked in at 2024-01-18 21:53:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/erlang (Old) and /work/SRC/openSUSE:Factory/.erlang.new.16006 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "erlang" Thu Jan 18 21:53:35 2024 rev:131 rq:1139630 version:26.2.1 Changes: -------- --- /work/SRC/openSUSE:Factory/erlang/erlang.changes 2023-11-01 22:11:25.670884455 +0100 +++ /work/SRC/openSUSE:Factory/.erlang.new.16006/erlang.changes 2024-01-18 21:54:14.918603438 +0100 @@ -1,0 +2,29 @@ +Thu Jan 11 06:09:29 UTC 2024 - Simon Lees <sfl...@suse.de> + +- Changes for 26.2.1: + * erts: Removed unnecessary PCRE source tar-ball. + * ssh: With this change (being response to CVE-2023-48795), + ssh can negotiate "strict KEX" OpenSSH extension with + peers supporting it; also + 'chacha20-poly1...@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. (bsc#1218192, CVE-2023-48795) +- Changes for 26.2: + * all: Replaced unintentional Erlang Public License 1.1 + headers in some files with the intended Apache License + 2.0 header. + * otp: The removal of the deprecated slave module, originally + planned for OTP 27, has been postponed to OTP 29. + * asn1: Fix benign warning from gcc 11 about mismatching call + to free(). + * crypto: Enable engine support for OpenSSL versions 3. + * edoc: Emit <code> instead of <tt>. +- Disable test suite for now, it has many false positives and + takes a very long time. + +------------------------------------------------------------------- Old: ---- OTP-26.1.2.tar.gz New: ---- OTP-26.2.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ erlang.spec ++++++ --- /var/tmp/diff_new_pack.OjGCjA/_old 2024-01-18 21:54:15.890638738 +0100 +++ /var/tmp/diff_new_pack.OjGCjA/_new 2024-01-18 21:54:15.894638884 +0100 @@ -23,7 +23,7 @@ %define _fillupdir %{_localstatedir}/adm/fillup-templates %endif Name: erlang -Version: 26.1.2 +Version: 26.2.1 Release: 0 Summary: General-purpose programming language and runtime environment License: Apache-2.0 @@ -275,10 +275,14 @@ %make_build clean %make_build # to build the docs, just compiled erlang is required -PATH=$PWD/bin:$PATH %make_build docs +PATH=$PWD/bin:$PATH ERL_TOP=$TMP_ERL_TOP %make_build docs %sysusers_generate_pre %{SOURCE10} epmd epmd-user.conf +%check +# Disable tests by default, they are slow and have many false positives. +#PATH=$PWD/bin:$PATH make test + %install %make_install install-docs ++++++ OTP-26.1.2.tar.gz -> OTP-26.2.1.tar.gz ++++++ /work/SRC/openSUSE:Factory/erlang/OTP-26.1.2.tar.gz /work/SRC/openSUSE:Factory/.erlang.new.16006/OTP-26.2.1.tar.gz differ: char 13, line 1