Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/cyrus-sasl.xml

    r88fdf09 r3f2db3a6  
    77  <!ENTITY cyrus-sasl-download-http "https://github.com/cyrusimap/cyrus-sasl/releases/download/cyrus-sasl-&cyrus-sasl-version;/cyrus-sasl-&cyrus-sasl-version;.tar.gz">
    88  <!ENTITY cyrus-sasl-download-ftp  " ">
    9   <!ENTITY cyrus-sasl-md5sum        "a33820c66e0622222c5aefafa1581083">
     9  <!ENTITY cyrus-sasl-md5sum        "6f228a692516f5318a64505b46966cfa">
    1010  <!ENTITY cyrus-sasl-size          "3.9 MB">
    11   <!ENTITY cyrus-sasl-buildsize     "26 MB">
    12   <!ENTITY cyrus-sasl-time          "0.1 SBU">
     11  <!ENTITY cyrus-sasl-buildsize     "28 MB">
     12  <!ENTITY cyrus-sasl-time          "0.2 SBU">
    1313]>
    1414
     
    1616  <?dbhtml filename="cyrus-sasl.html"?>
    1717
    18   <sect1info>
    19     <date>$Date$</date>
    20   </sect1info>
    2118
    2219  <title>Cyrus SASL-&cyrus-sasl-version;</title>
     
    3128    <para>
    3229      The <application>Cyrus SASL</application> package contains a Simple
    33       Authentication and Security Layer, a method for adding authentication
    34       support to connection-based protocols. To use SASL, a protocol includes
    35       a command for identifying and authenticating a user to a server and for
    36       optionally negotiating protection of subsequent protocol interactions.
    37       If its use is negotiated, a security layer is inserted between the
    38       protocol and the connection.
    39     </para>
    40 
    41     &lfs110a_checked;
     30      Authentication and Security Layer implementation, a method for adding
     31      authentication support to connection-based protocols. To use SASL, a
     32      protocol includes a command for identifying and authenticating a user to
     33      a server and for optionally negotiating protection of subsequent protocol
     34      interactions. If its use is negotiated, a security layer is inserted
     35      between the protocol and the connection.
     36    </para>
     37
     38    &lfs112_checked;
    4239
    4340    <!-- To test this package at freeze, run the following command:
     
    7875    </itemizedlist>
    7976
     77    <!-- Not needed anymore
    8078    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    8179    <itemizedlist spacing="compact">
     
    8684        </para>
    8785      </listitem>
    88       <!--<listitem>
     86      <!- -<listitem>
    8987        <para>
    9088          Required patch:
    9189          <ulink url="&patch-root;/cyrus-sasl-&cyrus-sasl-version;-openssl-1.1.0-1.patch"/>
    9290       </para>
    93     </listitem>-->
     91    </listitem>- ->
    9492    </itemizedlist>
     93    -->
    9594
    9695    <bridgehead renderas="sect3">Cyrus SASL Dependencies</bridgehead>
     
    105104      <xref linkend="linux-pam"/>,
    106105      <xref linkend="mitkrb"/>,
    107       <xref linkend="mariadb"/> or <ulink url="http://www.mysql.com/">MySQL</ulink>,
    108       <xref linkend="openjdk"/>,
     106      <xref linkend="mariadb"/> or <ulink url="https://www.mysql.com/">MySQL</ulink>,
     107      <!--<xref linkend="openjdk"/>, Removed in 2.1.28 -->
    109108      <xref linkend="openldap"/>,
    110109      <xref linkend="postgresql"/>,
    111110      <xref linkend="sqlite"/>,
    112111      <ulink url="https://stuff.mit.edu/afs/net.mit.edu/project/attic/krb4/">krb4</ulink>,
    113       <ulink url="http://dmalloc.com/">Dmalloc</ulink>,
     112      <ulink url="https://dmalloc.com/">Dmalloc</ulink>,
    114113      <ulink url="https://metacpan.org/pod/Pod::POM::View::Restructured">Pod::POM::View::Restructured</ulink>,
    115114      and <ulink url="https://pypi.org/project/Sphinx">Sphinx</ulink>
     
    133132         on the system causes an FTBFS when man pages are generated. The Sphinx
    134133         and Docutils API has changed significantly between Sphinx-{1,2} and
    135          Sphinx-3.0. -->
     134         Sphinx-3.0.
    136135
    137136    <para>
     
    141140
    142141<screen><userinput remap="pre">patch -Np1 -i ../cyrus-sasl-2.1.27-doc_fixes-1.patch</userinput></screen>
     142    -->
    143143
    144144    <para>
     
    211211    <para>
    212212      <option>--enable-ldapdb</option>: This switch enables the
    213       LDAPDB authentication backend. There is a circular dependency with this
     213      LDAPDB authentication backend. <!--There is a circular dependency with this
    214214      parameter. See <ulink url="&blfs-wiki;/cyrus-sasl"/> for a solution to
    215       this problem.
    216     </para>
    217 
    218     <para>
    219       <option>--enable-java</option>: This switch enables compiling of the
     215      this problem.-->
     216    </para>
     217
     218<!-- Removed in 2.1.28
     219    <para>
     220      <option>- -enable-java</option>: This switch enables compiling of the
    220221      <application>Java</application> support libraries.
    221222    </para>
     223-->
    222224
    223225    <para>
Note: See TracChangeset for help on using the changeset viewer.