summaryrefslogtreecommitdiff
path: root/lang/ruby26-base
AgeCommit message (Collapse)AuthorFilesLines
2019-12-07apply GCC hack for arm64 to all GCC versions until further notice.mrg1-2/+2
fixes GCC-8 arm64 systems.
2019-11-03lang: align variable assignmentsrillig1-6/+6
pkglint -Wall -F --only aligned --only indent -r No manual corrections.
2019-10-03Ruby binary is not PaX mprotect safe in devel/ruby-ffi and www/ruby-sassc caseryoon1-1/+4
Bump PKGREVISIONs.
2019-10-02lang/ruby26: update to 2.6.5taca2-7/+6
Update ruby26-base and ruby26 packges to 2.6.5 pkgsrc chagnes * fix warnings of pkglint. Quote from release announce: Ruby 2.6.5 (2019-10-01) This release includes security fixes. Please check the topics below for details. * CVE-2019-16255: A code injection vulnerability of Shell#[] and Shell#test * CVE-2019-16254: HTTP response splitting in WEBrick (Additional fix) * CVE-2019-15845: A NUL injection vulnerability of File.fnmatch and File.fnmatch? * CVE-2019-16201: Regular Expression Denial of Service vulnerability of WEBrick's Digest access authentication
2019-08-28lang/ruby26: update to 2.6.4taca2-7/+6
Update lang/ruby26-base and lang/ruby26 to 2.6.4. Ruby 2.6.4 (2019-08-28) Ruby 2.6.4 has been released. This release includes a security fix of rdoc. Please check the topics below for details. * Multiple jQuery vulnerabilities in RDoc See the commit logs for changes in detail.
2019-04-17lang/ruby26-base: update to 2.6.3taca2-6/+7
Update ruby26{,-base} to 2.6.3. Here is release announce: Ruby 2.6.3 Released Posted by naruse on 17 Apr 2019 Ruby 2.6.3 has been released. This release adds support for New Japanese Era “令和” (Reiwa). It updates the Unicode version to 12.1 beta (#15195), and updates date library (#15742). This release also includes some bug fixes. See details commit logs.
2019-03-16lang/ruby26-base: update to 2.6.2taca2-14/+6
Update ruby26{,-base} to 2.6.2. Quote from release announce. Ruby 2.6.2 (2019-03-13) This release includes bug fixes and a security update of the bundled RubyGems. See details in Multiple vulnerabilities in RubyGems and the commit logs.
2019-03-14ruby26-base: Fix install on Darwin.jperkin2-15/+20
2019-03-12lang/ruby26-base: Add security patch for rubygemstaca2-2/+10
Add security patch for rubygems, fixing these problem. * CVE-2019-8320: Delete directory using symlink when decompressing tar * CVE-2019-8321: Escape sequence injection vulnerability in verbose * CVE-2019-8322: Escape sequence injection vulnerability in gem owner * CVE-2019-8323: Escape sequence injection vulnerability in API response handling * CVE-2019-8324: Installing a malicious gem may lead to arbitrary code execution * CVE-2019-8325: Escape sequence injection vulnerability in errors Bump PKGREVISION.
2019-02-07apply the gcc6.5 and arm64 hack to gcc [67].*. fixes arm64 builds on gcc7.mrg1-2/+2
2019-02-03lang/ruby26-base: add Ruby 2.6.1taca25-0/+2570
Add Ruby release 2.6.1. Ruby 2.6.0 (2018-12-25) New major features: * A new JIT compiler. * The RubyVM::AbstractSyntaxTree module. For more detail, please refer: <https://www.ruby-lang.org/en/news/2018/12/25/ruby-2-6-0-released/> Ruby 2.6.1 (2019-01-30) Major change: * Net::Protocol::BufferedIO#write raises NoMethodError when sending large multi-byte string has been fixed. For more detail, please refer: <https://www.ruby-lang.org/en/news/2019/01/30/ruby-2-6-1-released/>