summaryrefslogtreecommitdiff
path: root/lang/ruby32/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* lang/ruby32: Update to 3.2.6Yasuhiro Kimura2024-11-031-11/+31
| | | | | | ReleaseNotes: https://www.ruby-lang.org/en/news/2024/10/30/ruby-3-2-6-released/ PR: 282421 Exp-run by: antoine
* lang/ruby32: Update to 3.2.5Yasuhiro Kimura2024-09-091-8/+8
| | | | | | | Changes: https://github.com/ruby/ruby/releases https://www.ruby-lang.org/en/news/2024/07/26/ruby-3-2-5-released/ PR: 280845 Exp-run by: antoine
* lang/ruby32: Update to 3.2.2Yasuhiro Kimura2023-04-181-4/+7
| | | | | | | Changes: https://www.ruby-lang.org/en/news/2023/03/30/ruby-3-2-2-released/ PR: 270558 Security: 9b60bba1-cf18-11ed-bd44-080027f5fec9 Security: 6bd2773c-cf1a-11ed-bd44-080027f5fec9
* lang/ruby32: Update to 3.2.0-preview2Po-Chuan Hsieh2022-09-114-225/+30
| | | | | Changes: https://www.ruby-lang.org/en/news/2022/09/09/ruby-3-2-0-preview2-released/ https://github.com/ruby/ruby/releases/tag/v3_2_0_preview2
* lang/ruby{27,30,31,32}: Improve qsort_r() detection.Xin LI2022-09-091-0/+29
| | | | | | | | | | | | | | | This change merges the following upstream pull request into the Ruby interpreter: https://github.com/ruby/ruby/pull/6332 Adding this patch is no-op right now because we are not using POSIX (GNU) qsort_r(3) interface yet. It will fix build when the change is applied. Reviewed by: bapt (portmgr@), sunpoet (ruby@) PR: ports/266227 MFH: 2022Q3 Differential Revision: https://reviews.freebsd.org/D36492
* lang/ruby*: add a patch to keep amd64-freebsd* as archBaptiste Daroussin2022-08-301-0/+8
| | | | | | In preparation for the update of config.guess/config.sub, where amd64-portbld-freebsd14.0 is reported as x86_64-portbld-freebsd14.0, Add a patch to keep the arch specific directory on amd64 being named amd64
* lang/ruby3[0-2]: Fix build with certain CPUTYPEJung-uk Kim2022-04-221-3/+12
| | | | | | | | | When CPUTYPE is set and the CPU supports lzcnt instruction, it fails to build because x86intrin.h is not included. Fix the test to make it work on FreeBSD. PR: 260791 Approved by: ruby (maintainer timeout)
* lang/ruby32: Add upstream patches to fix recent vulnerabilitiesYasuhiro Kimura2022-04-172-0/+130
| | | | | | | PR: 263357 Approved by: sunpoet (ruby@) Security: f22144d7-bad1-11ec-9cfe-0800270512f4 Security: 06ed6a49-bad4-11ec-9cfe-0800270512f4
* lang/ruby32: Add new portYasuhiro Kimura2022-04-135-0/+255
Add preview1 of Ruby 3.2 series. ReleaseNotes: https://www.ruby-lang.org/en/news/2022/04/03/ruby-3-2-0-preview1-released/ PR: 263030 Approved by: sunpoet (ruby)