Commit graph

13 commits

Author SHA1 Message Date
taca
72a0b448d9 security/pear-Crypt_GPG: update to 1.6.7
1.6.7 (2022-02-16)

* [CVE-2022-24953] Insert the end-of-options marker before operation
  arguments [thomas-chauchefoin-sonarsource].

* Ignore tests/debug.log and .gitattributes itself.
2022-02-20 13:15:14 +00:00
nia
3df0f20e22 security: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Unfetchable distfiles (fetched conditionally?):
./security/cyrus-sasl/distinfo cyrus-sasl-dedad73e5e7a75d01a5f3d5a6702ab8ccd2ff40d.patch.v2
2021-10-26 11:16:56 +00:00
nia
fa4b2904a6 security: Remove SHA1 hashes for distfiles 2021-10-07 14:53:40 +00:00
taca
e92875fc90 security/pear-Crypt_GPG: update to 1.6.6
1.6.6 (2021-09-05)

* Fix possible infinite loop.
* Use configured debug handler also in CLI.
* Support generating keys without a user name.
2021-09-06 15:08:44 +00:00
taca
6cada28bd2 security/pear-Crypt_GPG: update to 1.6.5
1.6.5 (2021-03-16 13:30 UTC)

Changelog:

* Add getCreationDateTime() and getExpirationDateTime() methods to
  Crypt_GPG_SubKey class.
2021-03-21 03:31:25 +00:00
taca
f92f26d5cb security/pear-Crypt_GPG: update to 1.6.4
Update pear-Crypt_GPG to 1.6.4.


1.6.4	(2020-03-22 08:00 UTC)

Changelog:

* Use classmap for autoloading in composer as this package does not follow
  PSR-0.
* Support default gpg binary location on NixOS.
* Fix IgnoreVerifyErrors issues with GnuPG 1.4 and PHP5.
* Add possibility to add custom arguments to gpg commands.
* Add option to choose compression algorithm.
* Compatibility with phpunit >= 6.0.
2020-03-23 15:02:48 +00:00
taca
e265c7e460 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.
2018-06-18 15:06:10 +00:00
abs
237ef75d1c Fix LICENSE pattern (lgpl2 -> gnu-lgpl-v2.1) 2017-09-13 10:40:18 +00:00
taca
08ac43609d 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-05 15:00:03 +00:00
taca
bae3cd9039 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-09-02 14:27:38 +00:00
taca
c8e71ca985 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
2017-03-12 13:26:58 +00:00
taca
ec7f820351 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-10-09 12:30:30 +00:00
taca
de6aad3503 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.
2016-08-21 08:26:39 +00:00