diff options
| author | Remco van 't Veer <remco@remworks.net> | 2025-03-27 13:38:12 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-06-07 16:29:40 +0200 |
| commit | 4684d6dcd0b9a35ea7ee6d780531ef9fc21f499e (patch) | |
| tree | f5c81d60340091cf5b5e2b66c9e6dbb6ceeaf0e7 /gnu | |
| parent | 0aa419f9ac31a4d7de4870eaaa84f47690c34007 (diff) | |
gnu: ruby-3.2: Update to 3.2.8.
Fixes:
CVE-2024-27281 RCE vulnerability with .rdoc_options in RDoc
CVE-2024-27282 Arbitrary memory address read vulnerability with Regex search
CVE-2024-39908 DoS in REXML
CVE-2025-27219 Denial of Service in CGI::Cookie.parse
CVE-2025-27220 ReDoS in CGI::Util#escapeElement
CVE-2025-27221 userinfo leakage in URI#join, URI#merge and URI#+
* gnu/packages/ruby.scm (ruby-3.2): Update to 3.2.8.
Change-Id: I4938434cd15650796fe020650a452a876daa5aeb
Signed-off-by: Andreas Enge <andreas@enge.fr>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/ruby.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm index 74884e19fd8..07e6b3e1fc4 100644 --- a/gnu/packages/ruby.scm +++ b/gnu/packages/ruby.scm | |||
| @@ -280,7 +280,7 @@ a focus on simplicity and productivity.") | |||
| 280 | (define-public ruby-3.2 | 280 | (define-public ruby-3.2 |
| 281 | (package | 281 | (package |
| 282 | (inherit ruby-3.1) | 282 | (inherit ruby-3.1) |
| 283 | (version "3.2.3") | 283 | (version "3.2.8") |
| 284 | (source | 284 | (source |
| 285 | (origin | 285 | (origin |
| 286 | (method url-fetch) | 286 | (method url-fetch) |
| @@ -289,7 +289,7 @@ a focus on simplicity and productivity.") | |||
| 289 | "/ruby-" version ".tar.xz")) | 289 | "/ruby-" version ".tar.xz")) |
| 290 | (sha256 | 290 | (sha256 |
| 291 | (base32 | 291 | (base32 |
| 292 | "0ss7pb7f62sakq5ywpw3dl0v586cl61cd91qlm1i094c9fak3cng")))) | 292 | "0g3s68kcxb24y4h24wvikvk5v3q6l6hs0kjxms9m49sm048d7k0w")))) |
| 293 | (inputs | 293 | (inputs |
| 294 | (modify-inputs (package-inputs ruby-3.1) | 294 | (modify-inputs (package-inputs ruby-3.1) |
| 295 | (prepend libyaml))))) | 295 | (prepend libyaml))))) |
