Changeset d60f0d5 for networking/connect


Ignore:
Timestamp:
08/06/2017 07:49:36 PM (7 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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, 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:
bd12474e
Parents:
d86a91f
Message:

Update to sqlite-3.20.0.
Update to nmap-7.60.
Update to dhcp-4.3.6.
Update to poppler-0.57.0.
Update to ffmpeg-3.3.3.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/connect/dhcp.xml

    rd86a91f rd60f0d5  
    77  <!ENTITY dhcp-download-http " ">
    88  <!ENTITY dhcp-download-ftp  "ftp://ftp.isc.org/isc/dhcp/&dhcp-version;/dhcp-&dhcp-version;.tar.gz">
    9   <!ENTITY dhcp-md5sum        "2b5e5b2fa31c2e27e487039d86f83d3f">
    10   <!ENTITY dhcp-size          "9.6 MB">
    11   <!ENTITY dhcp-buildsize     "238 MB">
    12   <!ENTITY dhcp-time          "0.6 SBU">
     9  <!ENTITY dhcp-md5sum        "afa6e9b3eb7539ea048421a82c668adc">
     10  <!ENTITY dhcp-size          "9.7 MB">
     11  <!ENTITY dhcp-buildsize     "177 MB">
     12  <!ENTITY dhcp-time          "0.5 SBU">
    1313]>
    1414
     
    3939
    4040    &lfs80_checked;
     41    &gcc7_checked;
    4142
    4243    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    7374      </listitem>
    7475    </itemizedlist>
    75 
     76<!--
    7677    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    7778    <itemizedlist spacing="compact">
     
    8990      </listitem>
    9091    </itemizedlist>
    91 
     92-->
    9293    <para condition="html" role="usernotes">User Notes:
    9394      <ulink url="&blfs-wiki;/dhcp"/>
     
    132133      </para>
    133134    </note>
    134 
     135<!--  This should not be needed any more.  Visual check appears to handle it.
    135136    <para>
    136137      If you have not compiled IPv6 support into the kernel, apply the
     
    139140
    140141<screen><userinput>patch -Np1 -i ../dhcp-&dhcp-version;-missing_ipv6-1.patch</userinput></screen>
    141 
     142-->
    142143    <note>
    143144      <para>
     
    153154    </para>
    154155
    155 <screen><userinput>patch -Np1 -i ../dhcp-&dhcp-version;-client_script-1.patch &amp;&amp;
    156 CFLAGS="-D_PATH_DHCLIENT_SCRIPT='\"/sbin/dhclient-script\"'         \
     156<screen><userinput>CFLAGS="-D_PATH_DHCLIENT_SCRIPT='\"/sbin/dhclient-script\"'         \
    157157        -D_PATH_DHCPD_CONF='\"/etc/dhcp/dhcpd.conf\"'               \
    158158        -D_PATH_DHCLIENT_CONF='\"/etc/dhcp/dhclient.conf\"'"        &amp;&amp;
     159
    159160./configure --prefix=/usr                                           \
    160161            --sysconfdir=/etc/dhcp                                  \
     
    167168
    168169    <para>
    169       <!-- To test the results, issue: <command>make check</command>
    170 
    171       Note: make check builds a library, but otherwise does nothing.
    172 
    173       -->
     170      <!-- Note: make check builds a library, but otherwise does nothing. -->
    174171      This package does not come with a test suite.
    175172    </para>
Note: See TracChangeset for help on using the changeset viewer.