GNU bug report logs -
#76388
[PATCH] gnu: erlang: Update to 27.2.3.
Previous Next
Reported by: Igor Goryachev <igor <at> goryachev.org>
Date: Tue, 18 Feb 2025 07:34:02 UTC
Severity: normal
Tags: patch
Done: Z572 <zhengjunjie <at> iscas.ac.cn>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Hello.
erlang 27.2.3 introduces CVE-2025-26618 vulnerability, so why the newer
release (27.2.4) should be picked instead.
* gnu/packages/erlang.scm (erlang): Update to 27.2.4.
Change-Id: Icf2258dd3b602474ce06ceb9f7d31483805e0523
---
gnu/packages/erlang.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/erlang.scm b/gnu/packages/erlang.scm
index 8ca46e8bdc..6169023c94 100644
--- a/gnu/packages/erlang.scm
+++ b/gnu/packages/erlang.scm
@@ -49,7 +49,7 @@ (define-module (gnu packages erlang)
(define-public erlang
(package
(name "erlang")
- (version "27.2.2")
+ (version "27.2.4")
(source (origin
(method git-fetch)
;; The tarball from http://erlang.org/download contains many
@@ -61,7 +61,7 @@ (define-public erlang
(file-name (git-file-name name version))
(sha256
(base32
- "121n2388zzr97s3b109xz2is1vn4ak3mp74kb6j3vhvr4h6qm1pg"))
+ "1bwh48f7skrxiqa5kq6rkq99pjbjc9nj9im8clb2gqwslwva1id8"))
(patches (search-patches "erlang-man-path.patch"))))
(build-system gnu-build-system)
(native-inputs
@@ -74,7 +74,7 @@ (define-public erlang
"/OTP-" version "/otp_doc_man_" version ".tar.gz"))
(sha256
(base32
- "09dkh725dq0sncivsfj137plf3yd8svira9ns7f3hhdff4chs8w6"))))))
+ "1lvp9i4403b24345iyd40d7s85276mvnqxnikkrj565sampkwxb8"))))))
(inputs
(list ncurses openssl wxwidgets))
(propagated-inputs
base-commit: 38b4358f4d84cafa54deff77dee6fafac3e03864
--
2.48.1
This bug report was last modified 72 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.