Mailing List Archive

GnuPG 1.9.14 released
Hi!

We are pleased to announce the availability of GnuPG 1.9.14, the new
development branch of GnuPG for use with S/MIME.

GnuPG 1.9 is the development version of GnuPG; it is based on the
GnuPG 1.3 code and the previous NewPG package. It will eventually
lead to a GnuPG 2.0 release. Note that GnuPG 1.4 and 1.9 are not yet
in sync and thus features and bug fixes done in 1.4 are not available
in 1.9. Please keep on using 1.4 for OpenPGP. You should use GnuPG
1.9 if you want to use the gpg-agent or gpgsm (the S/MIME variant of
gpg). Note that the gpg-agent is also helpful when using the stable
gpg version 1.4 (as well as the old 1.2 series).

This is mainly a bug fix release with a few new things:

* [gpg-agent] New option --use-standard-socket to allow the use of a
fixed socket. gpgsm falls back to this socket if GPG_AGENT_INFO
has not been set.

* Ported to MS Windows with some functional limitations.

* New tool gpg-preset-passphrase.


Please get it from the mirrors as listed at
http://www.gnupg.org/download/mirrors.html
or direct from ftp.gnupg.org:

BZIP2 compressed:

ftp://ftp.gnupg.org/gcrypt/alpha/gnupg/gnupg-1.9.14.tar.bz (1593k)
ftp://ftp.gnupg.org/gcrypt/alpha/gnupg/gnupg-1.9.14.tar.bz.sig

or GZIP compressed:

ftp://ftp.gnupg.org/gcrypt/alpha/gnupg/gnupg-1.9.14.tar.gz (1880k)
ftp://ftp.gnupg.org/gcrypt/alpha/gnupg/gnupg-1.9.14.tar.gz.sig

or as a patch against the previous release (168k):

ftp://ftp.gnupg.org/gcrypt/alpha/gnupg/gnupg-1.9.13-1.9.14.diff.gz


You also need to get a new libassuan:

ftp://ftp.gnupg.org/gcrypt/alpha/libassuan/libassuan-0.6.9.tar.gz (250k)
ftp://ftp.gnupg.org/gcrypt/alpha/libassuan/libassuan-0.6.9.tar.gz.sig


If you want to try out the yet very limited W32 version, you may get
precompiled binaries at:

ftp://ftp.gnupg.org/gcrypt/alpha/binary/gnupg-w32cli-1.9.14.zip (1427k)
ftp://ftp.gnupg.org/gcrypt/alpha/binary/gnupg-w32cli-1.9.14.zip.sig


SHA1 checksums for the above files are:

6e5a3b27a4eb6a781bc8d8ad9458ea3e99449b48 gnupg-1.9.14.tar.gz
056ba75f0361df26a9d39d4c4fe16c9541b03bd9 gnupg-1.9.14.tar.bz2
6b0d05a81b7fa9e2883ed9a2b5c36b78e48d632f gnupg-1.9.13-1.9.14.diff.gz
97bdb0c5b66d02bce22e55183c3b550542f19b46 libassuan-0.6.9.tar.gz
5a800a3ceb9fbbe11473a2fdec700c5b3c856ec4 libassuan-0.6.8-0.6.9.diff.gz
899dbffe90d071689ccdb422f11a6e34f18b89db gnupg-w32cli-1.9.14.zip


Merry Christmas,


The GnuPG hackers.



--
Werner Koch <wk@gnupg.org>
The GnuPG Experts http://g10code.com
Free Software Foundation Europe http://fsfeurope.org
Re: GnuPG 1.9.14 released [ In reply to ]
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@freebsd.org
(/^ ^\) | FreeBSD - The Power to Serve | http://www.freebsd.org
\u/ | K Desktop Environment on FreeBSD | http://freebsd.kde.org
Re: GnuPG 1.9.14 released [ In reply to ]
On Thu, 23 Dec 2004 00:39:39 +0100, Michael Nottebrock said:

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

Not to unlikely. Supporting SC's Winter OS required quite some
tweaks to the build system.

Thanks,

Werner