Changeset 77882028 for networking/netprogs/ntp.xml
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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
Note:
See TracChangeset
for help on using the changeset viewer.