Changeset 09cf41d5


Ignore:
Timestamp:
04/15/2022 05:17:17 PM (2 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/soup3, xry111/xf86-video-removal
Children:
e9382360
Parents:
d2441ae
Message:

Two package updates

Update to ruby-3.1.2
Update to git-2.35.3

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general/prog/git.xml

    rd2441ae r09cf41d5  
    99  <!ENTITY git-download-http "&git-root;/git-&git-version;.tar.xz">
    1010  <!ENTITY git-download-ftp  " ">
    11   <!ENTITY git-md5sum        "3aae077280b6be861e3c1c637491853a">
     11  <!ENTITY git-md5sum        "d903e0016fa1fc38427334303a162f8b">
    1212
    1313  <!ENTITY git-size          "6.6 MB">
    1414  <!-- but people keep forgetting that an install not only needs the net build
    1515       space, it also needs the install space (or DESTDIR) -->
    16   <!ENTITY git-buildsize     "224 MB (with downloaded documentation, add 16 MB to build documentation)">
     16  <!ENTITY git-buildsize     "346 MB (with downloaded documentation, add 16 MB to build documentation)">
    1717  <!-- With 2.23.0, there was a large increase in time for tests. Possibly disk related? -->
    1818  <!-- Confirmed that it is disk related.-->
    19   <!ENTITY git-time          "0.3 SBU (with parallelism=4; add 0.6 SBU for building documentation and 1.6 SBU for tests, both with parallelism=4)">
     19  <!ENTITY git-time          "0.5 SBU (with parallelism=4; add 0.5 SBU for building documentation and 2.5 SBU for tests, both with parallelism=4)">
    2020]>
    2121
  • general/prog/ruby.xml

    rd2441ae r09cf41d5  
    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        "10bdff100c2a096cb0365e31ea57db59">
     9  <!ENTITY ruby-md5sum        "e2c35af69d1f94e8634f38c80e809c0d">
    1010  <!ENTITY ruby-size          "14 MB">
    11   <!ENTITY ruby-buildsize     "611 MB (add 1.1 GB for C API docs)">
    12   <!ENTITY ruby-time          "1.8 SBU (using parallelism=4; add 8.6 SBU for tests; add 1.3 SBU for C API docs)">
     11  <!ENTITY ruby-buildsize     "612 MB (add 1.1 GB for C API docs)">
     12  <!ENTITY ruby-time          "2.2 SBU (using parallelism=4; add 7.5 SBU for tests; add 0.8 SBU for C API docs)">
    1313]>
    1414
  • introduction/welcome/changelog.xml

    rd2441ae r09cf41d5  
    4343    -->
    4444    <listitem>
     45      <para>April 15th, 2022</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[renodr] - Update to ruby-3.1.2 (Security Update). Fixes
     49          <ulink url="&blfs-ticket-root;16405">#16405</ulink>.</para>
     50        </listitem>
     51        <listitem>
     52          <para>[renodr] - Update to git-2.35.3 (Security Update). Fixes
     53          <ulink url="&blfs-ticket-root;16402">#16402</ulink>.</para>
     54        </listitem>
     55      </itemizedlist>
     56    </listitem>
     57
     58    <listitem>
    4559      <para>April 14th, 2022</para>
    4660      <itemizedlist>
  • packages.ent

    rd2441ae r09cf41d5  
    354354<!ENTITY gc-version                   "8.0.6">
    355355<!ENTITY gdb-version                  "11.2">
    356 <!ENTITY git-version                  "2.35.1">
     356<!ENTITY git-version                  "2.35.3">
    357357<!ENTITY guile-version                "3.0.8">
    358358<!ENTITY librep-version               "0.92.7">
     
    380380
    381381<!ENTITY ruby-minor-version           "3.1">
    382 <!ENTITY ruby-patch-version           "1">
     382<!ENTITY ruby-patch-version           "2">
    383383<!ENTITY ruby-version                 "&ruby-minor-version;.&ruby-patch-version;">
    384384<!ENTITY ruby-gemdir                  "/usr/lib/ruby/gems/&ruby-minor-version;.0">
Note: See TracChangeset for help on using the changeset viewer.