Changeset 77882028


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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rfbfd743 r77882028  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "07">                   <!-- Always 2 digits -->
     3<!ENTITY day          "08">                   <!-- Always 2 digits -->
    44<!ENTITY month        "03">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2018">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "March 7th, &year;">
     9<!ENTITY releasedate  "March 8th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • introduction/welcome/changelog.xml

    rfbfd743 r77882028  
    4343-->
    4444    <listitem>
     45      <para>March 8th, 2018</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[thomas] - Update to ntp-4.2.8p11. Fixes
     49          <ulink url="&blfs-ticket-root;10440">#10440</ulink>.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53   
     54    <listitem>
    4555      <para>March 7th, 2018</para>
    4656      <itemizedlist>
     
    7686      </itemizedlist>
    7787    </listitem>
     88
    7889    <listitem>
    7990      <para>March 5th, 2019</para>
  • 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
  • packages.ent

    rfbfd743 r77882028  
    436436<!ENTITY net-tools-version            "CVS_20101030">
    437437<!ENTITY nfs-utils-version            "2.3.1">
    438 <!ENTITY ntp-version                  "4.2.8p10">
     438<!ENTITY ntp-version                  "4.2.8p11">
    439439<!ENTITY rpcbind-version              "0.2.4">
    440440<!ENTITY rsync-version                "3.1.3">
Note: See TracChangeset for help on using the changeset viewer.