From 6245d1c5ca951b18a1624e7bef4fa5767de1b4d5 Mon Sep 17 00:00:00 2001 From: Ken Moffat Date: Tue, 7 Feb 2012 16:54:04 +0000 Subject: [PATCH] add liboauth git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@9298 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- general.ent | 1 + introduction/welcome/changelog.xml | 3 + networking/netlibs/libgdata.xml | 7 +- postlfs/security/liboauth.xml | 131 +++++++++++++++++++++++++++++ postlfs/security/security.xml | 1 + 5 files changed, 137 insertions(+), 6 deletions(-) create mode 100644 postlfs/security/liboauth.xml diff --git a/general.ent b/general.ent index fa3c81103f..f938fb3268 100644 --- a/general.ent +++ b/general.ent @@ -116,6 +116,7 @@ $Date$ + diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index a914dec557..f548e8ba23 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -50,6 +50,9 @@ [ken] - merge libsoup-2.36.1 from Wayne. + + [ken] - merge liboauth-0.9.4 from Wayne. + diff --git a/networking/netlibs/libgdata.xml b/networking/netlibs/libgdata.xml index 45274c239c..01fe56d98e 100644 --- a/networking/netlibs/libgdata.xml +++ b/networking/netlibs/libgdata.xml @@ -61,12 +61,7 @@ libgdata Dependencies Required - - - liboauth-0.9.4 and - + and Recommended diff --git a/postlfs/security/liboauth.xml b/postlfs/security/liboauth.xml new file mode 100644 index 0000000000..e51688473c --- /dev/null +++ b/postlfs/security/liboauth.xml @@ -0,0 +1,131 @@ + + + %general-entities; + + + + + + + +]> + + + + + + $LastChangedBy$ + $Date$ + + + liboauth-&liboauth-version; + + + liboauth + + + + Introduction to liboauth + + Liboauth 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. + + &lfs70_built; + + Package Information + + + Download (HTTP): + + + Download (FTP): + + + Download MD5 sum: &liboauth-md5sum; + + + Download size: &liboauth-size; + + + Estimated disk space required: &liboauth-buildsize; + + + Estimated build time: &liboauth-time; + + + + liboauth Dependencies + + Required + + + User Notes: + + + + + + Installation of liboauth + + Install liboauth by running the following + commands: + +./configure --prefix=/usr && +make + + To test the results, issue: make check. + + Now, as the root user: + +make install + + + + + Command Explanations + + : This switch prevents the static + libraries being installed. + + + + + Contents + + + Installed Programs + Installed Library + Installed Directory + + + None + liboauth.{so,a} + + + + + + Short Descriptions + + + + + liboauth.{so,a} + + contains functions that ..... + + liboauth.{so,a} + + + + + + + + + diff --git a/postlfs/security/security.xml b/postlfs/security/security.xml index a406f55601..9adfafb8e1 100644 --- a/postlfs/security/security.xml +++ b/postlfs/security/security.xml @@ -51,6 +51,7 @@ $Date$ +