Changeset 5462e3a


Ignore:
Timestamp:
05/24/2014 07:55:23 AM (10 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
32cca2cd
Parents:
ee9bff1
Message:

Talloc-2.1.1 update

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    ree9bff1 r5462e3a  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "23">                   <!-- Always 2 digits -->
     3<!ENTITY day          "24">                   <!-- Always 2 digits -->
    44<!ENTITY month        "05">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2014">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "May 23rd, &year;">
     9<!ENTITY releasedate  "May 24th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
     
    274274<!ENTITY qjson-version                "0.8.1">
    275275<!ENTITY sbc-version                  "1.2">
    276 <!ENTITY talloc-version               "2.1.0">
     276<!ENTITY talloc-version               "2.1.1">
    277277<!ENTITY wv-version                   "1.2.9">
    278278<!ENTITY xapian-version               "1.2.17">
  • general/genlib/talloc.xml

    ree9bff1 r5462e3a  
    77  <!ENTITY talloc-download-http "http://samba.org/ftp/talloc/talloc-&talloc-version;.tar.gz">
    88  <!ENTITY talloc-download-ftp  "ftp://samba.org/pub/talloc/talloc-&talloc-version;.tar.gz">
    9   <!ENTITY talloc-md5sum        "85a69bfb5808fcadf378bd9eadb1f9c2">
    10   <!ENTITY talloc-size          "412 KB">
    11   <!ENTITY talloc-buildsize     "6.5 MB">
     9  <!ENTITY talloc-md5sum        "5dffb86414218a91864ed4453ba9be07">
     10  <!ENTITY talloc-size          "409 KB">
     11  <!ENTITY talloc-buildsize     "6.4 MB">
    1212  <!ENTITY talloc-time          "0.3 SBU">
    1313]>
  • introduction/welcome/changelog.xml

    ree9bff1 r5462e3a  
    4646
    4747    <listitem>
     48      <para>May 24th, 2014</para>
     49      <itemizedlist>
     50        <listitem>
     51          <para>[pierre] - Update to talloc-2.1.1. Fixes
     52          <ulink url="&blfs-ticket-root;5089">#5089</ulink>.</para>
     53        </listitem>
     54      </itemizedlist>
     55    </listitem>
     56
     57    <listitem>
    4858      <para>May 23rd, 2014</para>
    4959      <itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.