Changeset 1b8bba3


Ignore:
Timestamp:
10/17/2020 06:34:20 PM (4 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.1, 11.0, 11.1, 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, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
8db97e3
Parents:
1334c9a
Message:

Update to nss-3.58.
Update to soundtouch-2.2.
Update to enchant-2.2.12.
Update to sysprof-3.38.1.
Update to opencv-4.5.0.
Tweak libxml2 for Python-3.9.
Minor change when updating glib2.

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

Files:
10 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r1334c9a r1b8bba3  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "16">                   <!-- Always 2 digits -->
     3<!ENTITY day          "17">                   <!-- Always 2 digits -->
    44<!ENTITY month        "10">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2020">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "October 16th, &year;">
     9<!ENTITY releasedate  "October 17th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/genlib/enchant.xml

    r1334c9a r1b8bba3  
    77  <!ENTITY enchant-download-http "https://github.com/AbiWord/enchant/releases/download/v&enchant-version;/enchant-&enchant-version;.tar.gz">
    88  <!ENTITY enchant-download-ftp  " ">
    9   <!ENTITY enchant-md5sum        "292633e58b1c829fd8705760e9e74718">
    10   <!ENTITY enchant-size          "967 KB">
    11   <!ENTITY enchant-buildsize     "7.4 MB (add 99 MB for tests)">
     9  <!ENTITY enchant-md5sum        "282117c5328e8d03030a94a37c31f089">
     10  <!ENTITY enchant-size          "968 KB">
     11  <!ENTITY enchant-buildsize     "6.9 MB (add 100 MB for tests)">
    1212  <!ENTITY enchant-time          "0.2 SBU (add 0.5 SBU for tests)">
    1313]>
  • general/genlib/glib2.xml

    r1334c9a r1b8bba3  
    225225      <!-- with 2.64.1 on sysV, all tests pass. -->
    226226    </para>
     227
     228    <para>
     229      Finally, if this is a reinstall from glib2-2.64.x or earlier, remove
     230      (as the <systemitem class="username">root</systemitem> user) an
     231      obsolete header file that interferes with some packages:
     232    </para>
     233
     234<screen role="root rebuild"><userinput>rm -f /usr/include/glib-2.0/glib/gurifuncs.h</userinput></screen>
    227235
    228236  </sect2>
  • general/genlib/libxml2.xml

    r1334c9a r1b8bba3  
    8282        </para>
    8383      </listitem>
    84 <!--
    85       <listitem>
    86         <para>
    87           Recommended patch to prevent a segfault in itstool when using Python3:
    88           <ulink url="&patch-root;/libxml2-&libxml2-version;-python3_hack-1.patch"/>
    89         </para>
    90       </listitem> -->
    9184    </itemizedlist>
    9285
     
    130123  <sect2 role="installation">
    131124    <title>Installation of libxml2</title>
    132 <!--
    133     <para>
    134       First apply a patch, which prevents segfaults in the Python module, when
    135       built by <xref linkend="python3"/>:
    136     </para>
    137 
    138 <screen><userinput>patch -Np1 -i ../libxml2-&libxml2-version;-python3_hack-1.patch</userinput></screen>
     125
     126    <para>
     127      First fix a problem generating the Python3 module with Python-3.9.0 and later:
     128    </para>
     129
     130<screen><userinput>sed -i '/if Py/{s/Py/(Py/;s/)/))/}' python/{types.c,libxml.c}</userinput></screen>
    139131
    140132    <para>
     
    144136
    145137<screen><userinput>sed -i '/_PyVerify_fd/,+1d' python/types.c</userinput></screen>
    146 -->
     138
    147139    <para>
    148140      If you are going to run the tests, disable one test that prevents the
  • general/graphlib/opencv.xml

    r1334c9a r1b8bba3  
    77  <!ENTITY opencv-download-http     "https://github.com/opencv/opencv/archive/&opencv-version;/opencv-&opencv-version;.tar.gz">
    88  <!ENTITY opencv-download-ftp      " ">
    9   <!ENTITY opencv-md5sum            "04e485da95fb189ce6f293abc71bc54e">
    10   <!ENTITY opencv-size              "85 MB">
    11   <!ENTITY opencv-buildsize         "676 MB">
    12   <!ENTITY opencv-time              "3.1 SBU (using parallelism=4)">
     9  <!ENTITY opencv-md5sum            "65ecd733f41b8286debfc4f29bd0d453">
     10  <!ENTITY opencv-size              "86 MB">
     11  <!ENTITY opencv-buildsize         "707 MB">
     12  <!ENTITY opencv-time              "2.9 SBU (using parallelism=4)">
    1313
    1414
  • general/prog/sysprof.xml

    r1334c9a r1b8bba3  
    77  <!ENTITY sysprof-download-http "&gnome-download-http;/sysprof/&gnome-minor-38;/sysprof-&sysprof-version;.tar.xz">
    88  <!ENTITY sysprof-download-ftp  "&gnome-download-ftp;/sysprof/&gnome-minor-38;/sysprof-&sysprof-version;.tar.xz">
    9   <!ENTITY sysprof-md5sum        "a1b8d744ff0cb60462121d98840a2133">
     9  <!ENTITY sysprof-md5sum        "b4398e0cd3673cee95fdb3c70d4c5e77">
    1010  <!ENTITY sysprof-size          "448 KB">
    1111  <!ENTITY sysprof-buildsize     "28 MB">
  • introduction/welcome/changelog.xml

    r1334c9a r1b8bba3  
    4343    -->
    4444    <listitem>
    45       <para>October 15th, 2020</para>
     45      <para>October 17th, 2020</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[bdubbs] - Update to nss-3.58. Fixes
     49          <ulink url="&blfs-ticket-root;14146">#14146</ulink>.</para>
     50        </listitem>
     51        <listitem>
     52          <para>[bdubbs] - Update to soundtouch-2.2. Fixes
     53          <ulink url="&blfs-ticket-root;14145">#14145</ulink>.</para>
     54        </listitem>
     55        <listitem>
     56          <para>[bdubbs] - Update to enchant-2.2.12. Fixes
     57          <ulink url="&blfs-ticket-root;14144">#14144</ulink>.</para>
     58        </listitem>
     59        <listitem>
     60          <para>[bdubbs] - Update to sysprof-3.38.1. Fixes
     61          <ulink url="&blfs-ticket-root;14143">#14143</ulink>.</para>
     62        </listitem>
     63        <listitem>
     64          <para>[bdubbs] - Update to opencv-4.5.0. Fixes
     65          <ulink url="&blfs-ticket-root;14132">#14132</ulink>.</para>
     66        </listitem>
     67      </itemizedlist>
     68    </listitem>
     69
     70    <listitem>
     71      <para>October 16th, 2020</para>
    4672      <itemizedlist>
    4773        <listitem>
  • multimedia/libdriv/soundtouch.xml

    r1334c9a r1b8bba3  
    77  <!ENTITY soundtouch-download-http "https://gitlab.com/soundtouch/soundtouch/-/archive/&soundtouch-version;/soundtouch-&soundtouch-version;.tar.bz2">
    88  <!ENTITY soundtouch-download-ftp  " ">
    9   <!ENTITY soundtouch-md5sum        "c86cbd3ac6978aa4111302c085641f78">
     9  <!ENTITY soundtouch-md5sum        "32c6c4461d31a5b42772a035b356dc1f">
    1010  <!ENTITY soundtouch-size          "516 KB">
    11   <!ENTITY soundtouch-buildsize     "8.7 MB">
     11  <!ENTITY soundtouch-buildsize     "6.0 MB">
    1212  <!ENTITY soundtouch-time          "0.1 SBU">
    1313]>
  • packages.ent

    r1334c9a r1b8bba3  
    2828<!ENTITY nettle-version               "3.6">
    2929
    30 <!ENTITY nss-minor-version            "57">
     30<!ENTITY nss-minor-version            "58">
    3131<!ENTITY nss-micro-version            "0">
    3232<!--<!ENTITY nss-version                  "3.&nss-minor-version;.&nss-micro-version;">-->
     
    9595<!ENTITY dbus-glib-version            "0.110">
    9696<!ENTITY double-conversion-version    "3.1.5">
    97 <!ENTITY enchant-version              "2.2.11">
     97<!ENTITY enchant-version              "2.2.12">
    9898<!ENTITY exempi-version               "2.5.2">
    9999<!ENTITY expat-version                "2.1.0">
     
    229229<!ENTITY mypaint-brushes-version      "1.3.0"> <!-- version 1 only -->
    230230<!ENTITY newt-version                 "0.52.21">
    231 <!ENTITY opencv-version               "4.4.0">
    232 <!ENTITY opencv-contrib-version       "4.4.0">
     231<!ENTITY opencv-version               "4.5.0">
     232<!ENTITY opencv-contrib-version       "4.5.0">
    233233<!ENTITY openjpeg-version             "1.5.2">
    234234<!ENTITY openjpeg2-version            "2.3.1">
     
    369369<!ENTITY subversion-version           "1.14.0">
    370370<!ENTITY swig-version                 "4.0.2">
    371 <!ENTITY sysprof-version              "3.38.0">
     371<!ENTITY sysprof-version              "3.38.1">
    372372<!ENTITY tcl-version                  "8.6.10">
    373373<!ENTITY tk-version                   "8.6.10">
     
    10041004<!ENTITY sdl2-version                 "2.0.12">
    10051005<!ENTITY sound-theme-freedesktop-version "0.8">
    1006 <!ENTITY soundtouch-version           "2.1.2">
     1006<!ENTITY soundtouch-version           "2.2">
    10071007<!ENTITY speex-version                "1.2.0">
    10081008<!ENTITY speexdsp-version             "1.2.0">
  • postlfs/security/nss.xml

    r1334c9a r1b8bba3  
    1515
    1616  <!ENTITY nss-download-ftp  " ">
    17   <!ENTITY nss-md5sum        "919ff88541b145d94b689b2b8d5f90f3">
     17  <!ENTITY nss-md5sum        "0012ef80308f70e35ab1babc6153cee5">
    1818  <!ENTITY nss-size          "78 MB">
    1919  <!-- 50 MB increase is due to new test files, see #12187 -->
    20   <!ENTITY nss-buildsize     "296 MB (add 114 MB for tests)">
    21   <!ENTITY nss-time          "2.8 SBU (with parallelism=4, add 28 SBU for tests)">
     20  <!ENTITY nss-buildsize     "291 MB (add 123 MB for tests)">
     21  <!ENTITY nss-time          "2.6 SBU (with parallelism=4, add 24 SBU for tests)">
    2222]>
    2323
Note: See TracChangeset for help on using the changeset viewer.