Changeset eecae1f9


Ignore:
Timestamp:
03/23/2017 07:31:04 PM (7 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.1, 8.2, 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:
0acce93
Parents:
21ff1eb
Message:

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general/prog/python3.xml

    r21ff1eb reecae1f9  
    88           "https://www.python.org/ftp/python/&python3-version;/Python-&python3-version;.tar.xz">
    99  <!ENTITY python3-download-ftp  " ">
    10   <!ENTITY python3-md5sum        "82b143ebbf4514d7e05876bed7a6b1f5">
     10  <!ENTITY python3-md5sum        "692b4fc3a2ba0d54d1495d4ead5b0b5c">
    1111  <!ENTITY python3-size          "16 MB">
    12   <!ENTITY python3-buildsize     "355 MB (with docs; add 30 MB for the tests)">
    13   <!ENTITY python3-time          "1.3 SBU (add 1.0 SBU for the tests)">
     12  <!ENTITY python3-buildsize     "355 MB (with docs; add 25 MB for the tests)">
     13  <!ENTITY python3-time          "1.3 SBU (add 0.6 SBU for the tests)">
    1414
    1515  <!ENTITY python3htmldoc-download-http
     
    166166      <command>configure</command> switches above, run <command>make</command>,
    167167      then <command>make test</command>. Remember that tests must be executed
    168       using an X terminal. One test fails for unknown reasons.
     168      using an X terminal.
    169169    </para>
    170170
  • introduction/welcome/changelog.xml

    r21ff1eb reecae1f9  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[bdubbs] - Update to ntp-4.2.8p10. Fixes
     49          <ulink url="&blfs-ticket-root;9039">#9039</ulink>.</para>
     50        </listitem>
     51        <listitem>
     52          <para>[bdubbs] - python3-3.6.1. Fixes
     53          <ulink url="&blfs-ticket-root;9038">#9038</ulink>.</para>
     54        </listitem>
     55        <listitem>
    4856          <para>[renodr] - Update to pyatspi2-2.24.0. Partially fixes
    4957          <ulink url="&blfs-ticket-root;9024">#9024</ulink>.</para>
  • networking/netprogs/ntp.xml

    r21ff1eb reecae1f9  
    88<!--  <!ENTITY ntp-download-ftp  "&gentoo-ftp-repo;/ntp-&ntp-version;.tar.gz">-->
    99  <!ENTITY ntp-download-ftp  " ">
    10   <!ENTITY ntp-md5sum        "857452b05f5f2e033786f77ade1974ed">
    11   <!ENTITY ntp-size          "6.9 MB">
    12   <!ENTITY ntp-buildsize     "96 MB (with tests)">
     10  <!ENTITY ntp-md5sum        "745384ed0dedb3f66b33fe84d66466f9">
     11  <!ENTITY ntp-size          "6.7 MB">
     12  <!ENTITY ntp-buildsize     "102 MB (with tests)">
    1313  <!ENTITY ntp-time          "0.7 SBU (with tests)">
    1414]>
     
    100100    the following commands:</para>
    101101
    102 <screen><userinput>./configure --prefix=/usr         \
     102<screen><userinput>./configure CFLAGS="-O2 -g -fPIC" \
     103            --prefix=/usr         \
    103104            --bindir=/usr/sbin    \
    104105            --sysconfdir=/etc     \
     
    119120  <sect2 role="commands">
    120121    <title>Command Explanations</title>
     122
     123    <para><envar>CFLAGS="-O2 -g -fPIC"</envar>: This environment variable
     124    is necessary to generate Position Independent Code needed for
     125    use in the package libraries.</para>
    121126
    122127    <para><parameter>--bindir=/usr/sbin</parameter>: This parameter places
  • packages.ent

    r21ff1eb reecae1f9  
    303303<!ENTITY php-version                  "7.1.3">
    304304<!ENTITY python2-version              "2.7.13">
    305 <!ENTITY python3-version              "3.6.0">
     305<!ENTITY python3-version              "3.6.1">
    306306<!ENTITY ruby-minor-version           "2.4">
    307307<!ENTITY ruby-patch-version           "0">
     
    402402<!ENTITY net-tools-version            "CVS_20101030">
    403403<!ENTITY nfs-utils-version            "2.1.1">
    404 <!ENTITY ntp-version                  "4.2.8p9">
     404<!ENTITY ntp-version                  "4.2.8p10">
    405405<!ENTITY rpcbind-version              "0.2.4">
    406406<!ENTITY rsync-version                "3.1.2">
Note: See TracChangeset for help on using the changeset viewer.