Changeset 35f1730 for general


Ignore:
Timestamp:
03/10/2016 03:04:27 AM (8 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, 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:
7c1ebc9
Parents:
583e0905
Message:

Update lsof URL.
Add a note that openssl does not support parallel tets.
Restore autoconf to libva-intel-driver.
Update PIN-Entry dependencies.
Update valgrind dependencies.

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

Location:
general
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/genutils/lsof.xml

    r583e0905 r35f1730  
    66
    77<!ENTITY lsof-download-http  " ">
    8 <!ENTITY lsof-download-ftp "ftp://sunsite.ualberta.ca/pub/Mirror/lsof/lsof_&lsof-version;.tar.bz2">
     8<!ENTITY lsof-download-ftp "ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/lsof_&lsof-version;.tar.bz2">
    99<!ENTITY lsof-md5sum        "1b9cd34f3fb86856a125abbf2be3a386">
    1010<!ENTITY lsof-size          "768 KB">
  • general/genutils/pinentry.xml

    r583e0905 r35f1730  
    6868    <bridgehead renderas="sect3">PIN-Entry Dependencies</bridgehead>
    6969
     70    <bridgehead renderas="sect4">Required</bridgehead>
     71    <para role="required">
     72      <xref linkend="libassuan"/> and
     73      <xref linkend="libgpg-error"/>
     74    </para>
     75
    7076    <bridgehead renderas="sect4">Optional</bridgehead>
    7177    <para role="optional">
  • general/prog/valgrind.xml

    r583e0905 r35f1730  
    8080      <xref linkend="boost"/>,
    8181      <xref linkend="llvm"/> (with Clang),
    82       <xref linkend="gdb"/> (for tests), and
     82      <xref linkend="gdb"/> (for tests),
     83      <xref linkend="which"/> (for tests),
     84      <xref linkend="bind"/> or <xref linkend="bind-utils"/> (for tests),
     85      and
    8386      <ulink url="http://www.openmp.org">OpenMP</ulink>
    8487    </para>
Note: See TracChangeset for help on using the changeset viewer.