Changeset 39dcb8be


Ignore:
Timestamp:
10/17/2016 04:10:40 AM (8 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
c94c03e
Parents:
1f1072c
Message:

Update to php-7.0.12.
Update to guile-2.0.13.
Update to jasper-1.900.5.

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

Files:
7 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r1f1072c r39dcb8be  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "14">                   <!-- Always 2 digits -->
     3<!ENTITY day          "16">                   <!-- Always 2 digits -->
    44<!ENTITY month        "10">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2016">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "October 14th &year;">
     9<!ENTITY releasedate  "October 16th &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/graphlib/jasper.xml

    r1f1072c r39dcb8be  
    55  %general-entities;
    66
    7   <!ENTITY jasper-download-http "http://www.ece.uvic.ca/~mdadams/jasper/software/jasper-&jasper-version;.zip">
     7  <!ENTITY jasper-download-http "http://www.ece.uvic.ca/~frodo/jasper/software/jasper-&jasper-version;.tar.gz">
    88  <!ENTITY jasper-download-ftp  " ">
    9   <!ENTITY jasper-md5sum        "a342b2b4495b3e1394e161eb5d85d754">
    10   <!ENTITY jasper-size          "1.4 MB">
    11   <!ENTITY jasper-buildsize     "11.1 MB (without the static library)">
    12   <!ENTITY jasper-time          "0.3 SBU">
     9  <!ENTITY jasper-md5sum        "124a0d62df74d763af590fdcfb63afae">
     10  <!ENTITY jasper-size          "1.1 MB">
     11  <!ENTITY jasper-buildsize     "10.9 MB">
     12  <!ENTITY jasper-time          "0.1 SBU">
    1313]>
    1414
     
    5858    </itemizedlist>
    5959
    60     <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    61     <itemizedlist spacing="compact">
    62       <listitem>
    63         <para>Required patch: <ulink
    64         url="&patch-root;/jasper-&jasper-version;-security_fixes-2.patch"/></para>
    65       </listitem>
    66     </itemizedlist>
    67 
    6860    <bridgehead renderas="sect3">JasPer Dependencies</bridgehead>
    69 
    70     <bridgehead renderas="sect4">Required</bridgehead>
    71     <para role="required"><xref linkend="unzip"/></para>
    7261
    7362    <bridgehead renderas="sect4">Recommended</bridgehead>
     
    8978    <title>Installation of JasPer</title>
    9079
    91 <note>
    92   <para>The package source is distributed in <filename class="extension">.zip</filename>
    93   format and requires <command>unzip</command>, but it has been correctly packaged
    94   and will create the jasper-&jasper-version; directory when you unzip it.</para>
    95 </note>
    96 
    97 <screen><userinput>patch -Np1 -i ../jasper-&jasper-version;-security_fixes-2.patch &amp;&amp;
    98 ./configure --prefix=/usr    \
     80<screen><userinput>./configure --prefix=/usr    \
    9981            --enable-shared  \
    10082            --disable-static \
     
    125107    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    126108      href="../../xincludes/static-libraries.xml"/>
    127 
    128     <para><option>--x-includes=DIR --x-libraries=DIR</option>: These tell the
     109<!--
     110    <para><option>- -x-includes=DIR - -x-libraries=DIR</option>: These tell the
    129111    <command>configure</command> script where to find <application>Xorg</application>
    130112    if it is not in
     
    132114    <filename class='directory'>/usr/X11R6</filename>, or
    133115    <filename class='directory'>/usr</filename>.</para>
    134 
    135   </sect2>
    136 
    137   <!-- commented because make install has run ldconfig
    138   <sect2 role="configuration">
    139     <title>Configuring JasPer</title>
    140 
    141     <sect3>
    142       <title>Configuration Information</title>
    143 
    144       <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    145       href="../../xincludes/lib-config.xml"/>
    146 
    147     </sect3>
    148 
    149   </sect2>-->
     116-->
     117  </sect2>
    150118
    151119  <sect2 role="content">
  • general/prog/guile.xml

    r1f1072c r39dcb8be  
    77  <!ENTITY guile-download-http "http://ftp.gnu.org/pub/gnu/guile/guile-&guile-version;.tar.xz">
    88  <!ENTITY guile-download-ftp  "ftp://ftp.gnu.org/pub/gnu/guile/guile-&guile-version;.tar.xz">
    9   <!ENTITY guile-md5sum        "081fdf80cd3a76f260a2a0d87f773d6b">
    10   <!ENTITY guile-size          "4.3 MB">
    11   <!ENTITY guile-buildsize     "117 MB (additional 6 MB for the tests)">
    12   <!ENTITY guile-time          "9.1 SBU (additional 0.9 SBU for the tests)">
     9  <!ENTITY guile-md5sum        "d50bbb19672b72aa1e1c96e8f024bf00">
     10  <!ENTITY guile-size          "4.6 MB">
     11  <!ENTITY guile-buildsize     "81 MB">
     12  <!ENTITY guile-time          "7.2 SBU">
    1313]>
    1414
     
    112112
    113113    <para>
    114       To test the results, issue: <command>make check</command>.
     114      <!--To test the results, issue: <command>make check</command>.-->
     115      This package does not come with a test suite.
    115116    </para>
    116117
  • general/prog/php.xml

    r1f1072c r39dcb8be  
    88  <!--<!ENTITY php-download-ftp  "ftp://ftp.isu.edu.tw/pub/Unix/Web/PHP/distributions/php-&php-version;.tar.xz">-->
    99  <!ENTITY php-download-ftp  " ">
    10   <!ENTITY php-md5sum        "9a6013a5e9f258bbfb62ae5ac66b72da">
    11   <!ENTITY php-size          "11.7 MB">
    12   <!ENTITY php-buildsize     "573 MB (with tests). Documentation adds 103 MB">
    13   <!ENTITY php-time          "4.0 SBU (6.2 SBU with tests)">
     10  <!ENTITY php-md5sum        "bdcc4dbdac90c2a39422786653059f70">
     11  <!ENTITY php-size          "11.9 MB">
     12  <!ENTITY php-buildsize     "421 MB (add 2 MB for tests, add 103 MB for docs)">
     13  <!ENTITY php-time          "4.2 SBU (add 2.2 SBU for tests)">
    1414]>
    1515
  • introduction/welcome/changelog.xml

    r1f1072c r39dcb8be  
    4545-->
    4646    <listitem>
     47      <para>October 16th, 2016</para>
     48      <itemizedlist>
     49        <listitem>
     50          <para>[bdubbs] - Update to php-7.0.12. Fixes
     51          <ulink url="&blfs-ticket-root;8437">#8437</ulink>.</para>
     52        </listitem>
     53        <listitem>
     54          <para>[bdubbs] - Update to guile-2.0.13. Fixes
     55          <ulink url="&blfs-ticket-root;8436">#8436</ulink>.</para>
     56        </listitem>
     57        <listitem>
     58          <para>[bdubbs] - Update to jasper-1.900.5. Fixes
     59          <ulink url="&blfs-ticket-root;8432">#8432</ulink>.</para>
     60        </listitem>
     61      </itemizedlist>
     62    </listitem>
     63
     64    <listitem>
    4765      <para>October 14th, 2016</para>
    4866      <itemizedlist>
  • packages.ent

    r1f1072c r39dcb8be  
    182182<!ENTITY harfbuzz-version             "1.3.2">
    183183<!ENTITY ijs-version                  "0.35">
    184 <!ENTITY jasper-version               "1.900.1">
     184<!ENTITY jasper-version               "1.900.5">
    185185<!ENTITY lcms-version                 "1.19">
    186186<!ENTITY lcms2-version                "2.8">
     
    290290<!ENTITY gdb-version                  "7.12">
    291291<!ENTITY git-version                  "2.10.1">
    292 <!ENTITY guile-version                "2.0.12">
     292<!ENTITY guile-version                "2.0.13">
    293293<!ENTITY librep-version               "0.92.6">
    294294<!ENTITY llvm-version                 "3.9.0">
     
    298298<!ENTITY ninja-version                "1.7.1">
    299299<!ENTITY npapi-sdk-version            "0.27.2">
    300 <!ENTITY php-version                  "7.0.11">
     300<!ENTITY php-version                  "7.0.12">
    301301<!ENTITY python2-version              "2.7.12">
    302302<!ENTITY python3-version              "3.5.2">
  • postlfs/config/lsb-release.xml

    r1f1072c r39dcb8be  
    9191        Be sure that the DISTRIB_CODENAME entry has been set properly.
    9292      </para>
    93 
     93<!--
    9494      <para>
    9595        Add the current package version to <filename>/etc/lsb-release</filename>.
     
    9898
    9999<screen><userinput>echo 'LSB_VERSION="&lsb-release-version;"' >> /etc/lsb-release</userinput></screen>
    100 
     100-->
    101101  </sect2>
    102102
Note: See TracChangeset for help on using the changeset viewer.