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.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 76388 in the body.
You can then email your comments to 76388 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#76388
; Package
guix-patches
.
(Tue, 18 Feb 2025 07:34:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Igor Goryachev <igor <at> goryachev.org>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Tue, 18 Feb 2025 07:34:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/erlang.scm (erlang): Update to 27.2.3.
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 056e129c897..7f10eaf62b8 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.3")
(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"))
+ "1dalsqbg0b6w43bl9plyh50a7gpz3cjakhkn17vkz0g0cac2p6i8"))
(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"))))))
+ "1wnw4az5qbg72ayn7vac1ifli2chd78j1j8scg78fay62xzq4xix"))))))
(inputs
(list ncurses openssl wxwidgets))
(propagated-inputs
base-commit: e81dd8e2c7066cd57556d6b28735b452ce48a66a
--
2.48.1
Information forwarded
to
guix-patches <at> gnu.org
:
bug#76388
; Package
guix-patches
.
(Fri, 21 Feb 2025 10:40:04 GMT)
Full text and
rfc822 format available.
Message #8 received at 76388 <at> debbugs.gnu.org (full text, mbox):
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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#76388
; Package
guix-patches
.
(Thu, 06 Mar 2025 12:55:02 GMT)
Full text and
rfc822 format available.
Message #11 received at 76388 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/erlang.scm (erlang): Update to 27.3.
Change-Id: I4abab78af6a8bedcacd90ec1281e2873d46a0e28
---
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..8b796e48a4 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.3")
(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"))
+ "07anydbg96y05n8mgh9b0gnw7zv5bw72zfl93hjhj5grdl27v99y"))
(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"))))))
+ "1j0ln7hcsnabpb7m7vhn2k440n0vham9hlvwad5d4pp5f4wy08rj"))))))
(inputs
(list ncurses openssl wxwidgets))
(propagated-inputs
base-commit: 19c656e3cad3a4f1e3338a955a1af57e363545df
--
2.48.1
Reply sent
to
Z572 <zhengjunjie <at> iscas.ac.cn>
:
You have taken responsibility.
(Fri, 07 Mar 2025 07:09:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
Igor Goryachev <igor <at> goryachev.org>
:
bug acknowledged by developer.
(Fri, 07 Mar 2025 07:09:02 GMT)
Full text and
rfc822 format available.
Message #16 received at 76388-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Igor Goryachev <igor <at> goryachev.org> writes:
> * gnu/packages/erlang.scm (erlang): Update to 27.3.
>
> Change-Id: I4abab78af6a8bedcacd90ec1281e2873d46a0e28
> ---
> 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..8b796e48a4 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.3")
> (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"))
> + "07anydbg96y05n8mgh9b0gnw7zv5bw72zfl93hjhj5grdl27v99y"))
> (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"))))))
> + "1j0ln7hcsnabpb7m7vhn2k440n0vham9hlvwad5d4pp5f4wy08rj"))))))
> (inputs
> (list ncurses openssl wxwidgets))
> (propagated-inputs
>
> base-commit: 19c656e3cad3a4f1e3338a955a1af57e363545df
pushed, closing.
[signature.asc (application/pgp-signature, inline)]
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Fri, 04 Apr 2025 11:24:18 GMT)
Full text and
rfc822 format available.
This bug report was last modified 71 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.