mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-26 08:42:12 +08:00
Update to ntp-4.2.8p10.
python3-3.6.1. git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@18529 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
21ff1ebb79
commit
eecae1f975
@ -7,10 +7,10 @@
|
||||
<!ENTITY python3-download-http
|
||||
"https://www.python.org/ftp/python/&python3-version;/Python-&python3-version;.tar.xz">
|
||||
<!ENTITY python3-download-ftp " ">
|
||||
<!ENTITY python3-md5sum "82b143ebbf4514d7e05876bed7a6b1f5">
|
||||
<!ENTITY python3-md5sum "692b4fc3a2ba0d54d1495d4ead5b0b5c">
|
||||
<!ENTITY python3-size "16 MB">
|
||||
<!ENTITY python3-buildsize "355 MB (with docs; add 30 MB for the tests)">
|
||||
<!ENTITY python3-time "1.3 SBU (add 1.0 SBU for the tests)">
|
||||
<!ENTITY python3-buildsize "355 MB (with docs; add 25 MB for the tests)">
|
||||
<!ENTITY python3-time "1.3 SBU (add 0.6 SBU for the tests)">
|
||||
|
||||
<!ENTITY python3htmldoc-download-http
|
||||
"https://docs.python.org/&python3-majorver;/archives/python-&python3-version;-docs-html.tar.bz2">
|
||||
@ -165,7 +165,7 @@ tar --strip-components=1 \
|
||||
configure again, adding <quote>--with-pydebug</quote> to the
|
||||
<command>configure</command> switches above, run <command>make</command>,
|
||||
then <command>make test</command>. Remember that tests must be executed
|
||||
using an X terminal. One test fails for unknown reasons.
|
||||
using an X terminal.
|
||||
</para>
|
||||
|
||||
</sect2>
|
||||
|
@ -44,6 +44,14 @@
|
||||
<listitem>
|
||||
<para>March 23rd, 2017</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to ntp-4.2.8p10. Fixes
|
||||
<ulink url="&blfs-ticket-root;9039">#9039</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[bdubbs] - python3-3.6.1. Fixes
|
||||
<ulink url="&blfs-ticket-root;9038">#9038</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[renodr] - Update to pyatspi2-2.24.0. Partially fixes
|
||||
<ulink url="&blfs-ticket-root;9024">#9024</ulink>.</para>
|
||||
|
@ -7,9 +7,9 @@
|
||||
<!ENTITY ntp-download-http "https://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/ntp-&ntp-version;.tar.gz">
|
||||
<!-- <!ENTITY ntp-download-ftp "&gentoo-ftp-repo;/ntp-&ntp-version;.tar.gz">-->
|
||||
<!ENTITY ntp-download-ftp " ">
|
||||
<!ENTITY ntp-md5sum "857452b05f5f2e033786f77ade1974ed">
|
||||
<!ENTITY ntp-size "6.9 MB">
|
||||
<!ENTITY ntp-buildsize "96 MB (with tests)">
|
||||
<!ENTITY ntp-md5sum "745384ed0dedb3f66b33fe84d66466f9">
|
||||
<!ENTITY ntp-size "6.7 MB">
|
||||
<!ENTITY ntp-buildsize "102 MB (with tests)">
|
||||
<!ENTITY ntp-time "0.7 SBU (with tests)">
|
||||
]>
|
||||
|
||||
@ -99,7 +99,8 @@ useradd -c "Network Time Protocol" -d /var/lib/ntp -u 87 \
|
||||
<para>Install <application>ntp</application> by running
|
||||
the following commands:</para>
|
||||
|
||||
<screen><userinput>./configure --prefix=/usr \
|
||||
<screen><userinput>./configure CFLAGS="-O2 -g -fPIC" \
|
||||
--prefix=/usr \
|
||||
--bindir=/usr/sbin \
|
||||
--sysconfdir=/etc \
|
||||
--enable-linuxcaps \
|
||||
@ -119,6 +120,10 @@ install -v -o ntp -g ntp -d /var/lib/ntp</userinput></screen>
|
||||
<sect2 role="commands">
|
||||
<title>Command Explanations</title>
|
||||
|
||||
<para><envar>CFLAGS="-O2 -g -fPIC"</envar>: This environment variable
|
||||
is necessary to generate Position Independent Code needed for
|
||||
use in the package libraries.</para>
|
||||
|
||||
<para><parameter>--bindir=/usr/sbin</parameter>: This parameter places
|
||||
the administrative programs in <filename
|
||||
class="directory">/usr/sbin</filename>.</para>
|
||||
|
@ -302,7 +302,7 @@
|
||||
<!ENTITY npapi-sdk-version "0.27.2">
|
||||
<!ENTITY php-version "7.1.3">
|
||||
<!ENTITY python2-version "2.7.13">
|
||||
<!ENTITY python3-version "3.6.0">
|
||||
<!ENTITY python3-version "3.6.1">
|
||||
<!ENTITY ruby-minor-version "2.4">
|
||||
<!ENTITY ruby-patch-version "0">
|
||||
<!ENTITY ruby-version "&ruby-minor-version;.&ruby-patch-version;">
|
||||
@ -401,7 +401,7 @@
|
||||
<!ENTITY ncftp-version "3.2.6">
|
||||
<!ENTITY net-tools-version "CVS_20101030">
|
||||
<!ENTITY nfs-utils-version "2.1.1">
|
||||
<!ENTITY ntp-version "4.2.8p9">
|
||||
<!ENTITY ntp-version "4.2.8p10">
|
||||
<!ENTITY rpcbind-version "0.2.4">
|
||||
<!ENTITY rsync-version "3.1.2">
|
||||
<!ENTITY samba-version "4.6.0">
|
||||
|
Loading…
Reference in New Issue
Block a user