mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-23 22:42:14 +08:00
add liboauth
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@9298 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
ac79eebbd9
commit
6245d1c5ca
@ -116,6 +116,7 @@ $Date$
|
||||
<!ENTITY gpgme-version "1.3.1">
|
||||
<!ENTITY heimdal-version "1.4">
|
||||
<!ENTITY libcap2-version "2.22">
|
||||
<!ENTITY liboauth-version "0.9.4">
|
||||
<!ENTITY mitkrb-version "1.6">
|
||||
<!ENTITY nettle-version "2.4">
|
||||
<!ENTITY nss-version "3.13.1">
|
||||
|
@ -50,6 +50,9 @@
|
||||
<listitem>
|
||||
<para>[ken] - merge libsoup-2.36.1 from Wayne.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[ken] - merge liboauth-0.9.4 from Wayne.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
|
@ -61,12 +61,7 @@
|
||||
<bridgehead renderas="sect3">libgdata Dependencies</bridgehead>
|
||||
|
||||
<bridgehead renderas="sect4">Required</bridgehead>
|
||||
<para role="required">
|
||||
<!-- FIXME:ken -->
|
||||
liboauth-0.9.4 and
|
||||
<!--
|
||||
<xref linkend="liboauth"/> and
|
||||
-->
|
||||
<para role="required"><xref linkend="liboauth"/> and
|
||||
<xref linkend="libsoup"/></para>
|
||||
|
||||
<bridgehead renderas="sect4">Recommended</bridgehead>
|
||||
|
131
postlfs/security/liboauth.xml
Normal file
131
postlfs/security/liboauth.xml
Normal file
@ -0,0 +1,131 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
||||
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
||||
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
||||
%general-entities;
|
||||
|
||||
<!ENTITY liboauth-download-http "http://downloads.sourceforge.net/liboauth/liboauth-&liboauth-version;.tar.gz">
|
||||
<!ENTITY liboauth-download-ftp " ">
|
||||
<!ENTITY liboauth-md5sum "973ded7a1af348c5bfe4e3b6b7e47bd3">
|
||||
<!ENTITY liboauth-size "449 KB">
|
||||
<!ENTITY liboauth-buildsize "3.5 MB">
|
||||
<!ENTITY liboauth-time "less than 0.1 SBU">
|
||||
]>
|
||||
|
||||
<sect1 id="liboauth" xreflabel="liboauth-&liboauth-version;">
|
||||
<?dbhtml filename="liboauth.html"?>
|
||||
|
||||
<sect1info>
|
||||
<othername>$LastChangedBy$</othername>
|
||||
<date>$Date$</date>
|
||||
</sect1info>
|
||||
|
||||
<title>liboauth-&liboauth-version;</title>
|
||||
|
||||
<indexterm zone="liboauth">
|
||||
<primary sortas="a-liboauth">liboauth</primary>
|
||||
</indexterm>
|
||||
|
||||
<sect2 role="package">
|
||||
<title>Introduction to liboauth</title>
|
||||
|
||||
<para><application>Liboauth</application> liboauth is a collection of POSIX-c
|
||||
functions implementing the OAuth Core RFC 5849 standard. Liboauth provides
|
||||
functions to escape and encode parameters according to OAuth specification and
|
||||
offers high-level functionality to sign requests or verify OAuth signatures as
|
||||
well as perform HTTP requests.</para>
|
||||
|
||||
&lfs70_built;
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
<listitem>
|
||||
<para>Download (HTTP): <ulink url="&liboauth-download-http;"/></para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Download (FTP): <ulink url="&liboauth-download-ftp;"/></para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Download MD5 sum: &liboauth-md5sum;</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Download size: &liboauth-size;</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Estimated disk space required: &liboauth-buildsize;</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Estimated build time: &liboauth-time;</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<bridgehead renderas="sect3">liboauth Dependencies</bridgehead>
|
||||
|
||||
<bridgehead renderas="sect4">Required</bridgehead>
|
||||
<para role="required"><xref linkend="curl"/></para>
|
||||
|
||||
<para condition="html" role="usernotes">User Notes:
|
||||
<ulink url="&blfs-wiki;/liboauth"/></para>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="installation">
|
||||
<title>Installation of liboauth</title>
|
||||
|
||||
<para>Install <application>liboauth</application> by running the following
|
||||
commands:</para>
|
||||
|
||||
<screen><userinput>./configure --prefix=/usr &&
|
||||
make</userinput></screen>
|
||||
|
||||
<para>To test the results, issue: <command>make check</command>.</para>
|
||||
|
||||
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
||||
|
||||
<screen role="root"><userinput>make install</userinput></screen>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="commands">
|
||||
<title>Command Explanations</title>
|
||||
|
||||
<para><option>--enable-static=no</option>: This switch prevents the static
|
||||
libraries being installed.</para>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="content">
|
||||
<title>Contents</title>
|
||||
|
||||
<segmentedlist>
|
||||
<segtitle>Installed Programs</segtitle>
|
||||
<segtitle>Installed Library</segtitle>
|
||||
<segtitle>Installed Directory</segtitle>
|
||||
|
||||
<seglistitem>
|
||||
<seg>None</seg>
|
||||
<seg>liboauth.{so,a}</seg>
|
||||
<seg></seg>
|
||||
</seglistitem>
|
||||
</segmentedlist>
|
||||
|
||||
<variablelist>
|
||||
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
||||
<?dbfo list-presentation="list"?>
|
||||
<?dbhtml list-presentation="table"?>
|
||||
|
||||
<varlistentry id="liboauth-lib">
|
||||
<term><filename class='libraryfile'>liboauth.{so,a}</filename></term>
|
||||
<listitem>
|
||||
<para>contains functions that .....</para>
|
||||
<indexterm zone="liboauth liboauth-lib">
|
||||
<primary sortas="c-liboauth">liboauth.{so,a}</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
</variablelist>
|
||||
|
||||
</sect2>
|
||||
|
||||
</sect1>
|
@ -51,6 +51,7 @@ $Date$
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gpgme.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="heimdal.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libcap2.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="liboauth.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="mitkrb.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="nettle.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="nss.xml"/>
|
||||
|
Loading…
Reference in New Issue
Block a user