summaryrefslogtreecommitdiff
path: root/security/gnupg2
AgeCommit message (Collapse)AuthorFilesLines
2008-01-18Per the process outlined in revbump(1), perform a recursive revbumptnn1-2/+2
on packages that are affected by the switch from the openssl 0.9.7 branch to the 0.9.8 branch. ok jlam@
2007-11-08Remove space between '=' and "idea" in "PKG_OPTIONS.libgcrypt+= idea".bjs1-2/+2
This was causing a build failure for gpgme if the package was built with the "idea" option.
2007-11-081) Added configuration arg so that PKG_SYSCONFDIR is honoredshannonjr2-2/+6
2) Added missing PLIST entry
2007-11-07Update to 2.0.7. This is maintenance release with a few minor enhancements.shannonjr4-20/+21
Changes: * Fixed encryption problem if duplicate certificates are in the keybox. * Add new options min-passphrase-nonalpha, check-passphrase-pattern, enforce-passphrase-constraints and max-passphrase-days to gpg-agent. * Add command --check-components to gpgconf. Gpgconf now uses the installed versions of the programs and does not anymore search via PATH for them.
2007-09-23Fix typo in comment.wiz1-2/+3
2007-09-23Update HOMEPAGE.wiz1-2/+2
2007-08-29Update to 2.0.6. Add support for idea option. From Blair Sadewitzwiz4-25/+57
on tech-pkg. Noteworthy changes in version 2.0.6 (2007-08-16) ------------------------------------------------ * GPGSM does now grok --default-key. * GPGCONF is now aware of --default-key and --encrypt-to. * GPGSM does again correctly print the serial number as well the the various keyids. This was broken since 2.0.4. * New option --validation-model and support for the chain-model. * Improved Windows support.
2007-08-10# ../licommon/libcommon.agdt1-1/+5
# reported upstream, should be fixed in 2.0.6 MAKE_JOBS_SAFE= no
2007-08-04Update to Version 2.0.5. Changes:shannonjr7-116/+22
* Switched license to GPLv3. * Fixed bug when using the --p12-charset without --armor. * The command --gen-key may now be used instead of the gpgsm-gencert.sh script. * Changed key generation to reveal less information about the machine. Bug fixes for gpg2's card key generation.
2007-06-01Fix PLIST -- it assumed that the package would be built withwiz3-7/+8
the gpgsm option on by default.
2007-05-12Update to Version 2.0.4. Changes are not described in release announcement.shannonjr8-48/+61
2007-02-05Update to Version 2.0.2.shannonjr4-136/+136
This is maintenance release to fix build problems found after the release of 2.0.1. There are also some minor enhancements.
2006-12-18Fix invocation of /usr/bin/install to take out $(SHELL)smb2-1/+14
2006-12-12Removed patch-ag becayse this is now in the pnupg code baseshannonjr1-13/+0
2006-12-12Update to 2.0.1.shannonjr4-11/+25
This is maintenance release to fix build problems found after the release of 2.0.0 and to fix a buffer overflow in gpg2
2006-12-09Added patch fixing [CVE-2006-6235] remotely controllable function pointer.shannonjr3-3/+253
2006-12-06Needs gettext as tool.joerg1-1/+2
2006-11-27Bump PKGREVISION for security fix in patch-ag.wiz1-2/+2
2006-11-27"While fixing a bug reported by Hugh Warrington, a buffer overflow hasshannonjr2-1/+15
been identified in all released GnuPG versions. Exploiting this overflow seems to be possible. Apply the following patch to GnuPG." 2006-11-27 Werner Koch <wk@g10code.com> gnupg2 has been patched accordingly.
2006-11-20Re: pkg/35088: security/gnupg2: PLIST.gpgsm is wrongshannonjr2-3/+25
PLIST correction.
2006-11-19Added a gettext-lib API version dependancy to deal with reported buildshannonjr1-1/+2
problem under NetBSD 3.0.
2006-11-19tv@ pointed out that curl-7.16.0 had a shlib major bump --wiz1-1/+2
increase its BUILDLINK_ABI_DEPENDS, and bump PKGREVISIONs of dependencies. Sorry for not finding this earlier.
2006-11-17This package is the sucessor to gnupg-devel.shannonjr10-0/+276
GnuPG-2 provides several utilities that are used by mail clients, such as Kmail and Balsa, including OpenPGP and S/MIME support. GnuPG-2 has a different architecture than GnuPG-1 (e.g. 1.4.5) in that it splits up functionality into several modules. However, both versions may be installed alongside without any conflict. In fact, the gpg version from GnuPG-1 is able to make use of the gpg-agent as included in GnuPG-2 and allows for seamless passphrase caching. The advantage of GnuPG-1 is its smaller size and the lack of dependency on other modules at run and build time.