File tree Expand file tree Collapse file tree 2 files changed +33
-0
lines changed Expand file tree Collapse file tree 2 files changed +33
-0
lines changed Original file line number Diff line number Diff line change 630
630
631
631
# 3.2 series
632
632
633
+ - version : 3.2.9
634
+ date : ' 2025-07-24'
635
+ post : " /en/news/2025/07/24/ruby-3-2-9-released/"
636
+ url :
637
+ gz : https://cache.ruby-lang.org/pub/ruby/3.2/ruby-3.2.9.tar.gz
638
+ xz : https://cache.ruby-lang.org/pub/ruby/3.2/ruby-3.2.9.tar.xz
639
+ zip : https://cache.ruby-lang.org/pub/ruby/3.2/ruby-3.2.9.zip
640
+ size :
641
+ gz : 20560944
642
+ xz : 15141728
643
+ zip : 25144424
644
+ sha1 :
645
+ gz : 174f37666192a3fdc9cf24e5eddc0cf4d5de0b1e
646
+ xz : c1bb7eb3b2254f9513abfc0b9335f4da14bfa093
647
+ zip : a853b1413e73a827ca2bee640550f4ae54c9fe18
648
+ sha256 :
649
+ gz : abbad98db9aeb152773b0d35868e50003b8c467f3d06152577c4dfed9d88ed2a
650
+ xz : cf6699d0084c588e7944d92e1a8edda28b1cc3ee471a1f0aebb4b3d32c9753b2
651
+ zip : a3fc780839729c138ac9ef543ac505d67f04e404b65a404419843a2fed2f661b
652
+ sha512 :
653
+ gz : d3fc84ee71a85f5a9bc75d7354508adf197238ee6fa0f83d72bb7659aaf9d4294ae577d64f4a937b511abf241d44d190643227577dcd9cd04dc0553375913975
654
+ xz : 4db0656694c25c971bcf3591516e6feddb7fc60c4474b63dd1d2c1481c3629421edc904666067b2dcbc47357db1a32b7bf412055306fe29cee30fa048f89b6e3
655
+ zip : 6a313a36d6e630fb795d37f18da1e908d03c05d7200ef86e2260a18b5fc71f8f3201431f255e3cf7a47e0ee25ab5b9158b9477100ad6729e1f7ebf13f9b0a840
633
656
- version : 3.2.8
634
657
date : 2025-03-26
635
658
post : " /en/news/2025/03/26/ruby-3-2-8-released/"
Original file line number Diff line number Diff line change @@ -9,6 +9,16 @@ lang: en
9
9
10
10
Ruby 3.2.9 has been released.
11
11
12
+ This release includes the following security fixes:
13
+
14
+ * [ CVE-2025 -24294: Possible Denial of Service in resolv gem] ( https://www.ruby-lang.org/en/news/2025/07/08/dos-resolv-cve-2025-24294/ )
15
+ * [ CVE-2025 -43857: DoS vulnerability in net-imap] ( https://www.ruby-lang.org/en/news/2025/04/28/dos-net-imap-cve-2025-43857/ )
16
+
17
+ and the following fixes for build issues:
18
+
19
+ * GCC 15.1
20
+ * Visual Studio 2022 Version 17.14
21
+
12
22
Please see the [ GitHub releases] ( https://github.com/ruby/ruby/releases/tag/v3_2_9 ) for further details.
13
23
14
24
## Download
You can’t perform that action at this time.
0 commit comments