Commit graph

16 commits

Author SHA1 Message Date
Jakub Zelenka
b0b84c5ac1
Add /opt/homebrew to the configuration SEARCH_PATH (#43) 2022-02-20 21:06:23 +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
Remi Collet
dc8fed26a6 add check for libgpgme version 1.3.0 2021-02-19 07:17:46 +01:00
Jakub Zelenka
89eb4447df Update phpc with 8.0 support 2021-01-16 20:46:52 +00: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
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
585c11c84a Fix --with-gnupg=dir to use correct dir 2018-06-05 17:56:58 +01:00
Jim Jagielski
30fab6eaf9 Close: https://bugs.php.net/bug.php?id=69785 2016-05-03 02:50:01 -05:00
Jim Jagielski
b8466e5ec1 Add in --with-gpg configure option to allow user to
specify the path to gpg v1.x (which gpgme still needs to
know if compiled for both but uses gpg2 by default)
2013-07-02 15:33:55 +00:00
Thilo Raufeisen
6803be309c - fixed build-issues in config.m4
- make sure that 'plain_text' is passed on 'verify'
- set error_reporting to E_ALL during tests
2006-10-24 14:04:02 +00:00
Thilo Raufeisen
f3a9027773 improved PHP4 compatibility and config.m4
passphrase-errors now takes care of the actual errormode
2006-03-16 15:52:43 +00:00
Thilo Raufeisen
7852127f8d better search_path/search_for
added [=DIR] to php_arg_with
2006-02-02 13:00:21 +00:00
Thilo Raufeisen
6d0723bba0 changed one errormsg from gnupg to gpgme 2005-11-12 14:05:49 +00:00
Thilo Raufeisen
665caa4026 basic cleanup
a missing gpgme-lib gets now correctly reported
2005-10-15 14:42:04 +00:00
Thilo Raufeisen
d8d905f6e7 added gnupg_keylistiterator 2005-10-10 17:47:21 +00:00
Thilo Raufeisen
04b0e31929 initial release 2005-10-07 18:59:50 +00:00