From wk ΞΑ gnupg.org Mon Jun 20 21:58:24 2005 From: wk ΞΑ gnupg.org (Werner Koch) Date: Mon Jun 20 22:14:32 2005 Subject: [gnupg-ru] [Announce] GnuPG 1.9.17 (S/MIME and gpg-agent) released Message-ID: <87ll5494wv.fsf@wheatstone.g10code.de> Skipped content of type multipart/signed-------------- next part -------------- _______________________________________________ Gnupg-announce mailing list Gnupg-announce@gnupg.org http://lists.gnupg.org/mailman/listinfo/gnupg-announce From wk ΞΑ gnupg.org Tue Jun 21 16:44:35 2005 From: wk ΞΑ gnupg.org (Werner Koch) Date: Tue Jun 21 16:49:29 2005 Subject: [gnupg-ru] [Announce] Second release candidate for GnuPG 1.4.2 available Message-ID: <87d5qfwyzw.fsf@wheatstone.g10code.de> Skipped content of type multipart/signed-------------- next part -------------- _______________________________________________ Gnupg-announce mailing list Gnupg-announce@gnupg.org http://lists.gnupg.org/mailman/listinfo/gnupg-announce From wk ΞΑ gnupg.org Tue Jun 21 13:47:38 2005 From: wk ΞΑ gnupg.org (Werner Koch) Date: Tue Jun 21 16:51:42 2005 Subject: [gnupg-ru] Re: [Announce] GnuPG 1.9.17 (S/MIME and gpg-agent) released In-Reply-To: <87ll5494wv.fsf@wheatstone.g10code.de> (Werner Koch's message of "Mon, 20 Jun 2005 21:58:24 +0200") References: <87ll5494wv.fsf@wheatstone.g10code.de> Message-ID: <87ll54x76t.fsf@wheatstone.g10code.de> Hi! there is a small glitch on systems where libusb development files are not installed. This is actually optional but a missing one won' t let you build the scdaemon. ./configure --disable-scdaemon is the obvious workaround. Or use this patch: diff -u -p -r1.12.2.32 scdaemon.c --- scd/scdaemon.c 7 Jun 2005 19:09:17 -0000 1.12.2.32 +++ scd/scdaemon.c 21 Jun 2005 11:55:42 -0000 @@ -456,7 +456,9 @@ main (int argc, char **argv ) allow_coredump = 1; break; case oDebugCCIDDriver: +#ifdef HAVE_LIBUSB ccid_set_debug_level (ccid_set_debug_level (-1)+1); +#endif /*HAVE_LIBUSB*/ break; case oDebugDisableTicker: ticker_disabled = 1; break; Installing libusb-dev is in general a good idea - if it exists for your platform. Without it you need to use pcsclite to access smartcard readers. Shalom-Salam, Werner _______________________________________________ Gnupg-announce mailing list Gnupg-announce@gnupg.org http://lists.gnupg.org/mailman/listinfo/gnupg-announce