Changeset 27f6955


Ignore:
Timestamp:
04/24/2024 04:46:44 PM (3 weeks ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
lazarus, trunk
Children:
551641f
Parents:
c4f64d6
Message:

Update to ruby-3.3.1 (Security Update)

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/prog/ruby.xml

    rc4f64d6 r27f6955  
    77  <!ENTITY ruby-download-http "https://cache.ruby-lang.org/pub/ruby/&ruby-minor-version;/ruby-&ruby-version;.tar.xz">
    88  <!ENTITY ruby-download-ftp  " ">
    9   <!ENTITY ruby-md5sum        "b5e59d56faf25b1ec6445abdf203affa">
     9  <!ENTITY ruby-md5sum        "0931370806081135e80f4be24d4b27ed">
    1010  <!ENTITY ruby-size          "16 MB">
    11   <!ENTITY ruby-buildsize     "774 MB (with tests and C API docs)">
     11  <!ENTITY ruby-buildsize     "663 MB (with tests and C API docs)">
    1212  <!ENTITY ruby-time          "3.4 SBU (using parallelism=4; with tests and C API docs)">
    1313]>
     
    121121      <envar>ALL_PROXY</envar>, <envar>http_proxy</envar>, and etc.) set,
    122122      the test suite will bail out early with messages like
    123       <computeroutput>net/ftp is not found</computeroutput>.  So make sure
    124       unsetting them for the test suite. There are over 26,000 tests.
     123      <computeroutput>net/ftp is not found</computeroutput>. Make sure that you
     124      unset these variables for the test suite. There are over 26,000 tests.
    125125      <!-- https://bugs.ruby-lang.org/issues/20106 -->
    126126      12 tests are known to fail because of expired certificates in the
    127127      test data.  Some tests related to ipv6 may indicate errors.  If the
    128128      tests are run in a directory that has a world writable component (e.g.
    129       /tmp) then several additional tests may fail.
     129      /tmp) then several additional tests may fail. Three tests are known to
     130      fail with OpenSSL-3.3.
    130131    </para>
    131132
  • introduction/welcome/changelog.xml

    rc4f64d6 r27f6955  
    3939    </listitem>
    4040    -->
     41    <listitem>
     42      <para>April 24th, 2024</para>
     43      <itemizedlist>
     44        <listitem>
     45          <para>[renodr] - Update to ruby-3.3.1 (Security Update). Fixes
     46          <ulink url="&blfs-ticket-root;19711">#19711</ulink>.</para>
     47        </listitem>
     48      </itemizedlist>
     49    </listitem>
     50
    4151    <listitem>
    4252      <para>April 23rd, 2024</para>
  • packages.ent

    rc4f64d6 r27f6955  
    366366
    367367<!ENTITY ruby-minor-version           "3.3">
    368 <!ENTITY ruby-patch-version           "0">
     368<!ENTITY ruby-patch-version           "1">
    369369<!ENTITY ruby-version                 "&ruby-minor-version;.&ruby-patch-version;">
    370370<!ENTITY ruby-gemdir                  "/usr/lib/ruby/gems/&ruby-minor-version;.0">
Note: See TracChangeset for help on using the changeset viewer.