Sophie

Sophie

distrib > Mageia > 6 > armv5tl > by-pkgid > 2d8a45edbd96402b289f55f81ca7bead > files > 63

botan-doc-1.10.17-1.mga6.noarch.rpm

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">


<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    
    <title>Getting The Latest Sources &#8212; Botan</title>
    
    <link rel="stylesheet" href="_static/agogo.css" type="text/css" />
    <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
    
    <script type="text/javascript">
      var DOCUMENTATION_OPTIONS = {
        URL_ROOT:    './',
        VERSION:     '1.10.17',
        COLLAPSE_INDEX: false,
        FILE_SUFFIX: '.html',
        HAS_SOURCE:  true
      };
    </script>
    <script type="text/javascript" src="_static/jquery.js"></script>
    <script type="text/javascript" src="_static/underscore.js"></script>
    <script type="text/javascript" src="_static/doctools.js"></script>
    <link rel="index" title="Index" href="genindex.html" />
    <link rel="search" title="Search" href="search.html" />
    <link rel="top" title="Botan" href="contents.html" />
    <link rel="next" title="PGP Code Signing Key" href="pgpkey.html" />
    <link rel="prev" title="Commercial Support Options" href="support.html" /> 
  </head>
  <body role="document">
    <div class="header-wrapper">
      <div class="header">
        <h1>Botan</h1>
      </div>
    </div>

    <div class="content-wrapper">
      <div class="content">
        <div class="document">
            
      <div class="documentwrapper">
        <div class="bodywrapper">
          <div class="body" role="main">
            
  <div class="section" id="getting-the-latest-sources">
<h1>Getting The Latest Sources<a class="headerlink" href="#getting-the-latest-sources" title="Permalink to this headline">¶</a></h1>
<p>All releases are signed with a <a class="reference internal" href="pgpkey.html"><span class="doc">PGP key</span></a>.</p>
<p>Unsure which release you want? Check the <a class="reference internal" href="faq.html#devel-vs-stable"><span class="std std-ref">FAQ</span></a>.</p>
<div class="admonition note">
<p class="first admonition-title">Note</p>
<p class="last">If you are viewing this documentation offline, a more recent
release <a class="reference external" href="http://botan.randombit.net/download.html">may be available</a></p>
</div>
<div class="section" id="current-stable-release-1-10">
<h2>Current Stable Release (1.10)<a class="headerlink" href="#current-stable-release-1-10" title="Permalink to this headline">¶</a></h2>
<p>The current stable release is <a class="reference external" href="http://botan.randombit.net/relnotes/1_10_3.html">1.10.3</a> which was
released on 2012-07-10.</p>
<p>Sources:</p>
<p><a class="reference external" href="http://botan.randombit.net/files/Botan-1.10.3.tgz">1.10.3 tar/gz</a>
(<a class="reference external" href="http://botan.randombit.net/files/Botan-1.10.3.tgz.asc">1.10.3 tar/gz sig</a>),</p>
<p><a class="reference external" href="http://botan.randombit.net/files/Botan-1.10.3.tbz">1.10.3 tar/bzip</a>
(<a class="reference external" href="http://botan.randombit.net/files/Botan-1.10.3.tbz.asc">1.10.3 tar/bzip sig</a>)</p>
</div>
<div class="section" id="previous-stable-release-1-8">
<h2>Previous Stable Release (1.8)<a class="headerlink" href="#previous-stable-release-1-8" title="Permalink to this headline">¶</a></h2>
<p>The previous stable release is <a class="reference external" href="http://botan.randombit.net/news/releases/1_8_13.html">1.8.13</a> which was
released on 2011-07-02.</p>
<p>Sources:</p>
<p><a class="reference external" href="http://botan.randombit.net/files/Botan-1.8.13.tgz">1.8.13 tar/gz</a>
(<a class="reference external" href="http://botan.randombit.net/files/Botan-1.8.13.tgz.asc">1.8.13 tar/gz sig</a>),</p>
<p><a class="reference external" href="http://botan.randombit.net/files/Botan-1.8.13.tbz">1.8.13 tar/bzip</a>
(<a class="reference external" href="http://botan.randombit.net/files/Botan-1.8.13.tbz.asc">1.8.13 tar/bzip sig</a>)</p>
</div>
<div class="section" id="accessing-version-control">
<h2>Accessing Version Control<a class="headerlink" href="#accessing-version-control" title="Permalink to this headline">¶</a></h2>
<p>Botan&#8217;s development occurs using a distributed version control system
called <a class="reference external" href="http://www.monotone.ca">Monotone</a>.</p>
<p>The main branch of development occurs on the branch named
<code class="docutils literal"><span class="pre">net.randombit.botan</span></code>; this is probably the branch you want (for
1.8, use <code class="docutils literal"><span class="pre">net.randombit.botan.1_8</span></code> instead). To download that branch
and set up a new workspace, run:</p>
<div class="highlight-cpp"><div class="highlight"><pre><span></span>$ mtn db init --db=botan.mtn
$ mtn pull --db=botan.mtn randombit.net &#39;net.randombit.botan&#39;
[...]
$ mtn checkout --db=botan.mtn --branch=net.randombit.botan
[...]
</pre></div>
</div>
<p>By default the <code class="docutils literal"><span class="pre">checkout</span></code> command will place the workspace in a directory
with the same name as the branch you are checking out.  If you want a
different directory name, just include it after the <code class="docutils literal"><span class="pre">--branch</span></code> option (you
can also rename this directory at any time).</p>
<p>If this is the first time you&#8217;ve connected to the server, Monotone
will print:</p>
<div class="highlight-cpp"><div class="highlight"><pre><span></span>mtn: first time connecting to server randombit.net
mtn: I&#39;ll assume it&#39;s really them, but you might want to double-check
mtn: their key&#39;s fingerprint: 8c0b868f2247215c63c96983b1c8ca0f0f0cfd9a
</pre></div>
</div>
<p>The fingerprint shown above was the correct one as of September 21, 2010.</p>
<p>To pull further changes, from anywhere in the workspace run these commands:</p>
<div class="highlight-cpp"><div class="highlight"><pre><span></span>$ mtn pull
[...]
$ mtn update
[summary of changes]
</pre></div>
</div>
<p>The <code class="docutils literal"><span class="pre">mtn</span> <span class="pre">update</span></code> command will give you a summary of which files changed;
to view the full changelog, run <code class="docutils literal"><span class="pre">mtn</span> <span class="pre">log</span></code>.</p>
</div>
</div>


          </div>
        </div>
      </div>
        </div>
        <div class="sidebar">
          <h3>Table Of Contents</h3>
          <ul>
<li class="toctree-l1"><a class="reference internal" href="index.html">Welcome</a></li>
<li class="toctree-l1"><a class="reference internal" href="reading.html">Recommended Reading</a></li>
<li class="toctree-l1"><a class="reference internal" href="building.html">Building The Library</a></li>
<li class="toctree-l1"><a class="reference internal" href="firststep.html">Getting Started</a></li>
<li class="toctree-l1"><a class="reference internal" href="filters.html">Information Flow: Pipes and Filters</a></li>
<li class="toctree-l1"><a class="reference internal" href="pubkey.html">Public Key Cryptography</a></li>
<li class="toctree-l1"><a class="reference internal" href="x509.html">Certificate Handling</a></li>
<li class="toctree-l1"><a class="reference internal" href="ssl.html">SSL and TLS</a></li>
<li class="toctree-l1"><a class="reference internal" href="bigint.html">BigInt</a></li>
<li class="toctree-l1"><a class="reference internal" href="lowlevel.html">The Low-Level Interface</a></li>
<li class="toctree-l1"><a class="reference internal" href="secmem.html">Secure Memory Containers</a></li>
<li class="toctree-l1"><a class="reference internal" href="kdf.html">Key Derivation Functions</a></li>
<li class="toctree-l1"><a class="reference internal" href="pbkdf.html">PBKDF Algorithms</a></li>
<li class="toctree-l1"><a class="reference internal" href="passhash.html">Password Hashing</a></li>
<li class="toctree-l1"><a class="reference internal" href="rng.html">Random Number Generators</a></li>
<li class="toctree-l1"><a class="reference internal" href="fpe.html">Format Preserving Encryption</a></li>
<li class="toctree-l1"><a class="reference internal" href="python.html">Python Binding</a></li>
</ul>

          <div role="search">
            <h3 style="margin-top: 1.5em;">Search</h3>
            <form class="search" action="search.html" method="get">
                <input type="text" name="q" />
                <input type="submit" value="Go" />
                <input type="hidden" name="check_keywords" value="yes" />
                <input type="hidden" name="area" value="default" />
            </form>
          </div>
        </div>
        <div class="clearer"></div>
      </div>
    </div>

    <div class="footer-wrapper">
      <div class="footer">
        <div class="left">
          <div role="navigation" aria-label="related navigaton">
            <a href="support.html" title="Commercial Support Options"
              accesskey="P">previous</a> |
            <a href="pgpkey.html" title="PGP Code Signing Key"
              accesskey="N">next</a> |
            <a href="genindex.html" title="General Index"
              accesskey="I">index</a>
          </div>
          <div role="note" aria-label="source link">
              <br/>
              <a href="_sources/download.txt"
                rel="nofollow">Show Source</a>
          </div>
        </div>

        <div class="right">
          
    <div class="footer" role="contentinfo">
        &#169; Copyright 2000-2011, Jack Lloyd.
      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.4.9.
    </div>
        </div>
        <div class="clearer"></div>
      </div>
    </div>

  </body>
</html>