Changeset 0f43c3a


Ignore:
Timestamp:
08/09/2014 10:27:26 AM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.6-blfs, 7.6-systemd, kde5-14269, kde5-14686, systemd-13485
Children:
9b8c8705
Parents:
c5e29f4
Message:

Merge trunk, minor text correction on nautilus update.

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

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rc5e29f4 r0f43c3a  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "08">                   <!-- Always 2 digits -->
     3<!ENTITY day          "09">                   <!-- Always 2 digits -->
    44<!ENTITY month        "08">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2014">
     
    77<!ENTITY copyholder   "The BLFS systemd Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "August 8th, &year;">
     9<!ENTITY releasedate  "August 9th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "systemd">              <!-- svn|[release #] -->
  • general/genlib/libsigc++.xml

    rc5e29f4 r0f43c3a  
    8484    </para>
    8585
    86 <screen><userinput>./configure --prefix=/usr &amp;&amp;
     86<screen><userinput>sed -i '/type_traits.h/i\#include &lt;sigc++/visit_each.h&gt;' \
     87 sigc++/macros/limit_reference.h.m4 &amp;&amp;
     88./configure --prefix=/usr &amp;&amp;
    8789make</userinput></screen>
    8890
     
    9698
    9799<screen role="root"><userinput>make install</userinput></screen>
     100
     101  </sect2>
     102
     103  <sect2 role="commands">
     104    <title>Command Explanations</title>
     105
     106    <para>
     107      <command>sed -i '/type_traits.h/i\#include &lt;sigc++/visit_each.h&gt;'
     108      sigc++/macros/limit_reference.h.m4</command>: This sed fixes a bug
     109      which prevents <application>inkscape</application> compiling.
     110    </para>
    98111
    99112  </sect2>
  • gnome-systemd/desktop/nautilus.xml

    rc5e29f4 r0f43c3a  
    141141    <para>
    142142      <parameter>--disable-tracker</parameter>: This switch disables
    143       use of <application>Tracker</application> remove it if you have
    144       installed the optional <application><xref linkend="tracker"/></application>
    145       application.
     143      use of <application>Tracker</application>. Remove it if you have
     144      installed <xref linkend="tracker"/>.
    146145    </para>
    147146
  • introduction/welcome/changelog.xml

    rc5e29f4 r0f43c3a  
    4444
    4545-->
     46
     47    <listitem>
     48      <para>August 9th, 2014</para>
     49      <itemizedlist>
     50        <listitem>
     51          <para>[igor] - Update to openssl-1.0.1i. Fixes
     52          <ulink url="&blfs-ticket-root;5340">#5340</ulink>.</para>
     53        </listitem>
     54      </itemizedlist>
     55    </listitem>
     56
     57    <listitem>
     58      <para>August 8th, 2014</para>
     59      <itemizedlist>
     60        <listitem>
     61          <para>[ken] - Apply upstream fix to libsigc++-2.3.2.</para>
     62        </listitem>
     63      </itemizedlist>
     64    </listitem>
    4665
    4766    <listitem>
  • packages.ent

    rc5e29f4 r0f43c3a  
    2727<!ENTITY nss-version                  "3.&nss-minor-version;.&nss-micro-version;">
    2828<!ENTITY openssh-version              "6.6p1">
    29 <!ENTITY openssl-version              "1.0.1h">
     29<!ENTITY openssl-version              "1.0.1i">
    3030<!ENTITY p11-kit-version              "0.20.3">    <!-- Even minors only -->
    3131<!ENTITY polkit-version               "0.112">
  • postlfs/security/openssl.xml

    rc5e29f4 r0f43c3a  
    99  <!ENTITY openssl-download-ftp
    1010           "ftp://ftp.openssl.org/source/openssl-&openssl-version;.tar.gz">
    11   <!ENTITY openssl-md5sum        "8d6d684a9430d5cc98a62a5d8fbda8cf">
    12   <!ENTITY openssl-size          "4.3 MB">
    13   <!ENTITY openssl-buildsize     "51 MB (additional 1 MB for the tests)">
    14   <!ENTITY openssl-time          "1.0 SBU (additional 0.4 SBU for the tests)">
     11  <!ENTITY openssl-md5sum        "c8dc151a671b9b92ff3e4c118b174972">
     12  <!ENTITY openssl-size          "4.2 MB">
     13  <!ENTITY openssl-buildsize     "55 MB (additional 1 MB for the tests)">
     14  <!ENTITY openssl-time          "1.1 SBU (additional 0.4 SBU for the tests)">
    1515]>
    1616
Note: See TracChangeset for help on using the changeset viewer.