|
Re: GnuPG 1.9.14 released: msg#00012encryption.gpg.gpa.devel
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 | lofi@xxxxxxxxxxx (/^ ^\) | FreeBSD - The Power to Serve | http://www.freebsd.org \u/ | K Desktop Environment on FreeBSD | http://freebsd.kde.org --- 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 \ --- 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)
Gpa-dev mailing list Gpa-dev@xxxxxxxxx http://lists.gnupg.org/mailman/listinfo/gpa-dev |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | GnuPG 1.9.14 released: 00012, Werner Koch |
|---|---|
| Next by Date: | Re: GnuPG 1.9.14 released: 00012, Werner Koch |
| Previous by Thread: | GnuPG 1.9.14 releasedi: 00012, Werner Koch |
| Next by Thread: | Re: GnuPG 1.9.14 released: 00012, Werner Koch |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |