Re: GnuPG 1.9.14 released

Michael Nottebrock <[email protected]> Thu, 23 Dec 2004 00:39:39 +0100
Newsgroups gmane.comp.encryption.gpg.gpa.devel,gmane.comp.gnu.gnupg.devel
Message-ID <[email protected]>
On Wednesday, 22. December 2004 22:24, Werner Koch wrote:
> Hi!
>
> We are pleased to announce the availability of GnuPG 1.9.14, the new
> development branch of GnuPG for use with S/MIME.
>
> This is mainly a bug fix release with a few new things:

Unfortunately it seems one of Santa's naughtier elves snuck in some new bugs 
as well. 

Fallout is one build error if the pth headers are not installed in one of the 
standard include paths (or include paths picked up from other configure 
checks) and one additional build+link error if gpgsm support is enabled.

Patches attached.

Thanks for a year of great gnupg software & happy holidays,
-- 
   ,_,   | Michael Nottebrock               | [email protected]
 (/^ ^\) | FreeBSD - The Power to Serve     | http://www.freebsd.org
   \u/   | K Desktop Environment on FreeBSD | http://freebsd.kde.org

_______________________________________________
Gpa-dev mailing list
[email protected]
http://lists.gnupg.org/mailman/listinfo/gpa-dev
patch-common-Makefile.am (text/x-diff, 332 B)
--- common/Makefile.am.orig	Wed Dec 22 23:50:45 2004
+++ common/Makefile.am	Wed Dec 22 23:51:09 2004
@@ -21,7 +21,7 @@
 
 noinst_LIBRARIES = libcommon.a libsimple-pwquery.a
 
-AM_CFLAGS =  $(LIBGCRYPT_CFLAGS) $(KSBA_CFLAGS)
+AM_CFLAGS =  $(LIBGCRYPT_CFLAGS) $(KSBA_CFLAGS) $(PTH_CFLAGS)
 
 libcommon_a_SOURCES = \
 	util.h i18n.h \
patch-sm-Makefile.am (text/x-diff, 632 B)
--- sm/Makefile.am.orig	Wed Dec 22 23:50:54 2004
+++ sm/Makefile.am	Wed Dec 22 23:51:25 2004
@@ -21,7 +21,7 @@
 
 bin_PROGRAMS = gpgsm
 
-AM_CFLAGS = $(LIBGCRYPT_CFLAGS) $(LIBASSUAN_CFLAGS) $(KSBA_CFLAGS)
+AM_CFLAGS = $(LIBGCRYPT_CFLAGS) $(LIBASSUAN_CFLAGS) $(KSBA_CFLAGS) $(PTH_CFLAGS)
 
 AM_CPPFLAGS = -I$(top_srcdir)/common -I$(top_srcdir)/intl 
 include $(top_srcdir)/am/cmacros.am
@@ -54,6 +54,6 @@
 gpgsm_LDADD = ../jnlib/libjnlib.a ../kbx/libkeybox.a	\
               ../common/libcommon.a \
               $(LIBGCRYPT_LIBS)  $(KSBA_LIBS) $(LIBASSUAN_LIBS) -lgpg-error \
-	      $(LIBINTL)
+	      $(LIBINTL) $(PTH_LIBS)
signature.asc (application/pgp-signature, 187 B)
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.6 (FreeBSD)

iD8DBQBBygW/Xhc68WspdLARAq+nAJkBiyqrAPKNFQ9dXMz2iqssRVZ2fACgqviX
0Y5PiI+Xf9vHQOjn3LPm7B8=
=MyhJ
-----END PGP SIGNATURE-----