Changeset f19c7de


Ignore:
Timestamp:
09/08/2014 05:23:44 AM (10 years ago)
Author:
Christopher Gregory <cjg@…>
Branches:
7.6-blfs, 7.6-systemd, kde5-14686, systemd-13485
Children:
8851c73
Parents:
301d87a
Message:

Merged updates from trunk.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@14228 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r301d87a rf19c7de  
    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 systemd 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 "systemd">              <!-- svn|[release #] -->
  • introduction/welcome/changelog.xml

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

    r301d87a rf19c7de  
    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

    r301d87a rf19c7de  
    6767        <para>
    6868          Estimated build time: &libpcap-time;
     69        </para>
     70      </listitem>
     71    </itemizedlist>
     72
     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)
    6980        </para>
    7081      </listitem>
     
    98109    </para>
    99110
    100 <screen><userinput>./configure --prefix=/usr --disable-bluetooth &amp;&amp;
     111<screen><userinput>patch -Np1 -i ../libpcap-&libpcap-version;-enable_bluetooth-1.patch &amp;&amp;
     112./configure --prefix=/usr &amp;&amp;
    101113make</userinput></screen>
    102114
     
    122134    <title>Command Explanations</title>
    123135
    124     <para>
    125       <parameter>--disable-bluetooth</parameter>: This switch disables Bluetooth support
    126       because it doesn't build with latest <application>BlueZ</application>.
    127     </para>
     136    <para><parameter>--enable-bluetooth=no</parameter>: Necessary, if the
     137    recommended patch is not applied, because since 1.6.1 this application
     138    needs a fix, in order to build with
     139    <application>bluez-5.21</application>.</para>
    128140
    129141    <para>
  • packages.ent

    r301d87a rf19c7de  
    2828<!ENTITY openssh-version              "6.6p1">
    2929<!ENTITY openssl-version              "1.0.1i">
    30 <!ENTITY p11-kit-version              "0.20.4">    <!-- Even minors only -->
     30<!ENTITY p11-kit-version              "0.20.5">    <!-- Even minors only -->
    3131<!ENTITY polkit-version               "0.112">
    3232<!ENTITY shadow-version               "4.2.1">
     
    549549<!ENTITY lxmenu-data-version          "0.1.2">
    550550<!ENTITY lxde-icon-theme-version      "0.5.0">
    551 <!ENTITY menu-cache-version           "0.6.1">
     551<!ENTITY menu-cache-version           "0.7.0">
    552552<!ENTITY libfm-version                "1.2.2.1">
    553553<!ENTITY pcmanfm-version              "1.2.2">
  • postlfs/security/p11-kit.xml

    r301d87a rf19c7de  
    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.