From Marcus.Brinkmann at ruhr-uni-bochum.de Sun Feb 10 19:59:01 2002 From: Marcus.Brinkmann at ruhr-uni-bochum.de (Marcus Brinkmann) Date: Wed Feb 23 12:43:33 2005 Subject: [Announce] GPGME 0.3.1 released Message-ID: <20020209020628.GE3429@212.23.136.22> We are pleased to announce version 0.3.1 of GnuPG Made Easy, a library designed to make access to GnuPG easier for applications. It may be found in the file (about 577 KB compressed) ftp://ftp.gnupg.org/gcrypt/alpha/gpgme/gpgme-0.3.1.tar.gz. It should soon appear on the mirrors listed at http://www.gnupg.org/mirrors.html. Bug reports and requests for assistance should be sent to gnupg-devel@gnu.org. The md5sum checksums for this distibution are aa8f7033ac316458e100d3716ea7133b gpgme-0.3.1.tar.gz 518da3712aeeb10e5aeff7c02878c10c gpgme-0.3.1.tar.gz.sig 4cf626a2fd200b673e07e6de5979bedf gpgme-0.3.0-0.3.1.diff.gz 09e30e80bd5f834525ca65458c8b9db7 gpgme-0.3.0-0.3.1.diff.gz.sig Noteworthy changes in version 0.3.1 (2002-02-09) ------------------------------------------------ * There is a Texinfo manual documenting the API. * The gpgme_set_keylist_mode function returns an error, and changed its meaning. It is no longer usable to select between normal and fast mode (newer versions of GnuPG will always be fast), but selects between local keyring, remote keyserver, or both. For this, two new macros are defined, GPGME_KEYLIST_MODE_LOCAL and GPGME_KEYLIST_MODE_EXTERN. To make it possible to modify the current setting, a fucntion gpgme_get_keylist_mode was added to retrieve the current mode. * gpgme_wait accepts a new argument STATUS to return the error status of the operation on the context. Its definition is closer to waitpid() now than before. * The LENGTH argument to gpgme_data_new_from_filepart changed its type from off_t to the unsigned size_t. * The R_HD argument to the GpgmePassphraseCb type changed its type from void* to void**. * New interface gpgme_op_trustlist_end() to match gpgme_op_keylist_end(). * The CryptPlug modules have been renamed to gpgme-openpgp and gpgme-smime, and they are installed in pkglibdir by `make install'. * An idle function can be registered with gpgme_register_idle(). * The GpgSM backend supports key generation with gpgme_op_genkey(). * Interface changes relative to the 0.3.0 release: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gpgme_data_new_from_filepart CHANGED: Type of LENGTH is size_t. GpgmePassphraseCb CHANGED: Type of R_HD is void **. gpgme_wait CHANGED: New argument STATUS. gpgme_set_keylist_mode CHANGED: Type of return value is GpgmeError. The function has a new meaning! gpgme_get_keylist_mode NEW GPGME_KEYLIST_MODE_LOCAL NEW GPGME_KEYLIST_MODE_EXTERN NEW gpgme_op_trustlist_next NEW GpgmeIdleFunc NEW gpgme_register_idle NEW ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Marcus Brinkmann mb@g10code.de From mb at g10code.de Sun Feb 10 19:59:03 2002 From: mb at g10code.de (Marcus Brinkmann) Date: Wed Feb 23 12:43:33 2005 Subject: [Announce] GPGME 0.3.2 released Message-ID: <20020210135606.GB696@212.23.136.22> We are pleased to announce version 0.3.2 of GnuPG Made Easy, a library designed to make access to GnuPG easier for applications. It may be found in the file (about 579 KB compressed) ftp://ftp.gnupg.org/gcrypt/alpha/gpgme/gpgme-0.3.2.tar.gz. It should soon appear on the mirrors listed at http://www.gnupg.org/mirrors.html. Bug reports and requests for assistance should be sent to gnupg-devel@gnu.org. The md5sum checksums for this distibution are 9cb02a8c4c70bb291ea002e25eb8dd30 gpgme-0.3.1-0.3.2.diff.gz 987838060829be0235abc4f430cf6cd3 gpgme-0.3.1-0.3.2.diff.gz.sig a3d208a615ccbbc9ce1e31ee7f2f5fc3 gpgme-0.3.2.tar.gz f2b2f839ea4e2f15a2cbd4fafc3dbf6c gpgme-0.3.2.tar.gz.sig Noteworthy changes in version 0.3.2 (2002-02-10) ------------------------------------------------ * Remove erroneous dependency on libgcrypt in jnlib. This is a bug fix release. Please also read the Noteworthy changes in version 0.3.1 (2002-02-09). Marcus Brinkmann mb@g10code.de From Marcus.Brinkmann at ruhr-uni-bochum.de Wed Feb 13 00:21:02 2002 From: Marcus.Brinkmann at ruhr-uni-bochum.de (Marcus Brinkmann) Date: Wed Feb 23 12:43:33 2005 Subject: [Announce] GPGME 0.3.3 released Message-ID: <20020212231844.GW705@212.23.136.22> We are pleased to announce version 0.3.3 of GnuPG Made Easy, a library designed to make access to GnuPG easier for applications. It may be found in the file (about 576 KB compressed) ftp://ftp.gnupg.org/gcrypt/alpha/gpgme/gpgme-0.3.3.tar.gz. It should soon appear on the mirrors listed at http://www.gnupg.org/mirrors.html. Bug reports and requests for assistance should be sent to gnupg-devel@gnu.org. The md5sum checksums for this distibution are 93cf2a873d7fcb23cc0ec0ec27d5235e gpgme-0.3.2-0.3.3.diff.gz.sig 94d9081fc72958b2c5ce6378fab64375 gpgme-0.3.3.tar.gz.sig 6e1e8254b3742bd71db880cb84f7b00f gpgme-0.3.2-0.3.3.diff.gz 4b012ab44b320096253559b04147b7d4 gpgme-0.3.3.tar.gz Noteworthy changes in version 0.3.3 (2002-02-12) ------------------------------------------------ * Fix the Makefile in jnlib. * Fix the test suite (hopefully). It should clean up all its state with `make check' now. As version 0.3.2, this is a bug fix release. Please also read the Noteworthy changes in version 0.3.1 (2002-02-09). Marcus Brinkmann mb@g10code.de From ftobin at neverending.org Fri Mar 1 19:13:02 2002 From: ftobin at neverending.org (Frank Tobin) Date: Wed Feb 23 12:43:33 2005 Subject: [Announce] Ann.: keystory 0.1.0 (initial) release Message-ID: <20020228234703.T93061-100000@palanthas.neverending.org> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Announcing the 0.1.0 (initial) release of keystory: keystory, by analyzing email history, gathers data on the usage of OpenPGP signatures, and provides information to imperfectly, but practically complement the web of trust, answering questions such as "What keys has foo@bar.baz.com used, where and when?" The homepage for keystory is at: http://keystory.sourceforge.net/ tar.gz's and RPM's can be found at: http://sourceforge.net/project/showfiles.php?group_id=42442 I have put up a demo of keystory having a CGI interface at http://palanthas.neverending.org/keystory/ The demo site contains information gathered from the gnupg-users and gnupg-devel archives. keystory requires Python 2.2 or later, GnuPG, and other Python modules that are described in the README. >From the NEWS file: Noteworthy changes in 0.1.0 - ----------------------------------------------------------------- * Initial release of keystory. * Current issues are that there is no recognition of duplicately imported data and compile time is slow. - -- Frank Tobin http://www.neverending.org/~ftobin/ -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: pgpenvelope 2.10.2 - http://pgpenvelope.sourceforge.net/ iEYEARECAAYFAjx/E/gACgkQVv/RCiYMT6NwfQCgigfN1v7620XSGa+qoEfGZwMb jwkAniEOgAXGuOLO0aG+FO1CLqsmyRaX =fpYe -----END PGP SIGNATURE----- From wk at gnupg.org Fri Mar 15 14:44:02 2002 From: wk at gnupg.org (Werner Koch) Date: Wed Feb 23 12:43:33 2005 Subject: [Announce] GnuPG fix for included zlib Message-ID: <871yemar0b.fsf@alberti.gnupg.de> Hi! As you probably all know, a security problem with the compress library zlib has been found which affects a lot of software. For details see: http://www.zlib.org/advisory-2002-03-11.txt and the security announcements for your OS. GnuPG does also use zlib; however in most environments the system provided zlib is used. So an update to this system library is sufficient to fix the problem in GnuPG. On systems without a installed zlib, the GnuPG build process automatically includes the zlib copy which come with it. This may also be forced by using the --with-included-zlib configure option. On those systems, GnuPG needs to be updated! A patch with instructions is attached to this mail. Note, that the MS-Windows version is also affected by this bug; an updated binary package will be available soon. Werner -------------- next part -------------- A non-text attachment was scrubbed... Name: gnupg-zlib.patch Type: text/x-patch Size: 10158 bytes Desc: not available Url : /pipermail/attachments/20020315/44c9489e/gnupg-zlib.bin From wk at gnupg.org Thu Mar 21 11:26:02 2002 From: wk at gnupg.org (Werner Koch) Date: Wed Feb 23 12:43:33 2005 Subject: [Announce] Announcing a GnuPG "plugin" for Mozilla (Enigmail) Message-ID: <87pu1yxlq6.fsf@alberti.gnupg.de> From: "R. Saravanan" To: gnupg-users@gnupg.org Date: Wed, 20 Mar 2002 12:50:51 -0700 Enigmail, a GnuPG "plugin" for Mozilla which has been under development for some time, has now reached a state of practical usability with the Mozilla 0.9.9 release. It allows you to send or receive encrypted mail using the Mozilla mailer and GPG. Enigmail is open source and dually licensed under GPL/MPL. You can download and install the software from the website http://enigmail.mozdev.org Enigmail is cross-platform like Mozilla, although binaries are supplied only for the Win32 and Linux-x86 platforms on the website.At the moment there is no version of Enigmail available for Netscape 6.2 or earlier, which are based on much older versions of Mozilla.There will be a version available for the next Netscape release, which is expected to be based on Mozilla 1.0. You may post enigmail-specific comments to the Enigmail newsgroup/mailing list at mozdev.org