<?xml version="1.0" encoding="UTF-8"?>
<package packagerversion="1.6.2" version="2.0" xmlns="http://pear.php.net/dtd/package-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0     http://pear.php.net/dtd/tasks-1.0.xsd     http://pear.php.net/dtd/package-2.0     http://pear.php.net/dtd/package-2.0.xsd">
 <name>Crypt_GPG</name>
 <channel>pear.php.net</channel>
 <summary>GNU Privacy Guard (GPG)</summary>
 <description>This package provides an object oriented interface to GNU Privacy Guard (GPG). It requires the GPG executable to be on the system.

Though GPG can support symmetric-key cryptography, this package is intended only to facilitate public-key cryptography.

This package requires PHP version 5.</description>
 <lead>
  <name>Mike Gauthier</name>
  <user>gauthierm</user>
  <email>mike@silverorange.com</email>
  <active>yes</active>
 </lead>
 <lead>
  <name>Nathan Fredrickson</name>
  <user>nrf</user>
  <email>nathan@silverorange.com</email>
  <active>yes</active>
 </lead>
 <date>2008-01-18</date>
 <time>16:16:35</time>
 <version>
  <release>0.3.11</release>
  <api>0.3.0</api>
 </version>
 <stability>
  <release>alpha</release>
  <api>alpha</api>
 </stability>
 <license uri="http://www.gnu.org/copyleft/lesser.html">LGPL</license>
 <notes>API is alpha. Changes will be made to Key and Signature objects in future releases.

Changes in this release:
 * Allow not specifying a passphrase for keys that don&apos;t need a passphrase,
 * Make driver constructor protected to force use of factory method,
 * Added exportPublicKeyMethod(),
 * Set trust model to &apos;always&apos;, mirroring the model used by PECL gnupg,
 * Fix detection of missing passphrases, and
 * documentation and typo fixes.</notes>
 <contents>
  <dir baseinstalldir="/Crypt" name="/">
   <file baseinstalldir="/Crypt" md5sum="4bc0f96f504eb996ec613e83ed715678" name="GPG/Driver/Php.php" role="php" />
   <file baseinstalldir="/Crypt" md5sum="8db6fe696f33619a0c308dd5aa3cdab6" name="GPG/Exceptions.php" role="php" />
   <file baseinstalldir="/Crypt" md5sum="5f12b0a536a1f15974889dee9b08e490" name="GPG/Key.php" role="php" />
   <file baseinstalldir="/Crypt" md5sum="0856ab25e31ed4323342495d79db4115" name="GPG/Signature.php" role="php" />
   <file baseinstalldir="/Crypt" md5sum="1c64fd587a41314b4818a7fd049bccdc" name="tests/PhpDriver.php" role="test" />
   <file baseinstalldir="/Crypt" md5sum="2f4efcc734fb1e7748029ea01ced6995" name="tests/test.php" role="test" />
   <file baseinstalldir="/Crypt" md5sum="10581ad193c290907034185a9a5e742b" name="ChangeLog" role="data" />
   <file baseinstalldir="/Crypt" md5sum="1d4af3790afa11492ee8019b4b4af2f1" name="GPG.php" role="php" />
   <file baseinstalldir="/Crypt" md5sum="7eb09e6fd83eb49ed22911c3b2f06744" name="LICENSE" role="doc" />
  </dir>
 </contents>
 <dependencies>
  <required>
   <php>
    <min>5.0.5</min>
   </php>
   <pearinstaller>
    <min>1.4.0</min>
   </pearinstaller>
  </required>
 </dependencies>
 <phprelease />
 <changelog>
  <release>
   <version>
    <release>0.3.11</release>
    <api>0.3.0</api>
   </version>
   <stability>
    <release>alpha</release>
    <api>alpha</api>
   </stability>
   <date>2008-01-18</date>
   <license uri="http://www.gnu.org/copyleft/lesser.html">LGPL</license>
   <notes>API is alpha. Changes will be made to Key and Signature objects in future releases.

Changes in this release:
 * Allow not specifying a passphrase for keys that don&apos;t need a passphrase,
 * Make driver constructor protected to force use of factory method,
 * Added exportPublicKeyMethod(),
 * Set trust model to &apos;always&apos;, mirroring the model used by PECL gnupg,
 * Fix detection of missing passphrases, and
 * documentation and typo fixes.</notes>
  </release>
 </changelog>
</package>
