Changeset 88f20bb for introduction


Ignore:
Timestamp:
09/23/2018 10:39:01 PM (6 years ago)
Author:
Ken Moffat <ken@…>
Branches:
perl-modules
Children:
c9a326f
Parents:
6c71499
Message:

Perl modules branch: merge revisions 20505 to 20531 from trunk.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/perl-modules@20532 af4574ff-66df-0310-9fd7-8a98e5e911e0

Location:
introduction
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/important/building-notes.xml

    r6c71499 r88f20bb  
    162162    one of the dependent components is available will result in a failure.
    163163    This condition usually arises because the upstream developer has not
    164     properly designated all the prerequsites needed to accomplish a step in the
     164    properly designated all the prerequisites needed to accomplish a step in the
    165165    Makefile.</para>
    166166
     
    429429
    430430  </sect2>
    431 
     431<!--
    432432  <sect2 id="libtool">
    433433    <title>Libtool files</title>
     
    451451
    452452  </sect2>
    453 
     453-->
    454454</sect1>
  • introduction/welcome/changelog.xml

    r6c71499 r88f20bb  
    4343-->
    4444    <listitem>
     45      <para>September 23rd, 2018</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[ken] - Data::Uniqid (perl module) no longer requires a patch
     49          to remove a failing test - in currnet perl-5.28.0 the fourth test
     50          still fails but 'make check' returns a status of 0 despite this.</para>
     51        </listitem>
     52        <listitem>
     53          <para>[ken] - Update to firefox-62.0.2 (includes security fix). Fixes
     54          <ulink url="&blfs-ticket-root;11179">#11179</ulink>.</para>
     55        </listitem>
     56        <listitem>
     57          <para>[renodr] - Update to WebKitGTK+-2.22.2. Fixes
     58          <ulink url="&blfs-ticket-root;11107">#11107</ulink>.
     59          WebM playback and YouTube playback is still broken until gstreamer
     60          and Epiphany get updated.</para>
     61        </listitem>
     62      </itemizedlist>
     63    </listitem>
     64
     65    <listitem>
     66      <para>September 22nd, 2018</para>
     67      <itemizedlist>
     68        <listitem>
     69          <para>[ken] - Tell rustc to use pkgconfig to find libssh2. Fixes
     70          <ulink url="&blfs-ticket-root;11176">#11176</ulink>.</para>
     71        </listitem>
     72        <listitem>
     73          <para>[ken] - Upgrade to qtwebengine-5.11.2 (security fixes) and
     74          qt-5.11.2. Fixes
     75          <ulink url="&blfs-ticket-root;11164">#11164</ulink>.</para>
     76        </listitem>
     77      </itemizedlist>
     78    </listitem>
     79
     80    <listitem>
     81      <para>September 19th, 2018</para>
     82      <itemizedlist>
     83        <listitem>
     84          <para>[thomas] - Upgrade sudo-1.8.25p1. Fixes
     85          <ulink url="&blfs-ticket-root;11140">#11140</ulink>.</para>
     86        </listitem>
     87        <listitem>
     88          <para>[thomas] - Upgrade nano-3.1. Fixes
     89          <ulink url="&blfs-ticket-root;11162">#11162</ulink>.</para>
     90        </listitem>
     91      </itemizedlist>
     92    </listitem>
     93
     94    <listitem>
    4595      <para>September 18th, 2018</para>
    4696      <itemizedlist>
  • introduction/welcome/conventions.xml

    r6c71499 r88f20bb  
    9797    <para>When packages are created, the authors depend on prior work.  In
    9898    order to build a package in BLFS, these dependencies must be built prior to
    99     the desired package.  For each package, any prerequsite packages are listed
     99    the desired package.  For each package, any prerequisite packages are listed
    100100    in one or more separate sections:  Required, Recommended, and Optional.</para>
    101101
    102102    <bridgehead renderas="sect3">Required Dependencies</bridgehead>
    103103
    104     <para>These dependencies are the minimum prerequsite packages required to
     104    <para>These dependencies are the minimum prerequisite packages required to
    105105    build the package.  Omitted from the list are packages in LFS and required
    106106    dependencies of other required packages.</para>
Note: See TracChangeset for help on using the changeset viewer.