Changeset 876e9707


Ignore:
Timestamp:
07/27/2014 02:27:32 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.6-blfs, 7.6-systemd, kde5-14269, kde5-14686, systemd-13485
Children:
58cf78a
Parents:
dbc3a10
Message:

Move liboauth and libpwquality to security section.

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

Files:
4 edited
2 moved

Legend:

Unmodified
Added
Removed
  • gnome-systemd/platform/platform.xml

    rdbc3a10 r876e9707  
    3535  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="librest.xml"/>
    3636  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libwnck.xml"/>
    37   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="liboauth.xml"/>
    3837  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-online-accounts.xml"/>
    3938  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libgdata.xml"/>
     
    4140  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libgnomekbd.xml"/>
    4241  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libwacom.xml"/>
    43   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libpwquality.xml"/>
    4442  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libchamplain.xml"/>
    4543  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="totem-pl-parser.xml"/>
     
    4846  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="vte.xml"/>
    4947  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libgee.xml"/>
     48
    5049</chapter>
  • gnome.ent

    rdbc3a10 r876e9707  
    2222<!ENTITY librest-version              "0.7.91">
    2323<!ENTITY libgdata-version             "0.15.1">
    24 <!ENTITY liboauth-version             "1.0.3">
    2524<!ENTITY libgweather-version          "3.12.2">
    2625<!ENTITY telepathy-farstream-version  "0.6.1">
     
    3231<!ENTITY libwacom-version             "0.7">
    3332<!ENTITY libgnomekbd-version          "3.6.0">
    34 <!ENTITY libpwquality-version         "1.2.2">
    3533<!ENTITY libchamplain-version         "0.12.8">
    3634<!ENTITY gnome-shell-extensions-version "3.12.2">
  • postlfs/security/liboauth-systemd.xml

    rdbc3a10 r876e9707  
    7878    <bridgehead renderas="sect4">Required</bridgehead>
    7979    <para role="required">
    80       <xref linkend="curl"/>, and
    81       <xref linkend="openssl"/>, or
     80      <xref linkend="curl"/> and
     81      <xref linkend="openssl"/> or
    8282      <xref linkend="nss"/>
    8383    </para>
     
    8585    <bridgehead renderas="sect4">Optional</bridgehead>
    8686    <para role="optional">
    87       <xref linkend="doxygen"/> (to build documentation).
     87      <xref linkend="doxygen"/> (to build documentation)
    8888    </para>
    8989
     
    105105
    106106    <para>
    107       If you have <xref linkend="doxygen"/>, issue <command>make dox</command>
    108       to build documentation.
     107      If you have installed <xref linkend="doxygen"/>, issue
     108      <command>make dox</command> to build the documentation.
    109109    </para>
    110110
     
    120120
    121121    <para>
    122       If you have built documentation previously, install it with following
    123       commands as the <systemitem class="username">root</systemitem> user:
     122      If you have previously built the documentation, install it by
     123      running the following commands as the
     124      <systemitem class="username">root</systemitem> user:
    124125    </para>
    125126
    126 <screen role="root"><userinput>mkdir -pv /usr/share/doc/liboauth-&liboauth-version; &amp;&amp;
     127<screen role="root"><userinput>install -v -dm755 /usr/share/doc/liboauth-&liboauth-version; &amp;&amp;
    127128cp -rv doc/html/* /usr/share/doc/liboauth-&liboauth-version;</userinput></screen>
    128129
     
    147148    <segmentedlist>
    148149      <segtitle>Installed Programs</segtitle>
    149       <segtitle>Installed Library</segtitle>
    150       <segtitle>Installed Directory</segtitle>
     150      <segtitle>Installed Libraries</segtitle>
     151      <segtitle>Installed Directories</segtitle>
    151152
    152153      <seglistitem>
  • postlfs/security/libpwquality-systemd.xml

    rdbc3a10 r876e9707  
    8282    <bridgehead renderas="sect4">Optional</bridgehead>
    8383    <para role="optional">
    84       <xref linkend="linux-pam"/>, and
     84      <xref linkend="linux-pam"/> and
    8585      <xref linkend="python2"/>
    8686    </para>
     
    121121
    122122    <para>
    123       <option>--disable-python-bindings</option>: This switch disables
    124       building of the optional <application>Python</application>
    125       bindings. Remove it if you have installed
    126       <application>Python</application>.
     123      <parameter>--disable-python-bindings</parameter>: This switch
     124      disables building of the optional
     125      <application>Python</application> bindings. Remove it if you
     126      have installed <application>Python</application>.
    127127    </para>
    128128
  • postlfs/security/security.xml

    rdbc3a10 r876e9707  
    5252  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="firewalling-systemd.xml"/>
    5353  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libcap.xml"/>
     54  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="liboauth-systemd.xml"/>
     55  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libpwquality-systemd.xml"/>
    5456  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="linux-pam.xml"/>
    5557  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="mitkrb-systemd.xml"/>
  • systemd.ent

    rdbc3a10 r876e9707  
    99<!ENTITY libevdev-version             "1.2.2">
    1010<!ENTITY libinput-version             "0.4.0">
     11<!ENTITY liboauth-version             "1.0.3">
     12<!ENTITY libpwquality-version         "1.2.2">
    1113<!ENTITY libva-vdpau-driver-version   "0.7.4">
    1214<!ENTITY libxkbcommon-version         "0.4.2">
Note: See TracChangeset for help on using the changeset viewer.