Changeset d1a5310


Ignore:
Timestamp:
06/12/2019 06:08:47 AM (5 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.0, 9.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, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
76261daf
Parents:
b1a45a4b
Message:

Update to glib-2.60.4 (Security Update)
Update to highlight-3.52

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@21674 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rb1a45a4b rd1a5310  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "11">                   <!-- Always 2 digits -->
     3<!ENTITY day          "12">                   <!-- Always 2 digits -->
    44<!ENTITY month        "06">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2019">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "June 11th, &year;">
     9<!ENTITY releasedate  "June 12th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/genlib/glib2.xml

    rb1a45a4b rd1a5310  
    77  <!ENTITY glib2-download-http "&gnome-download-http;/glib/2.60/glib-&glib2-version;.tar.xz">
    88  <!ENTITY glib2-download-ftp  "&gnome-download-ftp;/glib/2.60/glib-&glib2-version;.tar.xz">
    9   <!ENTITY glib2-md5sum        "f28f2228e2b369cc866f18770baafe2b">
     9  <!ENTITY glib2-md5sum        "87e2c4973470811dfed3d6746c961488">
    1010  <!ENTITY glib2-size          "4.4 MB">
    11   <!ENTITY glib2-buildsize     "164 MB (add 4 MB for tests)">
    12   <!ENTITY glib2-time          "0.5 SBU (add 0.6 SBU for tests; both using paralleism=4)">
     11  <!ENTITY glib2-buildsize     "197 MB (add 3 MB for tests)">
     12  <!ENTITY glib2-time          "0.5 SBU (add 1.3 SBU for tests; both using paralleism=4)">
    1313]>
    1414
     
    209209
    210210    <para>
    211       You should now install <xref linkend="desktop-file-utils"/> and proceed to
     211      You should now install <xref linkend="desktop-file-utils"/> and
     212      <xref linkend="shared-mime-info"/> and proceed to
    212213      run the test suite.
    213214    </para>
     
    226227      NOTE: systemd implements this as a hard requirement.
    227228      -->
     229      <!-- with 2.60.4 on systemd, all tests pass. -->
    228230    </para>
    229231
  • general/genutils/highlight.xml

    rb1a45a4b rd1a5310  
    77  <!ENTITY highlight-download-http "http://www.andre-simon.de/zip/highlight-&highlight-version;.tar.bz2">
    88  <!ENTITY highlight-download-ftp  " ">
    9   <!ENTITY highlight-md5sum        "f15b50f90e095f8e79cc607382800e2e">
     9  <!ENTITY highlight-md5sum        "665e3dcead466fc78ddd1068c833cbb8">
    1010  <!ENTITY highlight-size          "1.3 MB">
    11   <!ENTITY highlight-buildsize     "20 MB (with gui)">
     11  <!ENTITY highlight-buildsize     "29 MB (with gui)">
    1212  <!ENTITY highlight-time          "0.3 SBU (Using paralllelism=4; with gui)">
    1313]>
  • introduction/welcome/changelog.xml

    rb1a45a4b rd1a5310  
    4242    </listitem>
    4343    -->
     44    <listitem>
     45      <para>June 12th, 2019</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[renodr] - Update to highlight-3.52. Fixes
     49          <ulink url="&blfs-ticket-root;12074">#12074</ulink>.</para>
     50        </listitem>
     51        <listitem>
     52          <para>[renodr] - Update to glib-2.60.4. This fixes a severe
     53          security vulnerability in the GIO subsystem that allows for
     54          modification of files. Fixes
     55          <ulink url="&blfs-ticket-root;12084">#12084</ulink>.</para>
     56        </listitem>
     57      </itemizedlist>
     58    </listitem>
     59
    4460    <listitem>
    4561      <para>June 11th, 2019</para>
  • packages.ent

    rb1a45a4b rd1a5310  
    100100<!ENTITY fftw-version                 "3.3.8">
    101101<!ENTITY gcab-version                 "0.7">
    102 <!ENTITY glib2-version                "2.60.2">
     102<!ENTITY glib2-version                "2.60.4">
    103103<!ENTITY glibmm-version               "2.60.0">
    104104<!ENTITY gmime-version                "2.6.23">
     
    242242<!ENTITY gtkhtml-version              "4.10.0">
    243243<!ENTITY hd2u-version                 "1.0.4">
    244 <!ENTITY highlight-version            "3.50">
     244<!ENTITY highlight-version            "3.52">
    245245<!ENTITY ibus-version                 "1.5.20">
    246246<!ENTITY imagemagick6-version         "6.9.10">
Note: See TracChangeset for help on using the changeset viewer.