SHA256
1
0
forked from pool/php-gnupg
Commit Graph

3 Commits

Author SHA256 Message Date
Arjen de Korte
6dca77d5af - Update to 1.5.0RC2
* Fixed build with libgpgme 1.3
  * Fixed largefile support on 32-bit platforms
    (delete 0001_add_largefile_support.patch)
  * Fixed tests in PECL archive
    (delete gnupgt.inc and vars.inc)

OBS-URL: https://build.opensuse.org/package/show/server:php:extensions/php-gnupg?expand=0&rev=7
2021-03-07 17:39:40 +00:00
Arjen de Korte
c0e485ee8b - Fix build on i586 (expects largefile support to be enabled)
OBS-URL: https://build.opensuse.org/package/show/server:php:extensions/php-gnupg?expand=0&rev=5
2021-02-21 21:21:26 +00:00
Arjen de Korte
331c096cd0 - Update to 1.5.0RC1
* Added support for PHP 8
  * Added support for GnuPG 2.1+
  * Added argument info for all functions and methods (reflection support)
  * Added new function `gnupg_getengineinfo`
  * Added new function `gnupg_geterrorinfo`
  * Added init array argument for setting home dir and gpg binary file name
  * Added additional fields to `gnupg_keyinfo` returned array
  * Added parameter to `gnupg_keyinfo` to use `secret_only`
  * Fixed `gnupg_deletekey` to use boolean for `allow_secret` parameter
- Update to 1.4.0
  * No changes since 1.4.0RC2
- Update to 1.4.0RC2
  * Fixed ZTS issue with invalid context for a password callback
- Update to 1.4.0RC1
  * Added support for PHP 7
  * Fixed various compilation issues
- Use _multibuild to build for php7 and php8
- Use php_cfgdir and php_extdir macros to determine location of files
- Run unit tests
- Add files missing from the PECL tarball
  + gnupgt.inc
  + vars.inc

OBS-URL: https://build.opensuse.org/package/show/server:php:extensions/php-gnupg?expand=0&rev=2
2021-02-21 12:12:21 +00:00