Changeset 51a8ab3


Ignore:
Timestamp:
01/16/2019 06:18:53 AM (5 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.4, 9.0, 9.1, bdubbs/svn, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
ae9228b
Parents:
1575ce1
Message:

Update to talloc-2.1.15

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r1575ce1 r51a8ab3  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "15">                   <!-- Always 2 digits -->
     3<!ENTITY day          "16">                   <!-- Always 2 digits -->
    44<!ENTITY month        "01">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2019">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "January 15th, &year;">
     9<!ENTITY releasedate  "January 16th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/genlib/talloc.xml

    r1575ce1 r51a8ab3  
    77  <!ENTITY talloc-download-http "https://www.samba.org/ftp/talloc/talloc-&talloc-version;.tar.gz">
    88  <!ENTITY talloc-download-ftp  " ">
    9   <!ENTITY talloc-md5sum        "7478da02e309316231a497a9f17a980d">
    10   <!ENTITY talloc-size          "436 KB">
    11   <!ENTITY talloc-buildsize     "8.0 MB (with tests)">
    12   <!ENTITY talloc-time          "0.3 SBU (with tests)">
     9  <!ENTITY talloc-md5sum        "a56bc6add28ae0f5693eb49e19ddddcf">
     10  <!ENTITY talloc-size          "620 KB">
     11  <!ENTITY talloc-buildsize     "10 MB (with tests)">
     12  <!ENTITY talloc-time          "0.4 SBU (with tests)">
    1313]>
    1414
     
    100100    </para>
    101101
    102 <screen><userinput>./configure --prefix=/usr &amp;&amp;
     102<screen><userinput>sed -i s:../../buildtools/bin/waf:buildtools/bin/waf: Makefile &amp;&amp;
     103./configure --prefix=/usr &amp;&amp;
    103104make</userinput></screen>
    104105
    105106    <para>
    106107      To check the results, issue <command>make check</command>.
    107       <!-- The python tests fail due to missing files. - Not applicable
    108       when testing for 8.1 -->
    109108    </para>
    110109
     
    121120
    122121    <para>
     122      <command>sed -i s:[...] Makefile</command>: This command fixes a
     123      packaging problem introduced with this version of Talloc.
     124    </para>
     125
     126    <para>
    123127      <option>--extra-python=PYTHON</option>: This switch enables building
    124128      selected libraries for the specified additional version of Python
    125       (example: <option>--extra-python=/usr/bin/python3</option>).
     129      (example: <option>--extra-python=/usr/bin/python2</option>).
    126130    </para>
    127131
     
    144148          libpytalloc-util.so,
    145149          libtalloc.so,
     150          <!-- NOTE: The below is Optional now. -->
    146151          talloc.so (Python-2 Module) and
    147152          talloc.cpython-35m-x86_64-linux-gnu.so (Python-3 Module)
  • introduction/welcome/changelog.xml

    r1575ce1 r51a8ab3  
    4242    </listitem>
    4343-->
     44    <listitem>
     45      <para>January 16th, 2019</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[renodr] - Update to talloc-2.1.15. Fixes
     49          <ulink url="&blfs-ticket-root;11550">#11550</ulink>.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
    4453
    4554    <listitem>
     
    4756      <itemizedlist>
    4857        <listitem>
    49           <para>[bdubbbs] - Update to vlc-3.0.6. Finishes
     58          <para>[bdubbbs] - Update to vlc-3.0.6. Fixes
    5059          <ulink url="&blfs-ticket-root;11487">#11487</ulink>.</para>
    5160        </listitem>
    5261        <listitem>
    53           <para>[bdubbbs] - Update to cmake-3.13.3. Finishes
     62          <para>[bdubbbs] - Update to cmake-3.13.3. Fixes
    5463          <ulink url="&blfs-ticket-root;11548">#11548</ulink>.</para>
    5564        </listitem>
  • packages.ent

    r1575ce1 r51a8ab3  
    186186<!ENTITY qjson-version                "0.8.1">
    187187<!ENTITY sbc-version                  "1.4">
    188 <!ENTITY talloc-version               "2.1.14">
     188<!ENTITY talloc-version               "2.1.15">
    189189<!ENTITY telepathy-glib-version       "0.24.1">
    190190<!ENTITY wayland-version              "1.16.0">
Note: See TracChangeset for help on using the changeset viewer.