[Announce] GPGME 1.1.3 released

Marcus Brinkmann marcus.brinkmann at ruhr-uni-bochum.de
Fri Apr 13 00:53:52 CEST 2007


At Sat, 3 Feb 2007 21:09:12 +0200,
Alon Bar-Lev <alon.barlev at gmail.com> wrote:
> 
> On Saturday 03 February 2007, Marcus Brinkmann wrote:
> > Hi,
> > 
> > We are pleased to announce version 1.1.3 of GnuPG Made Easy,
> 
> Hello,
> 
> Please consider the following patch for freebsd.

GPGME follows libassuan, which we maintain separately.  According to

http://g10code.com/autobuild/libassuan-1.0.1.tar.gz-x86-freebsd1-output.html

libassuan builds just fine on freebsd.  So, if GPGME doesn't, there is
something we need to fix, but it is not clear that the below patch is
the right approach.  Can you please send me more info about the build
problems?

Thanks,
Marcus

> Best Regards,
> Alon Bar-Lev
> 
> diff -urNp gpgme-1.1.3.org/assuan/assuan.h gpgme-1.1.3/assuan/assuan.h
> --- gpgme-1.1.3.org/assuan/assuan.h	2007-01-29 22:16:18.000000000 +0200
> +++ gpgme-1.1.3/assuan/assuan.h	2007-02-03 20:57:23.000000000 +0200
> @@ -24,6 +24,7 @@
>  
>  #include <stdio.h>
>  #include <sys/types.h>
> +#include <sys/socket.h>
>  #include <unistd.h>
>  
>  
> diff -urNp gpgme-1.1.3.org/assuan/funopen.c gpgme-1.1.3/assuan/funopen.c
> --- gpgme-1.1.3.org/assuan/funopen.c	2007-01-29 22:16:19.000000000 +0200
> +++ gpgme-1.1.3/assuan/funopen.c	2007-02-03 20:57:23.000000000 +0200
> @@ -39,7 +39,7 @@
>    cookie instead of the fiel descripor.
>  */
>  
> -
> +#ifndef HAVE_FUNOPEN
>  #ifdef HAVE_FOPENCOOKIE
>  FILE *
>  _assuan_funopen(void *cookie,
> @@ -62,3 +62,4 @@ _assuan_funopen(void *cookie,
>  #else
>  #error No known way to implement funopen.
>  #endif
> +#endif
> 




More information about the Gnupg-devel mailing list