php-crypt-gpg 1.6.7-2 source package in Ubuntu

Changelog

php-crypt-gpg (1.6.7-2) unstable; urgency=medium

  * Add 'Crypt_GPG-*/tests/debug.log' to d/clean.
  * testExportPrivateKey_with_bad_pass(): Ignore E_NOTICE reporting.  fwrite()
    calls might fail with EPIPE when gpg(1) terminates early, and PHPUnit
    converts the notice into an exception thereby making the test flaky.
    (Closes: #1006028)

 -- Guilhem Moulin <email address hidden>  Sun, 20 Feb 2022 19:06:11 +0100

Upload details

Uploaded by:
Debian PHP PEAR Maintainers
Uploaded to:
Sid
Original maintainer:
Debian PHP PEAR Maintainers
Architectures:
all
Section:
php
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe php
Lunar release universe php
Jammy release universe php

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
php-crypt-gpg_1.6.7-2.dsc 2.2 KiB 46ccf38ad1072362e92c7efc7bc5d3b44788a6a81fd97069e010d4a9b37df7c3
php-crypt-gpg_1.6.7.orig.tar.gz 335.9 KiB 50bbc63a501bc379adeb0d2b88b50511fcac16f83776ed517a8947a0dcbd6334
php-crypt-gpg_1.6.7-2.debian.tar.xz 6.9 KiB 60bab408da7e75cfcc1d512cabf4758a7da169bf9da7eb1c81d45d68ba0571a1

Available diffs

No changes file available.

Binary packages built by this source

php-crypt-gpg: PHP PEAR module for encrypting and decrypting with GnuPG

 Crypt/GPG.php provides an object oriented interface to GNU Privacy
 Guard (GnuPG). This PEAR package is intended to facilitate
 public-key cryptography.