<?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.2.1 or greater.</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-04-05</date>
 <time>19:28:58</time>
 <version>
  <release>0.6.0</release>
  <api>0.5.0</api>
 </version>
 <stability>
  <release>beta</release>
  <api>beta</api>
 </stability>
 <license uri="http://www.gnu.org/copyleft/lesser.html">LGPL</license>
 <notes>API is beta. No API changes in this release. Changes in this release:
 * unit test - fail on E_NOTICE,
 * unit test - fixes for PHPUnit &gt; 3.2.16,
 * unit test - fixes for systems other than Ubuntu 7.10,
 * PHP driver - added workarounds for Windows using temporary files,
 * PHP driver - added auto-detection of GPG binary, making it less likely that you need to specify the binary location,
 * PHP driver - documentation typo fixes,
 * PHP driver - fix bug parsing status output in Windows,
 * PHP driver - fix undefined array in _parseVerifyStatus(),
 * PHP driver - throw an exception if the specified GPG binary is not valid.</notes>
 <contents>
  <dir baseinstalldir="/Crypt" name="/">
   <file baseinstalldir="/Crypt" md5sum="0fcf207474e991581a1466b63d33078f" name="GPG/Driver/GnuPG.php" role="php" />
   <file baseinstalldir="/Crypt" md5sum="e5b3bd23e84513b5103f62547a44e12f" name="GPG/Driver/Php.php" role="php" />
   <file baseinstalldir="/Crypt" md5sum="5b6eba213db39033640b8d4d7ec50d25" name="GPG/Exceptions.php" role="php" />
   <file baseinstalldir="/Crypt" md5sum="ea1e578ff98af896dc93356722932ed0" name="GPG/Key.php" role="php" />
   <file baseinstalldir="/Crypt" md5sum="b0491e09b18070c47f4c7e8506e68389" name="GPG/Signature.php" role="php" />
   <file baseinstalldir="/Crypt" md5sum="48cf6304892ca7bf6eaadd59112d9a05" name="GPG/SubKey.php" role="php" />
   <file baseinstalldir="/Crypt" md5sum="a4f4dbd9bad35399fa4b710c84dd3656" name="GPG/UserId.php" role="php" />
   <file baseinstalldir="/Crypt" md5sum="092d2251b83ec75c07685c14c073c3f1" name="tests/DriverTestCase.php" role="test" />
   <file baseinstalldir="/Crypt" md5sum="7afee58e95a639e44e7e6828e6bae8b1" name="tests/GnuPGDriverTestCase.php" role="test" />
   <file baseinstalldir="/Crypt" md5sum="f550f434333c679643a7d2a6ff616984" name="tests/PhpDriverTestCase.php" role="test" />
   <file baseinstalldir="/Crypt" md5sum="10581ad193c290907034185a9a5e742b" name="ChangeLog" role="data" />
   <file baseinstalldir="/Crypt" md5sum="27ae0a7df9b377776ceb7f2e1581811b" name="GPG.php" role="php" />
   <file baseinstalldir="/Crypt" md5sum="7eb09e6fd83eb49ed22911c3b2f06744" name="LICENSE" role="doc" />
  </dir>
 </contents>
 <dependencies>
  <required>
   <php>
    <min>5.2.1</min>
   </php>
   <pearinstaller>
    <min>1.4.0</min>
   </pearinstaller>
  </required>
  <optional>
   <extension>
    <name>gnupg</name>
   </extension>
  </optional>
 </dependencies>
 <phprelease />
 <changelog>
  <release>
   <version>
    <release>0.6.0</release>
    <api>0.5.0</api>
   </version>
   <stability>
    <release>beta</release>
    <api>beta</api>
   </stability>
   <date>2008-04-05</date>
   <license uri="http://www.gnu.org/copyleft/lesser.html">LGPL</license>
   <notes>API is beta. No API changes in this release. Changes in this release:
 * unit test - fail on E_NOTICE,
 * unit test - fixes for PHPUnit &gt; 3.2.16,
 * unit test - fixes for systems other than Ubuntu 7.10,
 * PHP driver - added workarounds for Windows using temporary files,
 * PHP driver - added auto-detection of GPG binary, making it less likely that you need to specify the binary location,
 * PHP driver - documentation typo fixes,
 * PHP driver - fix bug parsing status output in Windows,
 * PHP driver - fix undefined array in _parseVerifyStatus(),
 * PHP driver - throw an exception if the specified GPG binary is not valid.</notes>
  </release>
 </changelog>
</package>
