Changeset eed90c8


Ignore:
Timestamp:
08/14/2020 12:32:56 AM (4 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 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:
54c5c16
Parents:
da008f7
Message:

Update to openldap-2.4.51
Update to wireshark-3.2.6
Update to udisks-2.9.1
Emacs: add optional dependency on jansson - adds JSON support
Minor nitpicks in gc and libxslt

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

Files:
8 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libxslt.xml

    rda008f7 reed90c8  
    144144      A shipped man page is glitched.  If the recommended dependencies are
    145145      installed, regenerate it by running the following commands:
    146         </para>
     146         </para>
    147147
    148148<screen><userinput>sed -e 's@http://cdn.docbook.org/release/xsl@https://cdn.docbook.org/release/xsl-nons@' \
  • general/prog/gc.xml

    rda008f7 reed90c8  
    168168        <listitem>
    169169          <para>
    170             a tree-based string library
     170            contains a tree-based string library
    171171          </para>
    172172          <indexterm zone="gc libcord">
  • general/sysutils/udisks2.xml

    rda008f7 reed90c8  
    77  <!ENTITY udisks2-download-http "https://github.com/storaged-project/udisks/releases/download/udisks-&udisks2-version;/udisks-&udisks2-version;.tar.bz2">
    88  <!ENTITY udisks2-download-ftp  " ">
    9   <!ENTITY udisks2-md5sum        "6c9bc503c183c37f45bd8dafa86e5512">
     9  <!ENTITY udisks2-md5sum        "aad9c50f4cafccee01a621a6a6665784">
    1010  <!ENTITY udisks2-size          "1.6 MB">
    11   <!ENTITY udisks2-buildsize     "50 MB (with tests)">
     11  <!ENTITY udisks2-buildsize     "51 MB (with tests)">
    1212  <!ENTITY udisks2-time          "0.3 SBU (with tests)">
    1313]>
     
    190190          /usr/libexec/udisks2,
    191191          /usr/share/gtk-doc/html/udisks2, and
    192           /var/lib/udisks2
     192          /var/{lib,run}/udisks2
    193193        </seg>
    194194      </seglistitem>
  • introduction/welcome/changelog.xml

    rda008f7 reed90c8  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[renodr] - Update to openldap-2.4.51. Fixes
     49          <ulink url="&blfs-ticket-root;13918">#13918</ulink>.</para>
     50        </listitem>
     51        <listitem>
     52          <para>[renodr] - Update to wireshark-3.2.6 (Security Update). Fixes
     53          <ulink url="&blfs-ticket-root;13917">#13917</ulink>.</para>
     54        </listitem>
     55        <listitem>
     56          <para>[renodr] - Update to udisks-2.9.1. Fixes
     57          <ulink url="&blfs-ticket-root;13916">#13916</ulink>.</para>
     58        </listitem>
     59        <listitem>
    4860          <para>[ken] - Tweak the texlive instructions to not report
    4961          an error from 'let'.</para>
  • networking/netutils/wireshark.xml

    rda008f7 reed90c8  
    77  <!ENTITY wireshark-download-http "https://www.wireshark.org/download/src/all-versions/wireshark-&wireshark-version;.tar.xz">
    88  <!ENTITY wireshark-download-ftp  " ">
    9   <!ENTITY wireshark-md5sum        "56d7c971d6d8f03175183cc411653e6c">
     9  <!ENTITY wireshark-md5sum        "f14ef8d73fa5f30b57fec51283e6b73e">
    1010  <!ENTITY wireshark-size          "30 MB">
    11   <!ENTITY wireshark-buildsize     "718 MB (with all optional dependencies available in the BLFS book)">
     11  <!ENTITY wireshark-buildsize     "719 MB (with all optional dependencies available in the BLFS book)">
    1212  <!ENTITY wireshark-time          "2.4 SBU (with parallelism=4 and all optional dependencies available in the BLFS book)">
    1313]>
     
    239239    <para>
    240240      If you are installing wireshark for the first time, it will be necessary
    241       to leave the session and login again, thus you will now have wireshark
    242       between your groups, otherwise, it will not run properly.
     241      to logout of your session and login again. This will put wireshark in your
     242      groups, because otherwise Wireshark will not function properly.
    243243    </para>
    244244
  • packages.ent

    rda008f7 reed90c8  
    307307<!--<!ENTITY systemd-stable               "6b4878d"> Unused for now -->
    308308<!ENTITY udisks-version               "1.0.5">    <!-- stable lt .90 micro version -->
    309 <!ENTITY udisks2-version              "2.9.0">    <!-- stable lt .90 micro version -->
     309<!ENTITY udisks2-version              "2.9.1">    <!-- stable lt .90 micro version -->
    310310<!ENTITY unrar-version                "5.9.4">
    311311<!ENTITY unzip-version                "6.0">
     
    599599<!ENTITY whois-version                "5.4.3">
    600600<!ENTITY wicd-version                 "1.7.4">
    601 <!ENTITY wireshark-version            "3.2.5">  <!-- even minor versions only -->
     601<!ENTITY wireshark-version            "3.2.6">  <!-- even minor versions only -->
    602602
    603603<!ENTITY wicd-major-version           "1.7">
     
    666666
    667667<!-- Chapter 23 -->
    668 <!ENTITY openldap-version             "2.4.50">
     668<!ENTITY openldap-version             "2.4.51">
    669669<!ENTITY soprano-version              "2.9.4">
    670670<!ENTITY unbound-version              "1.11.0">
  • postlfs/editors/emacs.xml

    rda008f7 reed90c8  
    9292      <xref role="nodep" linkend="gtk2"/> or <xref linkend="gtk3"/>,
    9393      <xref linkend="imagemagick6"/> (see command explanations),
     94      <xref linkend="jansson"/>, <!-- for JSON support -->
    9495      <xref linkend="libjpeg"/>,
    9596      <xref linkend="libpng"/>,
  • server/other/openldap.xml

    rda008f7 reed90c8  
    77  <!ENTITY openldap-download-http " ">
    88  <!ENTITY openldap-download-ftp  "ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/openldap-&openldap-version;.tgz">
    9   <!ENTITY openldap-md5sum        "f9ed44ef373abed04c9e4c8586260f9e">
    10   <!ENTITY openldap-size          "5.4 MB">
    11   <!ENTITY openldap-buildsize     "54 MB (client), 109 MB (server)">
     9  <!ENTITY openldap-md5sum        "0d2025896cf1c17af7304ecc57ec9531">
     10  <!ENTITY openldap-size          "5.6 MB">
     11  <!ENTITY openldap-buildsize     "54 MB (client), 103 MB (server)">
    1212  <!ENTITY openldap-time          "0.5 SBU (client using parallelism=4), 1.0 SBU (server)">
    1313]>
Note: See TracChangeset for help on using the changeset viewer.