« Return to Thread: [Announce] GPGME 1.1.6 released

Re: [Announce] GPGME 1.1.6 released

by Alon Bar-Lev :: Rate this Message:

Reply to Author | View in Thread

On 1/4/08, Marcus Brinkmann <marcus.brinkmann@...> wrote:
> Hi,
>
> We are pleased to announce version 1.1.6 of GnuPG Made Easy,
> a library designed to make access to GnuPG easier for applications.

Hello,

Please fix some qa issues.
 * QA Notice: Package has poor programming practices which may compile
 *            fine but exhibit random runtime failures.
 * assuan-pipe-connect.c:593: warning: implicit declaration of
function '_gpgme_io_pipe'
assuan-pipe-connect.c:638: warning: implicit declaration of function
'_gpgme_io_spawn'

Attach is a temp fix, as including the priv-io.h conflict with other
parts of the software.

Also... One test fails:

PASS: t-verify
Hallo Leute!
PASS: t-decrypt
t-sign.c:107: KSBA: Not found (9.27)
FAIL: t-sign
Begin Result:
Issuer ...: /CN=DFN Top Level Certification
Authority/OU=DFN-PCA/O=Deutsches
Forschungsnetz/C=DE/EMail=certify@...
Serial ...: 01
Subject ..: /CN=DFN Top Level Certification
Authority/OU=DFN-PCA/O=Deutsches
Forschungsnetz/C=DE/EMail=certify@...

During tests, the pinentry dialogs are shown, I must write "abc" for
tests to run (many times), can you please make the test use silent
passphrase?

Best Regards,
Alon Bar-Lev.

[gpgme-1.1.6-qa.patch]

diff -urNp gpgme-1.1.6.org/assuan/assuan-pipe-connect.c gpgme-1.1.6/assuan/assuan-pipe-connect.c
--- gpgme-1.1.6.org/assuan/assuan-pipe-connect.c 2007-09-27 15:00:05.000000000 +0200
+++ gpgme-1.1.6/assuan/assuan-pipe-connect.c 2008-01-04 17:35:04.000000000 +0200
@@ -39,6 +39,11 @@
 
 #include "assuan-defs.h"
 
+int _gpgme_io_pipe (int filedes[2], int inherit_idx);
+int _gpgme_io_spawn (const char *path, char **argv,
+     struct spawn_fd_item_s *fd_child_list,
+     struct spawn_fd_item_s *fd_parent_list);
+
 /* Hacks for Slowaris.  */
 #ifndef PF_LOCAL
 # ifdef PF_UNIX


_______________________________________________
Gnupg-devel mailing list
Gnupg-devel@...
http://lists.gnupg.org/mailman/listinfo/gnupg-devel

 « Return to Thread: [Announce] GPGME 1.1.6 released