Changeset cceceaaf


Ignore:
Timestamp:
03/27/2021 06:52:34 PM (3 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
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:
a2ce753
Parents:
24d3c8f
Message:

Update to links-2.22
Update to sqlite-3.35.3
Update to nss-3.63
Update to jasper-2.0.27
Update to pipewire-0.3.24

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

Files:
8 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r24d3c8f rcceceaaf  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "26">                   <!-- Always 2 digits -->
     3<!ENTITY day          "27">                   <!-- Always 2 digits -->
    44<!ENTITY month        "03">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2021">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "March 26th, &year;">
     9<!ENTITY releasedate  "March 27th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/graphlib/jasper.xml

    r24d3c8f rcceceaaf  
    77  <!ENTITY jasper-download-http "https://github.com/jasper-software/jasper/archive/version-&jasper-version;/jasper-&jasper-version;.tar.gz">
    88  <!ENTITY jasper-download-ftp  " ">
    9   <!ENTITY jasper-md5sum        "e1e589790f4a2d49b8fee4aa50a4fe38">
     9  <!ENTITY jasper-md5sum        "ec3c2bbe4028fde17eeabefcbacf394c">
    1010  <!ENTITY jasper-size          "1.3 MB">
    11   <!ENTITY jasper-buildsize     "7.3 MB (with tests)">
    12   <!ENTITY jasper-time          "0.3 SBU (with tests)">
     11  <!ENTITY jasper-buildsize     "10 MB (with tests)">
     12  <!ENTITY jasper-time          "0.2 SBU (with tests)">
    1313]>
    1414
  • introduction/welcome/changelog.xml

    r24d3c8f rcceceaaf  
    4343    -->
    4444    <listitem>
     45      <para>March 27th, 2021</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[renodr] - Update to links-2.22. Fixes
     49          <ulink url="&blfs-ticket-root;14787">#14787</ulink>.</para>
     50        </listitem>
     51        <listitem>
     52          <para>[renodr] - Update to sqlite-3.35.3. Fixes
     53          <ulink url="&blfs-ticket-root;14788">#14788</ulink>.</para>
     54        </listitem>
     55        <listitem>
     56          <para>[renodr] - Update to NSS-3.63. Fixes
     57          <ulink url="&blfs-ticket-root;14790">#14790</ulink>.</para>
     58        </listitem>
     59        <listitem>
     60          <para>[renodr] - Update to jasper-2.0.27. Fixes
     61          <ulink url="&blfs-ticket-root;14792">#14792</ulink>.</para>
     62        </listitem>
     63        <listitem>
     64          <para>[renodr] - Update to pipewire-0.3.24. Fixes
     65          <ulink url="&blfs-ticket-root;14797">#14797</ulink>.</para>
     66        </listitem>
     67      </itemizedlist>
     68    </listitem>
     69
     70    <listitem>
    4571      <para>March 26th, 2021</para>
    4672      <itemizedlist>
  • multimedia/libdriv/pipewire.xml

    r24d3c8f rcceceaaf  
    77  <!ENTITY pipewire-download-http "https://github.com/PipeWire/pipewire/archive/&pipewire-version;/pipewire-&pipewire-version;.tar.gz">
    88  <!ENTITY pipewire-download-ftp  " ">
    9   <!ENTITY pipewire-md5sum        "3052396ebc36e07173650b4e8e38504c">
     9  <!ENTITY pipewire-md5sum        "887be3193a91f18c7ea63e3f5c61976b">
    1010  <!ENTITY pipewire-size          "1.3 MB">
    11   <!ENTITY pipewire-buildsize     "125 MB (with tests)">
     11  <!ENTITY pipewire-buildsize     "135 MB (with tests)">
    1212  <!ENTITY pipewire-time          "0.4 SBU (Using parallelism=4; with tests)">
    1313]>
     
    115115cd    build &amp;&amp;
    116116
    117 meson --prefix=/usr           \
    118       -Djack=false            \
    119       -Dpipewire-jack=false   \
    120       -Dvulkan=false          \
    121       ..                      &amp;&amp;
     117meson --prefix=/usr .. &amp;&amp;
    122118ninja</userinput></screen>
    123119
     
    137133
    138134    <!-- Without these three parameters, Meson fails to run. -->
     135    <!-- Not true anymore, commenting out as of 0.3.24
    139136    <para>
    140137      <parameter>-Djack=false</parameter>: This switch prevents building the
     
    154151      <application>Vulkan</application> is not in BLFS.
    155152    </para>
     153    -->
    156154
    157155    <para>
     
    185183          pw-dot,
    186184          pw-dump,
     185          pw-jack,
    187186          pw-metadata,
    188187          pw-mididump,
     
    326325      </varlistentry>
    327326
     327      <varlistentry id="pw-jack">
     328        <term><command>pw-jack</command></term>
     329        <listitem>
     330          <para>
     331            runs JACK applications on a pipewire instance.
     332          </para>
     333          <indexterm zone="pipewire pw-jack">
     334            <primary sortas="b-pw-jack">pw-jack</primary>
     335          </indexterm>
     336        </listitem>
     337      </varlistentry>
     338
    328339      <varlistentry id="pw-metadata">
    329340        <term><command>pw-metadata</command></term>
  • networking/textweb/links.xml

    r24d3c8f rcceceaaf  
    77  <!ENTITY links-download-http "http://links.twibright.com/download/links-&links-version;.tar.bz2">
    88  <!ENTITY links-download-ftp  " ">
    9   <!ENTITY links-md5sum        "b88a46733d6932442ed8a6b751aac6b4">
     9  <!ENTITY links-md5sum        "55f745dea500aac52cede98bab8d96e2">
    1010  <!ENTITY links-size          "6.2 MB">
    11   <!ENTITY links-buildsize     "35 MB">
    12   <!ENTITY links-time          "0.2 SBU">
     11  <!ENTITY links-buildsize     "53 MB">
     12  <!ENTITY links-time          "0.4 SBU">
    1313]>
    1414
  • packages.ent

    r24d3c8f rcceceaaf  
    2828<!ENTITY nettle-version               "3.7.1">
    2929
    30 <!ENTITY nss-minor-version            "62">
     30<!ENTITY nss-minor-version            "63">
    3131<!ENTITY nss-micro-version            "0">
    3232<!--<!ENTITY nss-version                  "3.&nss-minor-version;.&nss-micro-version;">-->
     
    216216<!ENTITY harfbuzz-version             "2.8.0">
    217217<!--<!ENTITY ijs-version                  "0.35">-->
    218 <!ENTITY jasper-version               "2.0.26">
     218<!ENTITY jasper-version               "2.0.27">
    219219<!ENTITY lcms-version                 "1.19">
    220220<!ENTITY lcms2-version                "2.12">
     
    644644
    645645<!-- Chapter 18 -->
    646 <!ENTITY links-version                "2.21">
     646<!ENTITY links-version                "2.22">
    647647<!ENTITY lynx-version                 "2.8.9rel.1">
    648648<!ENTITY w3m-version                  "0.5.3">
     
    678678<!ENTITY mariadb-version              "10.5.9">
    679679<!ENTITY postgresql-version           "13.2">
    680 <!ENTITY sqlite-version               "3.35.1">
     680<!ENTITY sqlite-version               "3.35.3">
    681681
    682682<!-- Chapter 23 -->
     
    10091009<!ENTITY opal-version                 "3.10.10">
    10101010<!ENTITY opus-version                 "1.3.1">
    1011 <!ENTITY pipewire-version             "0.3.23">
     1011<!ENTITY pipewire-version             "0.3.24">
    10121012<!ENTITY pulseaudio-major-version     "14.2">
    10131013<!ENTITY pulseaudio-version           "&pulseaudio-major-version;">
  • postlfs/security/nss.xml

    r24d3c8f rcceceaaf  
    1515
    1616  <!ENTITY nss-download-ftp  " ">
    17   <!ENTITY nss-md5sum        "00573eaf97be1580c32ad967ed221784">
    18   <!ENTITY nss-size          "79 MB">
    19   <!ENTITY nss-buildsize     "303 MB (add 95 MB for tests)">
    20   <!ENTITY nss-time          "2.9 SBU (with parallelism=4, add 18 SBU for tests)">
     17  <!ENTITY nss-md5sum        "0249fc462d8b0ec716965919db86ecce">
     18  <!ENTITY nss-size          "78 MB">
     19  <!ENTITY nss-buildsize     "307 MB (add 164 MB for tests)">
     20  <!ENTITY nss-time          "2.7 SBU (with parallelism=4, add 23 SBU for tests)">
    2121]>
    2222
     
    145145    <para>
    146146      <!-- the unittest files get compiled automatically since nss-3.31.0 -->
    147       To run the tests, execute the following commands (5 tests are known to fail):
     147      To run the tests, execute the following commands (1 test is known to fail):
    148148    </para>
    149149
  • server/databases/sqlite.xml

    r24d3c8f rcceceaaf  
    55  %general-entities;
    66
    7   <!ENTITY sqlite-dl-version    "3350100">
    8   <!ENTITY sqlite-doc-version   "3350100">
     7  <!ENTITY sqlite-dl-version    "3350300">
     8  <!ENTITY sqlite-doc-version   "3350300">
    99
    1010<!-- When updating, do not forget the above entities -->
     
    1212  <!ENTITY sqlite-download-http "https://sqlite.org/2021/sqlite-autoconf-&sqlite-dl-version;.tar.gz">
    1313  <!ENTITY sqlite-download-ftp  " ">
    14   <!ENTITY sqlite-md5sum        "158d5faa424ba09cb16109a765b97daa">
     14  <!ENTITY sqlite-md5sum        "cadd4db9b528dfd0a7efde39f767cd83">
    1515  <!ENTITY sqlite-size          "2.8 MB">
    1616  <!ENTITY sqlite-buildsize     "139 MB">
     
    1818
    1919  <!ENTITY sqlite-docs-download "https://sqlite.org/2021/sqlite-doc-&sqlite-doc-version;.zip">
    20   <!ENTITY sqlite-docs-md5sum   "32f85a8b357ca3c69d1a60995d34533e">
     20  <!ENTITY sqlite-docs-md5sum   "53b84f758046926f31bbd905e133b90c">
    2121  <!ENTITY sqlite-docs-size     "9.8 MB">
    2222]>
     
    222222        <listitem>
    223223          <para>
    224             A terminal-based front-end to the <application>SQLite</application>
     224            is a terminal-based front-end to the <application>SQLite</application>
    225225            library that can evaluate queries interactively and display the
    226226            results
Note: See TracChangeset for help on using the changeset viewer.