Changeset 41d241e


Ignore:
Timestamp:
10/24/2015 02:43:19 PM (9 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.9, 8.0, 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, nosym, 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:
5c33f429
Parents:
ce386957
Message:
  • Update to ntp-4.2.8p4 - Security update.
  • graphviz-2.38.0 fails to build with ghostscript-9.18.
  • audiofile-0.3.6: tests DO pass with --disable-static.
  • Update to gnutls-3.4.6.
  • Update to nss-3.20.1.
  • Update to nspr-4.10.10.
  • libmpeg2-0.5.1: install only shared libraries.
  • libquicktime-1.2.4: rephase one paragrah about doxygen.
  • libcanberra-0.30: include some "Command Explanations and fix one directory.
  • Python-3.4.3: replace PYTHONDOCS by unversioned value, no need to remember to fix profile for user or glogal one.
  • ghostscript-9.16: fix instruction for symlink to docs, for eventual reinstal.
  • libogg-1.3.2: reformat.
  • FAAD2-2.7: reformat.
  • faac-1.28: reformat.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@16560 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
17 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rce386957 r41d241e  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "23">                   <!-- Always 2 digits -->
     3<!ENTITY day          "24">                   <!-- Always 2 digits -->
    44<!ENTITY month        "10">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2015">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "October 23rd &year;">
     9<!ENTITY releasedate  "October 24th &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/genlib/nspr.xml

    rce386957 r41d241e  
    88<!--  <!ENTITY nspr-download-ftp "ftp://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v&nspr-version;/src/nspr-&nspr-version;.tar.gz">-->
    99  <!ENTITY nspr-download-ftp " ">
    10   <!ENTITY nspr-md5sum        "86769a7fc3b4c30f7fdcb45ab284c452">
     10  <!ENTITY nspr-md5sum        "cf43d04668ab20f12cd0b5fa24315354">
    1111  <!ENTITY nspr-size          "1.1 MB">
    1212  <!ENTITY nspr-buildsize     "12 MB">
  • general/genutils/graphviz.xml

    rce386957 r41d241e  
    135135    </para>
    136136
    137 <screen><userinput>sed "s:ruby-1.9:ruby-2.2:g" -i configure &amp;&amp;
    138 ./configure --prefix=/usr &amp;&amp;
     137<screen><userinput>sed -e "s:ruby-1.9:ruby-2.2:g" \
     138    -i configure                  &amp;&amp;
     139sed -e 's/ e_/ gs_error_/' \
     140    -i plugin/gs/gvloadimage_gs.c &amp;&amp;
     141
     142./configure --prefix=/usr         &amp;&amp;
    139143make</userinput></screen>
    140144
     
    167171
    168172    <para>
    169       <command>sed "s:ruby-1.9:ruby-2.2:g" -i configure</command>: Use this
    170       command, if ruby-2.2.0 is installed and you wish
     173      <command>sed -e "s:ruby-1.9:ruby-2.2:g" -i configure</command>:
     174      Use this command, if ruby-2.2.0 is installed and you wish
    171175      <application>Graphviz</application> built with support for it.
     176    </para>
     177
     178    <para>
     179      <command>sed -e 's/ e_/ gs_error_/' ...</command>: Use this
     180      command, if ghostscript-9.18 or later is installed and you wish
     181      <application>Graphviz</application> built with support for it, or
     182      else the build fails because some identifiers have been renamed in
     183      ghostscript-9.18's headers.
    172184    </para>
    173185
     
    236248          /usr/include/graphviz,
    237249          /usr/lib/graphviz,
    238           /usr/lib/tcl8.6/graphviz, 
     250          /usr/lib/tcl8.6/graphviz,
    239251          /usr/share/doc/graphviz-&graphviz-version;, and
    240252          /usr/share/graphviz
     
    447459        <listitem>
    448460          <para>
    449             converts a graph specified in the GRAPHML format to a graph in 
     461            converts a graph specified in the GRAPHML format to a graph in
    450462            the GV (formerly DOT) format.
    451463          </para>
  • general/prog/python3.xml

    rce386957 r41d241e  
    181181    <para>
    182182      <option>--with-system-expat</option>: This switch enables linking against
    183       system version of <application>Expat</application>. 
     183      system version of <application>Expat</application>.
    184184    </para>
    185185
     
    215215    <para>
    216216      In order for <command>python3</command> to find the installed
    217       documentation, you must add the following environment variable to
    218       individual user's or the system's profile:
    219     </para>
    220 
    221 <screen role="root"><userinput>export PYTHONDOCS=/usr/share/doc/python-&python3-version;/html</userinput></screen>
     217      documentation, define the following environment version
     218      independent variable and add to the individual user's or system's
     219      profile:
     220    </para>
     221
     222<screen role="root"><userinput>ln -svfn python--&python3-version; /usr/share/doc/python-3 &amp;&amp;
     223export PYTHONDOCS=/usr/share/doc/python-3/html</userinput></screen>
    222224
    223225  </sect2>
     
    247249
    248250          pyvenv (symlink),
    249           pyvenv&python3-majorver;,
     251          pyvenv-&python3-majorver;,
    250252
    251253          idle3 (symlink), and
  • introduction/welcome/changelog.xml

    rce386957 r41d241e  
    4646
    4747    <listitem>
     48      <para>October 24th, 2015</para>
     49      <itemizedlist>
     50        <listitem>
     51          <para>[fernando] - libmpeg2-0.5.1: install only shared libraries.
     52          Fixes <ulink url="&blfs-ticket-root;7045">#7045</ulink>.</para>
     53        </listitem>
     54        <listitem>
     55          <para>[fernando] - Update nspr-4.10.10. Fixes
     56          <ulink url="&blfs-ticket-root;7041">#7041</ulink>.</para>
     57        </listitem>
     58        <listitem>
     59          <para>[fernando] - Update to nss-3.20.1. Fixes
     60          <ulink url="&blfs-ticket-root;7040">#7040</ulink>.</para>
     61        </listitem>
     62        <listitem>
     63          <para>[fernando] - Update to gnutls-3.4.6. Fixes
     64          <ulink url="&blfs-ticket-root;7039">#7039</ulink>.</para>
     65        </listitem>
     66        <listitem>
     67          <para>[fernando] - audiofile-0.3.6: tests DO pass with
     68          --disable-static. Fixes
     69          <ulink url="&blfs-ticket-root;7038">#7038</ulink>.</para>
     70        </listitem>
     71        <listitem>
     72          <para>[fernando] - graphviz-2.38.0 fails to build with
     73          ghostscript-9.18. Fixes
     74          <ulink url="&blfs-ticket-root;7037">#7037</ulink>.</para>
     75        </listitem>
     76        <listitem>
     77          <para>[fernando] - Update to ntp-4.2.8p4 - Security update. Fixes
     78          <ulink url="&blfs-ticket-root;7042">#7042</ulink>.</para>
     79        </listitem>
     80      </itemizedlist>
     81    </listitem>
     82
     83    <listitem>
    4884      <para>October 23rd, 2015</para>
    4985      <itemizedlist>
  • multimedia/libdriv/audiofile.xml

    rce386957 r41d241e  
    103103    </para>
    104104
    105 <screen><userinput>./configure --prefix=/usr &amp;&amp;
     105<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
     106
    106107make</userinput></screen>
    107108
    108109    <para>
    109       To test the results, issue: <command>make check</command>.
     110      Now, as the <systemitem class="username">root</systemitem> user:
     111    </para>
     112
     113<screen role="root"><userinput>make install</userinput></screen>
     114
     115    <para>
     116      To test the results, issue: <command>make check</command>.
    110117      Note that the tests will fail if the --disable-static
    111       option is used.
    112     </para>
    113 
    114     <para>
    115       Now, as the <systemitem class="username">root</systemitem> user:
    116     </para>
    117 
    118 <screen role="root"><userinput>make install</userinput></screen>
     118      option is used and tests are executed before
     119      <command>make install</command>. You have three options:
     120    </para>
     121
     122    <para>
     123     (a) configure without --disable-static, run the tests, but do not
     124     install, then start a fresh build using --disable-static just for
     125     installing the package.
     126    </para>
     127
     128    <para>
     129     (b) configure with --disable-static, but only run the tests after the
     130     package is installed.
     131    </para>
     132
     133    <para>
     134     (b) configure with --disable-static, but only run the tests after a
     135     DESTDIR install.
     136    </para>
    119137
    120138  </sect2>
  • multimedia/libdriv/faac.xml

    rce386957 r41d241e  
    8989
    9090<screen><userinput>patch -Np1 -i ../faac-&faac-version;-glibc_fixes-1.patch &amp;&amp;
     91
    9192sed -i -e '/obj-type/d' -e '/Long Term/d' frontend/main.c &amp;&amp;
     93
    9294./configure --prefix=/usr --disable-static &amp;&amp;
    9395make</userinput></screen>
  • multimedia/libdriv/faad2.xml

    rce386957 r41d241e  
    9292
    9393<screen><userinput>patch -Np1 -i ../faad2-&faad2-version;-mp4ff-1.patch &amp;&amp;
     94
    9495sed -i "s:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:g" configure.in &amp;&amp;
    95 sed -i "s:man_MANS:man1_MANS:g" frontend/Makefile.am &amp;&amp;
     96sed -i "s:man_MANS:man1_MANS:g" frontend/Makefile.am         &amp;&amp;
     97
    9698autoreconf -fi &amp;&amp;
     99
    97100./configure --prefix=/usr --disable-static &amp;&amp;
    98101make</userinput></screen>
  • multimedia/libdriv/libcanberra.xml

    rce386957 r41d241e  
    125125  <sect2 role="commands">
    126126    <title>Command Explanations</title>
     127
     128    <para><parameter>--disable-oss</parameter>: disable optional deprecated OSS
     129    support</para>
     130
     131    <para><option>--disable-gtk</option>: disable optional GTK+ 2 support</para>
     132
     133    <para><option>--disable-gtk3</option>: disable optional GTK+ 3
     134    support</para>
    127135
    128136    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     
    149157        <seg>
    150158          /usr/lib/libcanberra-&libcanberra-version;,
    151           /usr/share/doc/libcanberra and
     159          /usr/share/doc/libcanberra-&libcanberra-version; and
    152160          /usr/share/gtk-doc/html/libcanberra
    153161        </seg>
  • multimedia/libdriv/libmpeg2.xml

    rce386957 r41d241e  
    3737    MPEG-1 video streams.</para>
    3838
    39     &lfs78_checked; 
     39    &lfs78_checked;
    4040
    4141    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    7979
    8080<screen><userinput>sed -i 's/static const/static/' libmpeg2/idct_mmx.c &amp;&amp;
    81 ./configure --prefix=/usr                           &amp;&amp;
     81
     82./configure --prefix=/usr    \
     83            --enable-shared  \
     84            --disable-static &amp;&amp;
    8285make</userinput></screen>
    8386
     
    8992
    9093<screen role="root"><userinput>make install &amp;&amp;
     94
    9195install -v -m755 -d /usr/share/doc/mpeg2dec-&libmpeg2-version; &amp;&amp;
    9296install -v -m644 README doc/libmpeg2.txt \
     
    100104    <para><command>sed -i ...</command>: This <command>sed</command> fixes
    101105    problems with recent GCC compilers.</para>
     106
     107    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     108      href="../../xincludes/static-libraries.xml"/>
     109
    102110  </sect2>
    103111
     
    112120      <seglistitem>
    113121        <seg>corrupt_mpeg2, extract_mpeg2 and mpeg2dec</seg>
    114         <seg>libmpeg2.{so,a} and libmpeg2convert.{so,a}</seg>
    115         <seg>/usr/include/mpeg2dec and
    116         /usr/share/doc/mpeg2dec-&libmpeg2-version;</seg>
     122        <seg>libmpeg2.so and libmpeg2convert.so</seg>
     123        <seg>
     124          /usr/include/mpeg2dec and
     125          /usr/share/doc/mpeg2dec-&libmpeg2-version;
     126        </seg>
    117127      </seglistitem>
    118128    </segmentedlist>
  • multimedia/libdriv/libogg.xml

    rce386957 r41d241e  
    6969    commands:</para>
    7070
    71 <screen><userinput>./configure --prefix=/usr --docdir=/usr/share/doc/libogg-&libogg-version; --disable-static &amp;&amp;
     71<screen><userinput>./configure --prefix=/usr    \
     72            --disable-static \
     73            --docdir=/usr/share/doc/libogg-&libogg-version; &amp;&amp;
    7274make</userinput></screen>
    7375
  • multimedia/libdriv/libquicktime.xml

    rce386957 r41d241e  
    136136
    137137<screen role="root"><userinput>make install &amp;&amp;
     138
    138139install -v -m755 -d /usr/share/doc/libquicktime-&libquicktime-version; &amp;&amp;
    139140install -v -m644    README doc/{*.txt,*.html,mainpage.incl} \
     
    151152
    152153    <para>
    153       <parameter>--without-doxygen</parameter>: This is necessary if you do
    154       not have <application>Doxygen</application>, omit this if installed.
     154      <parameter>--without-doxygen</parameter>: This is necessary if you do not
     155      have <application>Doxygen</application>, omit this if it is installed and
     156      you wish the API documentation installed.
    155157    </para>
    156158
  • networking/netprogs/ntp.xml

    rce386957 r41d241e  
    88<!--  <!ENTITY ntp-download-ftp  "&gentoo-ftp-repo;/ntp-&ntp-version;.tar.gz">-->
    99  <!ENTITY ntp-download-ftp  " ">
    10   <!ENTITY ntp-md5sum        "b98b0cbb72f6df04608e1dd5f313808b">
     10  <!ENTITY ntp-md5sum        "6af96862b09324a8ef965ca76b759c8b">
    1111  <!ENTITY ntp-size          "6.8 MB">
    12   <!ENTITY ntp-buildsize     "68 MB">
    13   <!ENTITY ntp-time          "0.5 SBU">
     12  <!ENTITY ntp-buildsize     "116 MB (with tests)">
     13  <!ENTITY ntp-time          "1 SBU (with tests)">
    1414]>
    1515
  • packages.ent

    rce386957 r41d241e  
    1414<!ENTITY cyrus-sasl-version           "2.1.26">
    1515<!ENTITY gnupg2-version               "2.1.9">
    16 <!ENTITY gnutls-version               "3.4.5">
     16<!ENTITY gnutls-version               "3.4.6">
    1717<!ENTITY gpgme-version                "1.6.0">
    1818<!ENTITY haveged-version              "1.9.1">
     
    2525<!ENTITY nettle-version               "3.1.1">
    2626<!ENTITY nss-minor-version            "20">
    27 <!-- normal
    28 <!ENTITY nss-micro-version            "0">
    29 <!ENTITY nss-version                  "3.&nss-minor-version;.&nss-micro-version;"> -->
    30 <!-- major and minor only -->
    31 <!ENTITY nss-version                  "3.&nss-minor-version;">
     27<!-- normal -->
     28<!ENTITY nss-micro-version            "1">
     29<!ENTITY nss-version                  "3.&nss-minor-version;.&nss-micro-version;">
     30<!-- major and minor only
     31<!ENTITY nss-version                  "3.&nss-minor-version;"> -->
    3232<!ENTITY openssh-version              "7.1p1">
    3333<!ENTITY openssl-version              "1.0.2d">
     
    138138<!ENTITY mtdev-version                "1.1.5">
    139139<!ENTITY npth-version                 "1.2">
    140 <!ENTITY nspr-version                 "4.10.9">
     140<!ENTITY nspr-version                 "4.10.10">
    141141<!ENTITY openobex-version             "1.7.1">
    142142<!ENTITY pcre-version                 "8.37">
     
    354354<!ENTITY net-tools-version            "CVS_20101030">
    355355<!ENTITY nfs-utils-version            "1.3.3">
    356 <!ENTITY ntp-version                  "4.2.8p3">
     356<!ENTITY ntp-version                  "4.2.8p4">
    357357<!ENTITY rpcbind-version              "0.2.3">
    358358<!ENTITY rsync-version                "3.1.1">
  • postlfs/security/gnutls.xml

    rce386957 r41d241e  
    77  <!ENTITY gnutls-download-http " ">
    88  <!ENTITY gnutls-download-ftp  "ftp://ftp.gnutls.org/gcrypt/gnutls/v3.4/gnutls-&gnutls-version;.tar.xz">
    9   <!ENTITY gnutls-md5sum        "f5dae0e0ecda28aab12386e6c0705d4c">
     9  <!ENTITY gnutls-md5sum        "4f2c4b4483da65de7edfeb050911fafb">
    1010  <!ENTITY gnutls-size          "6.3 MB">
    11   <!ENTITY gnutls-buildsize     "110 MB (126 MB, with tests)">
    12   <!ENTITY gnutls-time          "0.9 SBU (5.0 SBU, with tests)">
     11  <!ENTITY gnutls-buildsize     "128 MB or 144 MB, with tests (all with bundled API docs)">
     12  <!ENTITY gnutls-time          "0.9 SBU or 4.3 SBU, with tests  (all with bundled API docs)">
    1313]>
    1414
  • postlfs/security/nss.xml

    rce386957 r41d241e  
    88  <!ENTITY nss-url "ftp.mozilla.org/pub/mozilla.org/security/nss/releases">
    99
    10 <!--<!ENTITY nss-download-http "https://&nss-url;/NSS_3_&nss-minor-version;_&nss-micro-version;_RTM/src/nss-&nss-version;.tar.gz">-->
     10<!ENTITY nss-download-http "https://&nss-url;/NSS_3_&nss-minor-version;_&nss-micro-version;_RTM/src/nss-&nss-version;.tar.gz">
    1111<!-- <!ENTITY nss-download-ftp "ftp://&nss-url;/NSS_3_&nss-minor-version;_&nss-micro-version;_RTM/src/nss-&nss-version;.tar.gz">-->
    1212<!ENTITY nss-download-ftp " ">
    1313<!-- no micro versions -->
    14 <!ENTITY nss-download-http "https://&nss-url;/NSS_3_&nss-minor-version;_RTM/src/nss-&nss-version;.tar.gz">
     14<!--<!ENTITY nss-download-http "https://&nss-url;/NSS_3_&nss-minor-version;_RTM/src/nss-&nss-version;.tar.gz">-->
    1515<!--<!ENTITY nss-download-ftp "ftp://&nss-url;/NSS_3_&nss-minor-version;_RTM/src/nss-&nss-version;.tar.gz"> -->
    1616
    17   <!ENTITY nss-md5sum        "db83988499d1eb3b623d77ecf495b0f5">
     17  <!ENTITY nss-md5sum        "c285ef92de0031cb0a8caa60d396d618">
    1818  <!ENTITY nss-size          "6.7 MB">
    1919  <!ENTITY nss-buildsize     "84 MB">
    20   <!ENTITY nss-time          "0.7 SBU">
     20  <!ENTITY nss-time          "0.8 SBU">
    2121]>
    2222
  • pst/printing/gs.xml

    rce386957 r41d241e  
    218218    <para>Now make the documentation accessible from the normal place:</para>
    219219
    220 <screen role="root"><userinput>ln -sfv ../ghostscript/&gs-version;/doc /usr/share/doc/ghostscript-&gs-version;</userinput></screen>
     220<screen role="root"><userinput>ln -sfvn ../ghostscript/&gs-version;/doc /usr/share/doc/ghostscript-&gs-version;</userinput></screen>
    221221
    222222    <para>
Note: See TracChangeset for help on using the changeset viewer.