2018-06-18 17:06:10 by Takahiro Kambe | Files touched by this commit (3) | |
Log message:
security/pear-Crypt_GPG: update to 1.6.3
1.6.3 Release date: 2018-06-04 01:59 UTC
Changelog:
* Exclude tools/ and package.php from a composer archive.
* Make possible to get a list of GnuPG warnings collected on last operation.
* Fix Bug #21242: PHPUnit tests fail sometimes while deleting
S.gpg-agent.extra.
* Fix mode argument type in docblock.
|
2017-09-13 12:40:18 by David Brownlee | Files touched by this commit (1) |
Log message:
Fix LICENSE pattern (lgpl2 -> gnu-lgpl-v2.1)
|
2017-09-05 17:00:04 by Takahiro Kambe | Files touched by this commit (3) |
Log message:
Update pear-Crypt_GPG to 1.16.2.
pkgsrc change: Add LICENSE.
1.16.2 2017-09-03 04:01 UTC
Changelog:
Added options to configure digest/cipher algorithms.
|
2017-09-02 16:27:38 by Takahiro Kambe | Files touched by this commit (3) |
Log message:
Update pear-Crypt_GPGto 1.6.1.
1.6.1.
Release date: 2017-08-27 07:40 UTC
Changelog:
* Fix Bug #21237: Use --skip-verify in decrypt() method
* Update list of hash algorithm names
* Add option to ignore signature verification errors on decrypt.
|
2017-03-12 14:26:58 by Takahiro Kambe | Files touched by this commit (3) |
Log message:
Update pear-Crypt_GPG to 1.6.0.
1.6.0 2017-02-26 03:26 UTC
Changelog:
* This release adds GnuPG 2.1 support.
* Internal API has been refactored.
* Fix Bug #21182: Ignore invalid proc_close() exit code
* Fix Bug G#28: Use --batch argument for key imports when no passphrase is
provided.
* Fix Bug #21151: GPG-AGENT process is not automatically closed when using
GnuPG 2.0
* Fix Bug #21152: Ignore time conflicts (by default)
* Fixed Bug #21148: Throw bad-passphrase exception instead of key-not-found
exception on decryption
|
2016-10-09 14:30:30 by Takahiro Kambe | Files touched by this commit (3) |
Log message:
Update pear-Crypt_GPG to 1.4.3.
Changelog:
This release fixes following bugs:
* Fix Bug #21121: Searching for keys with pattern containing non-ascii
characters.
* Fix Bug #21119: Parsing of user identifier without name.
* Added POSIX method to isRunning() consistent with terminate().
|
2016-08-21 10:26:40 by Takahiro Kambe | Files touched by this commit (4) |
Log message:
Add pear-Crypt_GPG 1.4.2.
This package provides an object oriented interface to GNU Privacy Guard
(GnuPG). It requires the GnuPG executable to be on the system.
Though GnuPG can support symmetric-key cryptography, this package is
intended only to facilitate public-key cryptography.
|