Changeset 6564aa1


Ignore:
Timestamp:
08/05/2009 09:07:20 PM (15 years ago)
Author:
Guy Dalziel <gdalziel@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
70d93337
Parents:
a8073f4
Message:

Updated to NTP-4.2.4p7.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • basicnet/netprogs/ntp.xml

    ra8073f4 r6564aa1  
    66
    77  <!ENTITY ntp-download-http "http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/ntp-&ntp-version;.tar.gz">
    8   <!ENTITY ntp-download-ftp  " ">
    9   <!-- <!ENTITY ntp-download-ftp  "ftp://ftp.udel.edu/pub/ntp/ntp4/ntp-4.2/ntp-&ntp-version;.tar.gz"> -->
    10   <!ENTITY ntp-md5sum        "eb647e07ecbd6e9e07bf8d3dc555490e">
     8  <!ENTITY ntp-download-ftp  "&gentoo-ftp-repo;/ntp-&ntp-version;.tar.gz">
     9  <!ENTITY ntp-md5sum        "8c19ff62ed4f7d64f8e2aa59cb11f364">
    1110  <!ENTITY ntp-size          "3.3 MB">
    12   <!ENTITY ntp-buildsize     "27.2 MB">
    13   <!ENTITY ntp-time          "0.4 SBU">
     11  <!ENTITY ntp-buildsize     "29 MB">
     12  <!ENTITY ntp-time          "0.5 SBU">
    1413]>
    1514
     
    3635    NTP protocol.</para>
    3736
     37    &lfs65_checked;
     38
    3839    <bridgehead renderas="sect3">Package Information</bridgehead>
    3940    <itemizedlist spacing="compact">
     
    5859    </itemizedlist>
    5960
    60 <!--
    6161    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    6262    <itemizedlist spacing='compact'>
    6363      <listitem>
    6464        <para>Required patch: <ulink
    65         url="&patch-root;/ntp-&ntp-version;-gcc4-1.patch"/></para>
     65        url="&patch-root;/ntp-&ntp-version;-mod_nano-1.patch"/></para>
    6666      </listitem>
    6767    </itemizedlist>
    68 -->
    6968
    7069    <bridgehead renderas="sect3">NTP Dependencies</bridgehead>
     
    8483    the following commands:</para>
    8584
    86 <screen><userinput>./configure --prefix=/usr --sysconfdir=/etc \
    87     --with-binsubdir=sbin &amp;&amp;
     85<screen><userinput>patch -Np1 -i ../ntp-&ntp-version;-mod_nano-1.patch &amp;&amp;
     86./configure --prefix=/usr --sysconfdir=/etc \
     87            --with-binsubdir=sbin &amp;&amp;
    8888make</userinput></screen>
    8989
  • general.ent

    ra8073f4 r6564aa1  
    373373<!ENTITY net-tools-version            "1.60">
    374374<!ENTITY wireless-tools-version       "28">
    375 <!ENTITY ntp-version                  "4.2.4p5">
     375<!ENTITY ntp-version                  "4.2.4p7">
    376376<!ENTITY openssh-version              "5.1p1">
    377377<!ENTITY portmap-version              "6.0">
  • introduction/welcome/changelog.xml

    ra8073f4 r6564aa1  
    4545      <itemizedlist>
    4646        <listitem>
     47          <para>[gdalziel] - Updated to NTP-4.2.4p7. Added a patch to fix
     48          MOD_NANO definition.</para>
     49        </listitem>
     50        <listitem>
    4751          <para>[dj] - Removed unnecessary convert-mans commands in shadow
    4852          instructions, and replaced invalid convert-mans commands with
Note: See TracChangeset for help on using the changeset viewer.