Ignore:
Timestamp:
08/08/2019 01:50:26 PM (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:
63945e0
Parents:
07ea289
Message:

Typo fix in aspell
giflib: Fix the build by removing a duplicate instruction pertaining to static library removal,

which is now handled by the Makefile

fcron (systemd): Fix the systemd unit to silence warnings about the incorrect PID file being used.
systemd: Adapt to libseccomp-2.4.1, disable GnuTLS support and prefer OpenSSL due to API breakage,

and fix the systemd-networkd problem with Linux 5.2+ as well as with RDRAND on AMD CPUs.

KF5: external dependency URL fix.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r07ea289 r93caa46  
    4242    </listitem>
    4343       -->
     44    <listitem>
     45      <para>August 8th, 2019</para>
     46      <itemizedlist>
     47        <listitem revision="systemd">
     48          <para>[renodr] - Fix systemd to allow networkd to function on systems
     49          with Linux-5.2+ kernels, as well as fix problems with AMD Ryzen CPUs
     50          due to their RDRAND CPU instruction. In addition, adapt systemd to
     51          work with libseccomp-2.4.1, and disable GnuTLS support due to API
     52          breakage (since it already has support for OpenSSL). Fixes
     53          <ulink url="&blfs-ticket-root;12330">#12330</ulink>.</para>
     54        </listitem>
     55        <listitem>
     56          <para>[renodr] - Fixed a build problem in giflib due to a repeated
     57          instruction.</para>
     58        </listitem>
     59        <listitem revision="systemd">
     60          <para>[renodr] - Adjust fcron's systemd unit to use the proper PID
     61          file in the correct location.</para>
     62        </listitem>
     63      </itemizedlist>
     64    </listitem>
     65
    4466    <listitem>
    4567      <para>August 7th, 2019</para>
Note: See TracChangeset for help on using the changeset viewer.