Changeset 77882028
- Timestamp:
- 03/08/2018 05:31:21 AM (5 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, ken/inkscape-core-mods, lazarus, perl-modules, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- 188b512
- Parents:
- fbfd743
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
rfbfd743 r77882028 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "0 7"> <!-- Always 2 digits -->3 <!ENTITY day "08"> <!-- Always 2 digits --> 4 4 <!ENTITY month "03"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2018"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "March 7th, &year;">9 <!ENTITY releasedate "March 8th, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
introduction/welcome/changelog.xml
rfbfd743 r77882028 43 43 --> 44 44 <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> 45 55 <para>March 7th, 2018</para> 46 56 <itemizedlist> … … 76 86 </itemizedlist> 77 87 </listitem> 88 78 89 <listitem> 79 90 <para>March 5th, 2019</para> -
networking/netprogs/ntp.xml
rfbfd743 r77882028 7 7 <!ENTITY ntp-download-http "https://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/ntp-&ntp-version;.tar.gz"> 8 8 <!ENTITY ntp-download-ftp " "> 9 <!ENTITY ntp-md5sum " 745384ed0dedb3f66b33fe84d66466f9">10 <!ENTITY ntp-size " 6.7MB">9 <!ENTITY ntp-md5sum "00950ca2855579541896513e78295361"> 10 <!ENTITY ntp-size "11 MB"> 11 11 <!ENTITY ntp-buildsize "102 MB (with tests)"> 12 <!ENTITY ntp-time "0. 7SBU (with tests)">12 <!ENTITY ntp-time "0.8 SBU (with tests)"> 13 13 ]> 14 14 … … 61 61 <bridgehead renderas="sect3">ntp Dependencies</bridgehead> 62 62 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. 63 71 <bridgehead renderas="sect4">Recommended</bridgehead> 64 72 <para role="recommended"> 65 73 <xref role="runtime" linkend="wget"/> (runtime, for 66 74 <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, 68 76 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 --> 73 80 <bridgehead renderas="sect4">Optional</bridgehead> 74 81 <para role="optional"> … … 105 112 </para> 106 113 107 <screen><userinput>sed -e "s/https/http/" \ 108 -e 's/"(\\S+)"/"?([^\\s"]+)"?/' \ 114 <screen><userinput>sed -e 's/"(\\S+)"/"?([^\\s"]+)"?/' \ 109 115 -i scripts/update-leap/update-leap.in</userinput></screen> 110 116 -
packages.ent
rfbfd743 r77882028 436 436 <!ENTITY net-tools-version "CVS_20101030"> 437 437 <!ENTITY nfs-utils-version "2.3.1"> 438 <!ENTITY ntp-version "4.2.8p1 0">438 <!ENTITY ntp-version "4.2.8p11"> 439 439 <!ENTITY rpcbind-version "0.2.4"> 440 440 <!ENTITY rsync-version "3.1.3">
Note:
See TracChangeset
for help on using the changeset viewer.