Changeset a1f2d184


Ignore:
Timestamp:
09/07/2014 07:27:48 PM (10 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.6, 7.7, 7.8, 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, krejzi/svn, 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:
6193c394
Parents:
097fd436
Message:

LXDM-0.5.0: move up in the page installation of bootscript.
libpcap-1.6.2: fix build with bluez-5.2.
Update p11-kit-0.20.5.
Update to menu-cache-0.7.0.

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

Files:
7 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r097fd436 ra1f2d184  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "06">                   <!-- Always 2 digits -->
     3<!ENTITY day          "07">                   <!-- Always 2 digits -->
    44<!ENTITY month        "09">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2014">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "September 6th, &year;">
     9<!ENTITY releasedate  "September 7th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • introduction/welcome/changelog.xml

    r097fd436 ra1f2d184  
    4444
    4545-->
     46
     47    <listitem>
     48      <para>September 7th, 2014</para>
     49      <itemizedlist>
     50        <listitem>
     51          <para>[fernando] - Update to menu-cache-0.7.0. Fixes
     52          <ulink url="&blfs-ticket-root;5479">#5479</ulink>.</para>
     53        </listitem>
     54        <listitem>
     55          <para>[fernando] - Update p11-kit-0.20.5. Fixes
     56          <ulink url="&blfs-ticket-root;5478">#5478</ulink>.</para>
     57        </listitem>
     58        <listitem>
     59          <para>[fernando] - libpcap-1.6.2: fix build with bluez-5.2. Fixes
     60          <ulink url="&blfs-ticket-root;5468">#5468</ulink>.</para>
     61        </listitem>
     62      </itemizedlist>
     63    </listitem>
    4664
    4765    <listitem>
  • lxde/apps/lxdm.xml

    r097fd436 ra1f2d184  
    199199    </sect3>
    200200
     201   <sect3 id="lxdm-init">
     202      <title>Boot Script</title>
     203
     204      <para>
     205        Install the <filename>/etc/rc.d/init.d/lxdm</filename> init script from
     206        the <xref linkend="bootscripts"/> package.
     207      </para>
     208
     209      <indexterm zone="lxdm lxdm-init">
     210        <primary sortas="f-lxdm">lxdm</primary>
     211      </indexterm>
     212
     213<screen role="root"><userinput>make install-lxdm</userinput></screen>
     214
     215    </sect3>
     216
    201217    <sect3>
    202218      <title>Configuration Information</title>
     
    266282          BLFS especifications.
    267283      </para>
    268 
    269     </sect3>
    270 
    271    <sect3 id="lxdm-init">
    272       <title>Boot Script</title>
    273 
    274       <para>
    275         Install the <filename>/etc/rc.d/init.d/lxdm</filename> init script from
    276         the <xref linkend="bootscripts"/> package.
    277       </para>
    278 
    279       <indexterm zone="lxdm lxdm-init">
    280         <primary sortas="f-lxdm">lxdm</primary>
    281       </indexterm>
    282 
    283 <screen role="root"><userinput>make install-lxdm</userinput></screen>
    284284
    285285    </sect3>
  • lxde/desktop/menu-cache.xml

    r097fd436 ra1f2d184  
    88  <!ENTITY menu-cache-download-ftp  " ">
    99  <!ENTITY menu-cache-md5sum        "2bb9b83282ae671df1d2f5b617ca1949">
    10   <!ENTITY menu-cache-size          "280 KB">
    11   <!ENTITY menu-cache-buildsize     "4.1 MB (additional 0.5 MB to build and install the API documentation)">
     10  <!ENTITY menu-cache-size          "256 KB">
     11  <!ENTITY menu-cache-buildsize     "3.2 MB (additional 0.5 MB to build and install the API documentation)">
    1212  <!ENTITY menu-cache-time          "less than 0.1 SBU">
    1313]>
  • networking/netlibs/libpcap.xml

    r097fd436 ra1f2d184  
    7171    </itemizedlist>
    7272
     73    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     74    <itemizedlist spacing="compact">
     75      <listitem>
     76        <para>
     77          Recommended patch:
     78          <ulink url="&patch-root;/libpcap-&libpcap-version;-enable_bluetooth-1.patch"/>
     79          (Needed for bluez-5.21)
     80        </para>
     81      </listitem>
     82    </itemizedlist>
     83
    7384    <bridgehead renderas="sect3">libpcap Dependencies</bridgehead>
    7485
     
    97108    </para>
    98109
    99 <screen><userinput>./configure --prefix=/usr --enable-bluetooth=no &amp;&amp;
     110<screen><userinput>patch -Np1 -i ../libpcap-&libpcap-version;-enable_bluetooth-1.patch &amp;&amp;
     111./configure --prefix=/usr &amp;&amp;
    100112make</userinput></screen>
    101113
     
    121133    <title>Command Explanations</title>
    122134
    123     <para><parameter>--enable-bluetooth=no</parameter>: Currently, <application>libpcap-1.6.1</application> doesn't build with  <application>bluez-5.21</application>.</para>
     135    <para><parameter>--enable-bluetooth=no</parameter>: Necessary, if the
     136    recommended patch is not applied, because since 1.6.1 this application
     137    needs a fix, in order to build with
     138    <application>bluez-5.21</application>.</para>
    124139
    125140  </sect2>
  • packages.ent

    r097fd436 ra1f2d184  
    3131<!ENTITY openssh-version              "6.6p1">
    3232<!ENTITY openssl-version              "1.0.1i">
    33 <!ENTITY p11-kit-version              "0.20.4">    <!-- Even minors only -->
     33<!ENTITY p11-kit-version              "0.20.5">    <!-- Even minors only -->
    3434<!ENTITY polkit-version               "0.112">
    3535<!ENTITY shadow-version               "4.2.1">
     
    554554<!ENTITY lxmenu-data-version          "0.1.2">
    555555<!ENTITY lxde-icon-theme-version      "0.5.0">
    556 <!ENTITY menu-cache-version           "0.6.1">
     556<!ENTITY menu-cache-version           "0.7.0">
    557557<!ENTITY libfm-version                "1.2.2.1">
    558558<!ENTITY pcmanfm-version              "1.2.2">
  • postlfs/security/p11-kit.xml

    r097fd436 ra1f2d184  
    77  <!ENTITY p11-kit-download-http "http://p11-glue.freedesktop.org/releases/p11-kit-&p11-kit-version;.tar.gz">
    88  <!ENTITY p11-kit-download-ftp  " ">
    9   <!ENTITY p11-kit-md5sum        "9e94ce0f32265de8cf4a998889414b93">
    10   <!ENTITY p11-kit-size          "1.2 MB">
    11   <!ENTITY p11-kit-buildsize     "37 MB (additional 6 MB for tests)">
     9  <!ENTITY p11-kit-md5sum        "12d3f108e46c6109cd20d378898ae381">
     10  <!ENTITY p11-kit-size          "964 KB">
     11  <!ENTITY p11-kit-buildsize     "37 MB (additional 5 MB for tests)">
    1212  <!ENTITY p11-kit-time          "0.4 SBU">
    1313]>
     
    150150          /etc/pkcs11,
    151151          /usr/include/p11-kit-1,
    152           /usr/lib/p11-kit,
    153           /usr/lib/pkcs11,
     152          /usr/lib/{p11-kit,pkcs11},
    154153          /usr/share/gtk-doc/html/p11-kit, and
    155154          /usr/share/p11-kit
Note: See TracChangeset for help on using the changeset viewer.