Ignore:
Timestamp:
03/08/2018 05:31:21 AM (6 years ago)
Author:
Thomas Trepl <thomas@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
188b512
Parents:
fbfd743
Message:

Upgrade ntp-4.2.8p11

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netprogs/ntp.xml

    rfbfd743 r77882028  
    77  <!ENTITY ntp-download-http "https://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/ntp-&ntp-version;.tar.gz">
    88  <!ENTITY ntp-download-ftp  " ">
    9   <!ENTITY ntp-md5sum        "745384ed0dedb3f66b33fe84d66466f9">
    10   <!ENTITY ntp-size          "6.7 MB">
     9  <!ENTITY ntp-md5sum        "00950ca2855579541896513e78295361">
     10  <!ENTITY ntp-size          "11 MB">
    1111  <!ENTITY ntp-buildsize     "102 MB (with tests)">
    12   <!ENTITY ntp-time          "0.7 SBU (with tests)">
     12  <!ENTITY ntp-time          "0.8 SBU (with tests)">
    1313]>
    1414
     
    6161    <bridgehead renderas="sect3">ntp Dependencies</bridgehead>
    6262
     63    <bridgehead renderas="sect4">Required</bridgehead>
     64    <para role="required">
     65      <ulink url="http://search.cpan.org/~behroozi/IO-Socket-SSL/">IO::Socket::SSL</ulink>,
     66      <ulink url="http://search.cpan.org/dist/Net-SSLeay/">Net::SSLeay</ulink>,
     67      <ulink url="http://search.cpan.org/dist/Mozilla-CA/">Mozilla::CA</ulink>
     68    </para>
     69   
     70<!-- Tested 4.2.8p11 with neither wget nor lynx on system: Not required.
    6371    <bridgehead renderas="sect4">Recommended</bridgehead>
    6472    <para role="recommended">
    6573      <xref role="runtime" linkend="wget"/> (runtime, for
    6674      <command>update-leap</command>)
    67 <!-- The download code for update-leap uses the File::Fetch perl module,
     75<!- - The download code for update-leap uses the File::Fetch perl module,
    6876     which may use wget, or lynx, or some core perl modules, so maybe move
    69      to optional -->
    70 <!--      <xref linkend="which"/> does not seem to be used now -->
    71     </para>
    72 
     77     to optional - ->
     78    </para>
     79-->
    7380    <bridgehead renderas="sect4">Optional</bridgehead>
    7481    <para role="optional">
     
    105112    </para>
    106113
    107 <screen><userinput>sed -e "s/https/http/"              \
    108     -e 's/"(\\S+)"/"?([^\\s"]+)"?/' \
     114<screen><userinput>sed -e 's/"(\\S+)"/"?([^\\s"]+)"?/' \
    109115    -i scripts/update-leap/update-leap.in</userinput></screen>
    110116
Note: See TracChangeset for help on using the changeset viewer.