develia.org
»» i686 slackware tarballs..
»» software projects..
»» and much more..
 NAVIGATION 
 OPTIONS 

 INFO 
*** develia.org ***
by Giacomo Lozito
© 2004-2010

valid xhtml 1.0valid css!
powered by apachepowered by php
valid rss 2.0get firefox!

NO software patents in UE
 TARBALLS 
««  GNU PRIVACY GUARD  »»


In this page, along with GnuPG, there are some packages that contains related programs and libraries. By installing these packages, it's possible to get full PGP/MIME and S/MIME support on KMail. Starting from version 1.7 (available in KDE 3.3.0), KMail can obtain both PGP/MIME and S/MIME support, via GPGME. In order to activate these supports, all of the packages in this page have to be installed. After installation, a short work of configuration is required. It is nicely explained in this page of KMail, starting from the point "Configure GnuPG to use gpg-agent".



md5sign
gnupg-1.4.9-i686-1_dvl.tgz
GnuPG is a complete and free replacement for PGP. Because it does not use the patented IDEA algorithm, it can be used without any restrictions. GnuPG is a RFC2440 (OpenPGP) compliant application.
./configure --prefix=/usr --sysconfdir=/etc


md5sign
libgpg-error-1.6-i686-2_dvl.tgz
This is a library that defines common error values for all GnuPG components. Among these are GPG, GPGSM, GPGME, GPG-Agent, libgcrypt, Libksba, DirMngr, Pinentry, SmartCard Daemon and more. Second build, recompiled with gcc 4.2.3.
./configure --prefix=/usr --sysconfdir=/etc --disable-static


md5sign
libgcrypt-1.4.0-i686-2_dvl.tgz
Libgcrypt is a general purpose crypto library based on the code used in GnuPG. Second build, recompiled with gcc 4.2.3.
./configure --prefix=/usr --sysconfdir=/etc --disable-static


md5sign
libassuan-1.0.4-i686-2_dvl.tgz
This is the IPC library used by GnuPG 1.9, GPGME and a few other packages. It used to be included with the latter packages but then it was separated out to a stand alone library. Second build, recompiled with gcc 4.2.3.
./configure --prefix=/usr --sysconfdir=/etc


md5sign
libksba-1.0.3-i686-2_dvl.tgz
KSBA is a library to make X.509 certificates as well as the CMS easily accessible by other applications. Both specifications are building blocks of S/MIME and TLS. Second build, recompiled with gcc 4.2.3.
./configure --prefix=/usr --sysconfdir=/etc --disable-static


md5sign
dirmngr-1.0.1-i686-2_dvl.tgz
Dirmngr is a server for managing and downloading certificate revocation lists (CRLs) for X.509 certificates and for downloading the certificates themselves. Second build, recompiled with gcc 4.2.3.
./configure --prefix=/usr --sysconfdir=/etc --disable-static


md5sign
gnupg2-2.0.9-i686-1_dvl.tgz
GnuPG 2.0 is the stable version of GnuPG integrating support for OpenPGP and S/MIME. You should use this GnuPG version 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 previous gpg versions (1.4.x or old 1.2.x). There are no problems installing 1.4 and 2.0 alongside; in fact the GnuPG team suggests to do this.
./configure --prefix=/usr --sysconfdir=/etc --disable-static


md5sign
gpgme-1.1.6-i686-2_dvl.tgz
GPGME (GnuPG Made Easy) is a library designed to make access to GnuPG easier for applications. Second build, recompiled with gcc 4.2.3.
./configure --prefix=/usr --sysconfdir=/etc --disable-static


md5sign
pinentry-0.7.5-i686-1_dvl.tgz
Pinentry is a collection of simple PIN or passphrase entry dialogs which utilize the Assuan protocol as described by the Ägypten project. Includes interfaces for Qt, GTK+, GTK+2, Curses. Recompiled with gcc 4.2.3.
./configure --prefix=/usr --sysconfdir=/etc --enable-pinentry-qt
--enable-pinentry-gtk=no --enable-pinentry-gtk2 --enable-pinentry-curses