Commit graph

203 commits

Author SHA1 Message Date
Jakub Zelenka
866c3b47a3
Release 1.5.0 2021-04-10 22:18:58 +01:00
Jakub Zelenka
d2b0dd4def
Fix package.json formatting 2021-04-10 19:48:55 +01:00
Jakub Zelenka
45897ba6cd
Create a new README and some minor info updates 2021-04-10 19:42:28 +01:00
Jakub Zelenka
f582374e07 Release 1.5.0RC2 2021-03-07 17:21:11 +00:00
Jakub Zelenka
d32d75b6eb Merge branch 'arjendekorte-patch-1' 2021-03-07 16:57:08 +00:00
Arjen de Korte
82bde58b7a config.m4: Add largefile support
The GPGME uses AC_SYS_LARGEFILE in its `configure.ac`, which makes it expects largefile support to be enabled when the system supports it. See the following from https://gnupg.org/documentation/manuals/gpgme/Largefile-Support-_0028LFS_0029.html:

"On POSIX platforms you can enable largefile support, if it is different from the default on the system the application is compiled on, by using the Autoconf macro AC_SYS_LARGEFILE. If you do this, then you don’t need to worry about anything else: It will just work. In this case you might also want to use AC_FUNC_FSEEKO to take advantage of some new interfaces, and AC_TYPE_OFF_T (just in case)."

Adding this is required on 32-bits and optional on 64-bits platforms.
2021-03-07 16:56:25 +00:00
Jakub Zelenka
75813dfb81
Merge pull request #27 from remicollet/issue-checkver
fix build with old libgpgme 1.3
2021-03-07 16:40:48 +00:00
Remi Collet
dc8fed26a6 add check for libgpgme version 1.3.0 2021-02-19 07:17:46 +01:00
Jakub Zelenka
bedfafbdbd
Merge pull request #25 from remicollet/issue-missing-inc
Add missing files for test suite in pecl archive
2021-02-17 20:51:50 +00:00
Jakub Zelenka
ccb1e4730e
Merge pull request #26 from remicollet/issue-fix-clean
Cleanup socket files
2021-02-17 20:51:24 +00:00
Remi Collet
618e7ffc69 fix build with libgpgme 1.3 2021-02-15 08:04:36 +01:00
Remi Collet
68055f20f9 also cleanup socket files 2021-02-15 07:17:40 +01:00
Remi Collet
48fdee8681 add missing files for test suite in pecl archive 2021-02-15 07:12:18 +01:00
Jakub Zelenka
3cd5970076 Release 1.5.0RC1 2021-02-14 19:46:12 +00:00
Jakub Zelenka
100a19ce40 Fix arginfos and tests for PHP 8 2021-02-14 19:18:00 +00:00
Jakub Zelenka
542d121eca Fix tests to work correctly with gpg1 and older gpgme versions 2021-02-14 18:49:40 +00:00
Jakub Zelenka
75a9b387ea Fix tests with gpg2 2021-02-14 18:29:37 +00:00
Jakub Zelenka
a32dc2f988 Update NEWS 2021-01-16 20:46:52 +00:00
Jakub Zelenka
474a2b9e97 Add gnupg_geterrorinfo and cover gnupg_geterror 2021-01-16 20:46:52 +00:00
Jakub Zelenka
e6c0456610 Refactore gnupg_deletekey to allow boolean allow_secret 2021-01-16 20:46:52 +00:00
Jakub Zelenka
e4ab851f1f Fix missing and incorrect arginfos 2021-01-16 20:46:52 +00:00
Jakub Zelenka
89eb4447df Update phpc with 8.0 support 2021-01-16 20:46:52 +00:00
Jakub Zelenka
467980cf56 Update tests to match new test key 2021-01-16 20:46:52 +00:00
Jakub Zelenka
0d91de88ab Add stronger key for tests 2021-01-16 20:46:52 +00:00
Jakub Zelenka
ff7a72120e
Merge pull request #17 from travispaul-forks/master
Fix configure failure on NetBSD
2020-09-20 19:30:49 +01:00
Travis Paul
a61af1bc34
Fix configure failure on NetBSD
$host_os is "netbsd" (all lowercase) according to config.log
2020-02-13 13:43:38 +08:00
Jakub Zelenka
5f690c3647 Add NEWS.md and update TODO.md 2019-08-18 16:23:05 +01:00
Jakub Zelenka
1675a5d997 Update phpc to fix build with PHP master 2018-09-29 15:06:16 +01:00
Jakub Zelenka
4703221a6f Update .gitignore 2018-09-29 15:02:20 +01:00
Jakub Zelenka
7c040788ad Test secret_only param in keyinfo 2018-08-27 18:49:33 +01:00
Jakub Zelenka
d93d6ea80d Add implementation for keyinfo secret_only parameter 2018-08-12 20:10:04 +01:00
Jakub Zelenka
a2d30ca91d
Merge pull request #16 from petk/patch-git-idents
Remove unused Git attributes ident
2018-07-15 19:44:58 +01:00
Jakub Zelenka
99e63e50ab Update TODO list - remove implemented engine info setting 2018-07-15 19:44:25 +01:00
Jakub Zelenka
c1666d093c Port and fix gnupg_res_listsignatures test 2018-07-07 17:49:29 +01:00
Jakub Zelenka
b0b783b604 Port and fix gnupg_res_keyinfo test 2018-07-07 17:47:33 +01:00
Peter Kokot
bb2cd3ab56 Remove unused Git attributes ident
The $Id$ keywords were used in Subversion where they can be substituted
with filename, last revision number change, last changed date, and last
user who changed it.

In Git this functionality is different and can be done with Git attribute
ident. These need to be defined manually for each file in the
.gitattributes file and are afterwards replaced with 40-character
hexadecimal blob object name which is based only on the particular file
contents.

This patch simplifies handling of $Id$ keywords by removing them since
they are not used anymore.
2018-07-05 06:50:00 +02:00
Jakub Zelenka
e95d53f2e0 Port listsignatures oo test to the new array check 2018-06-22 19:28:41 +01:00
Jakub Zelenka
2778396423 Finalize fix for updated gnupg_oo_keyinfo 2018-06-20 19:49:00 +01:00
Jakub Zelenka
4390ac3df8 Add checks for previous subkey values in oo keyinfo test 2018-06-18 15:36:48 +01:00
Jakub Zelenka
f3864c33da Add generic oo keyinfo checks 2018-06-15 18:59:33 +01:00
Jakub Zelenka
7d979e4e60 Add helpers for checking arrays in tests 2018-06-14 20:14:33 +01:00
Gunter Grodotzki
aa6fdf830b spaces vs. tabs 2018-06-06 20:34:42 +01:00
Gunter Grodotzki
b852d6e509 remove prefix on class constants 2018-06-06 20:34:42 +01:00
Gunter Grodotzki
62a7495b45 add constants 2018-06-06 20:34:42 +01:00
Gunter Grodotzki
5674652e6e removing too old version check 2018-06-06 20:34:42 +01:00
Gunter Grodotzki
42b08f7dbd fix version req 2018-06-06 20:34:42 +01:00
Gunter Grodotzki
d9bc785b1b revert order.. 2018-06-06 20:34:42 +01:00
Gunter Grodotzki
3be90b190a Fixes #6: Add additional output fields to keyinfo() + listsignatures() 2018-06-06 20:34:42 +01:00
Jakub Zelenka
585c11c84a Fix --with-gnupg=dir to use correct dir 2018-06-05 17:56:58 +01:00
Jakub Zelenka
15b69c66ea Add GNUPG_GPGME_VERSION constant 2018-06-05 17:07:15 +01:00