diff options
author | Narayan Desai <desai@mcs.anl.gov> | 2006-02-24 17:10:59 +0000 |
---|---|---|
committer | Narayan Desai <desai@mcs.anl.gov> | 2006-02-24 17:10:59 +0000 |
commit | e249949573a1201111ce3eec4b759b607b783153 (patch) | |
tree | fab9df4101609284fd5195d3102c93a731bf2f90 /doc/install.xml | |
parent | 292a358ca90c0264e45960b78d58bd769acbc521 (diff) | |
download | bcfg2-e249949573a1201111ce3eec4b759b607b783153.tar.gz bcfg2-e249949573a1201111ce3eec4b759b607b783153.tar.bz2 bcfg2-e249949573a1201111ce3eec4b759b607b783153.zip |
m2crypto -> pyOpenSSL
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1767 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'doc/install.xml')
-rw-r--r-- | doc/install.xml | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/doc/install.xml b/doc/install.xml index 27b88c636..1113e6178 100644 --- a/doc/install.xml +++ b/doc/install.xml @@ -6,13 +6,13 @@ <para> Bcfg2 is written in python using several modules not included with most distributions. lxml provides convenient xml - handling. M2crypto wraps openssl calls for https support. + handling. </para> <para> The Bcfg2 server requires a few more packages. It uses either FAM or Gamin to coherently cache repository files - and update them when they change. It also requires m2crypto to + and update them when they change. It also requires pyOpenSSL to use SSL functions. </para> @@ -45,13 +45,9 @@ <row><entry>pyrex</entry><entry>C to Python language interoperability (needed for lxml)</entry><entry><ulink url="http://www.cosc.canterbury.ac.nz/~greg/python/Pyrex"/></entry></row> - <row><entry>M2Crypto</entry> + <row><entry>pyOpenSSL</entry> <entry>OpenSSL bindings for Python</entry><entry><ulink - url="http://wiki.osafoundation.org/bin/view/Projects/MeTooCrypto"/></entry></row> - <row><entry>Swig</entry> - <entry>C to Python language interoperability (needed for - M2Crypto)</entry><entry><ulink - url="http://www.swig.org"/></entry></row> + url="http://pyopenssl.sourceforge.net/"/></entry></row> <row><entry>Fam</entry><entry>File Alteration Monitor</entry><entry><ulink url="http://oss.sgi.com"/></entry></row> |