Up to [cvs.netbsd.org] / pkgsrc / security / gnupg2
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.25 / (download) - annotate - [select for diffs], Tue Apr 17 18:35:33 2012 UTC (5 weeks, 3 days ago) by drochner
Branch: MAIN
CVS Tags: HEAD
Changes since 1.24: +4 -6
lines
Diff to previous 1.24 (colored)
update to 2.0.19 changes: -cmd line UI improvements -Ukrainian translation
Revision 1.24 / (download) - annotate - [select for diffs], Mon Sep 12 17:38:33 2011 UTC (8 months, 1 week ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3
Changes since 1.23: +2 -1
lines
Diff to previous 1.23 (colored)
fix configure check for libcurl, from John Marshall on the gnupg-devel mailing list bump PKGREV
Revision 1.23 / (download) - annotate - [select for diffs], Thu Aug 11 10:46:10 2011 UTC (9 months, 2 weeks ago) by adam
Branch: MAIN
Changes since 1.22: +4 -4
lines
Diff to previous 1.22 (colored)
Changes 2.0.18: * Bug fix for newer versions of Libgcrypt. * Support the SSH confirm flag and show SSH fingerprints in ssh related pinentries. * Improved dirmngr/gpgsm interaction for OCSP. * Allow generation of card keys up to 4096 bit.
Revision 1.22 / (download) - annotate - [select for diffs], Thu May 5 08:55:23 2011 UTC (12 months, 3 weeks ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2011Q2-base,
pkgsrc-2011Q2
Changes since 1.21: +2 -3
lines
Diff to previous 1.21 (colored)
Fix buildling with Clang
Revision 1.21 / (download) - annotate - [select for diffs], Thu Jan 20 08:54:56 2011 UTC (16 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2011Q1-base,
pkgsrc-2011Q1
Changes since 1.20: +8 -9
lines
Diff to previous 1.20 (colored)
Changes 2.0.17: * Allow more hash algorithms with the OpenPGP v2 card. * The gpg-agent now tests for a new gpg-agent.conf on a HUP. * Fixed output of "gpgconf --check-options". * Fixed a bug where Scdaemon sends a signal to Gpg-agent running in non-daemon mode. * Fixed TTY management for pinentries and session variable update problem.
Revision 1.20 / (download) - annotate - [select for diffs], Thu Sep 2 06:58:35 2010 UTC (20 months, 3 weeks ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3
Changes since 1.19: +3 -2
lines
Diff to previous 1.19 (colored)
Some fixes at update to 2.0.16. * not using autogen.sh anymore, so remove some tools from USE_TOOLS. * patch-ak does not effect anymore for above reason, add patch-ao for it. this patch is required to avoid conflict with security/gnupg. Bump PKGREVISION.
Revision 1.19 / (download) - annotate - [select for diffs], Wed Sep 1 16:46:41 2010 UTC (20 months, 3 weeks ago) by drochner
Branch: MAIN
Changes since 1.18: +4 -12
lines
Diff to previous 1.18 (colored)
update to 2.0.16 changes: -bugfixes -New command --passwd for GPG -Make use of libassuan 2.0 which is available as a DSO -The gpg-agent commands KILLAGENT and RELOADAGENT are now available on all platforms
Revision 1.17.4.1 / (download) - annotate - [select for diffs], Sun Aug 8 16:42:51 2010 UTC (21 months, 2 weeks ago) by spz
Branch: pkgsrc-2010Q2
Changes since 1.17: +2 -1
lines
Diff to previous 1.17 (colored) next main 1.18 (colored)
Pullup ticket 3199 - requested by gls
security patch
Revisions pulled up:
- pkgsrc/security/gnupg2/Makefile 1.30
- pkgsrc/security/gnupg2/distinfo 1.18
Files added:
pkgsrc/security/gnupg2/patches/patch-an
-------------------------------------------------------------------------
Module Name: pkgsrc
Committed By: drochner
Date: Tue Aug 3 19:14:42 UTC 2010
Modified Files:
pkgsrc/security/gnupg2: Makefile distinfo
Added Files:
pkgsrc/security/gnupg2/patches: patch-an
Log Message:
add patch from upstream to fix a possible use-after-free problem
(CVE-2010-2547), bump PKGREVISION
To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/security/gnupg2/Makefile
cvs rdiff -u -r1.17 -r1.18 pkgsrc/security/gnupg2/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/security/gnupg2/patches/patch-an
Revision 1.18 / (download) - annotate - [select for diffs], Tue Aug 3 19:14:42 2010 UTC (21 months, 3 weeks ago) by drochner
Branch: MAIN
Changes since 1.17: +2 -1
lines
Diff to previous 1.17 (colored)
add patch from upstream to fix a possible use-after-free problem (CVE-2010-2547), bump PKGREVISION
Revision 1.17 / (download) - annotate - [select for diffs], Wed Feb 3 10:58:11 2010 UTC (2 years, 3 months ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2010Q2-base,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1
Branch point for: pkgsrc-2010Q2
Changes since 1.16: +2 -1
lines
Diff to previous 1.16 (colored)
add a patch from upstream CVS to fix a bug which could make keys unusable on passphrase changes bump PKGREVISION
Revision 1.16 / (download) - annotate - [select for diffs], Fri Jan 15 20:15:07 2010 UTC (2 years, 4 months ago) by drochner
Branch: MAIN
Changes since 1.15: +4 -7
lines
Diff to previous 1.15 (colored)
update to 2.0.14 changes: * The default for --include-cert is now to include all certificates in the chain except for the root certificate. * Numerical values may now be used as an alternative to the debug-level keywords. * The GPGSM --audit-log feature is now more complete. * GPG now supports DNS lookups for SRV, PKA and CERT on W32. * New GPGSM option --ignore-cert-extension. * New and changed passphrases are now created with an iteration count requiring about 100ms of CPU work.
Revision 1.15 / (download) - annotate - [select for diffs], Fri Dec 18 17:49:51 2009 UTC (2 years, 5 months ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2009Q4-base,
pkgsrc-2009Q4
Changes since 1.14: +2 -1
lines
Diff to previous 1.14 (colored)
kill the "idea" option -- gnupg2 uses libgcrypt which used to have an "idea" option, but that was removed more than a year ago when it got updated from 1.2 to 1.4 The patch was was used on gnupg2 in the "idea" case was just a four-line memory initialization fix, there is no point in LICENSE restrictions due to this, so I've pulled it in as regular patch so that it doesn't get lost for the case someone fixes idea support in libgcrypt (which isn't hard).
Revision 1.14 / (download) - annotate - [select for diffs], Wed Dec 16 18:52:49 2009 UTC (2 years, 5 months ago) by drochner
Branch: MAIN
Changes since 1.13: +2 -1
lines
Diff to previous 1.13 (colored)
don't install the gpg-zip.1 manpage, avoids CONFLICT with gnupg1, noticed by OBATA Akio per mail to pkgsrc-users. This makes most sense to me since gnupg2 doesn't install a gpg-zip intentionally. Since possible clients of gpg-zip should have a dependency on gnupg1, we can't take over easily. Once we are sure that gnupg2 can fully replace gnupg1, we might consider to install eg symlinks gpg->gpg2 etc and make gnupg1 obsolete, but this needs careful testing.
Revision 1.13 / (download) - annotate - [select for diffs], Wed Dec 16 09:09:06 2009 UTC (2 years, 5 months ago) by wiz
Branch: MAIN
Changes since 1.12: +4 -1
lines
Diff to previous 1.12 (colored)
Add checksum for idea patch.
Revision 1.12 / (download) - annotate - [select for diffs], Tue Dec 15 20:10:41 2009 UTC (2 years, 5 months ago) by drochner
Branch: MAIN
Changes since 1.11: +9 -9
lines
Diff to previous 1.11 (colored)
update to 2.0.13 changes: many fixes and improvements reviewed by John R. Shannon pkgsrc notes: -since S/MIME support is the biggest difference in functionality over gnupg1, enable it per default -- my tests (with the s/mime plugin of claws-mail) worked -left the build against a private libassuan with GNU-pth support alone for now, just updated libassuan to 1.0.5. We might build pkgsrc/libassuan against pkgsrc/pth at some point, but this needs to be checked for side effects. (As this pkg doesn't export a library which might propagate the pth dependency, the possibility of pthread-pth conflicts should be limited. Other uses of libassuan need to be checked.)
Revision 1.11 / (download) - annotate - [select for diffs], Mon Apr 28 14:54:27 2008 UTC (4 years ago) by shannonjr
Branch: MAIN
CVS Tags: pkgsrc-2009Q3-base,
pkgsrc-2009Q3,
pkgsrc-2009Q2-base,
pkgsrc-2009Q2,
pkgsrc-2009Q1-base,
pkgsrc-2009Q1,
pkgsrc-2008Q4-base,
pkgsrc-2008Q4,
pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
cwrapper,
cube-native-xorg-base,
cube-native-xorg
Changes since 1.10: +9 -9
lines
Diff to previous 1.10 (colored)
Update to 2.0.9. Changes: * Enhanced gpg-connect-agent with a small scripting language. * New option --list-config for gpgconf. * Fixed a crash in gpgconf. * The envvars XAUTHORITY and PINENTRY_USER_DATA are now passed to the pinentry. * Fixed the auto creation of the key stub for smartcards. * Fixed a rare bug in decryption using the OpenPGP card. * Creating DSA2 keys is now possible. * New option --extra-digest-algo for gpgsm to allow verification of broken signatures. * Allow encryption with legacy Elgamal sign+encrypt keys with option --rfc2440.
Revision 1.10 / (download) - annotate - [select for diffs], Wed Nov 7 15:24:26 2007 UTC (4 years, 6 months ago) by shannonjr
Branch: MAIN
CVS Tags: pkgsrc-2008Q1-base,
pkgsrc-2008Q1,
pkgsrc-2007Q4-base,
pkgsrc-2007Q4
Changes since 1.9: +8 -11
lines
Diff to previous 1.9 (colored)
Update to 2.0.7. This is maintenance release with a few minor enhancements. 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.
Revision 1.9 / (download) - annotate - [select for diffs], Wed Aug 29 23:19:07 2007 UTC (4 years, 8 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2007Q3-base,
pkgsrc-2007Q3
Changes since 1.8: +7 -4
lines
Diff to previous 1.8 (colored)
Update to 2.0.6. Add support for idea option. From Blair Sadewitz 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.
Revision 1.8 / (download) - annotate - [select for diffs], Sat Aug 4 12:00:02 2007 UTC (4 years, 9 months ago) by shannonjr
Branch: MAIN
Changes since 1.7: +9 -12
lines
Diff to previous 1.7 (colored)
Update to Version 2.0.5. Changes: * 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.
Revision 1.7 / (download) - annotate - [select for diffs], Sat May 12 11:08:31 2007 UTC (5 years ago) by shannonjr
Branch: MAIN
CVS Tags: pkgsrc-2007Q2-base,
pkgsrc-2007Q2
Changes since 1.6: +11 -11
lines
Diff to previous 1.6 (colored)
Update to Version 2.0.4. Changes are not described in release announcement.
Revision 1.6 / (download) - annotate - [select for diffs], Mon Feb 5 11:43:01 2007 UTC (5 years, 3 months ago) by shannonjr
Branch: MAIN
CVS Tags: pkgsrc-2007Q1-base,
pkgsrc-2007Q1
Changes since 1.5: +6 -6
lines
Diff to previous 1.5 (colored)
Update to Version 2.0.2. This is maintenance release to fix build problems found after the release of 2.0.1. There are also some minor enhancements.
Revision 1.5 / (download) - annotate - [select for diffs], Mon Dec 18 07:14:51 2006 UTC (5 years, 5 months ago) by smb
Branch: MAIN
CVS Tags: pkgsrc-2006Q4-base,
pkgsrc-2006Q4
Changes since 1.4: +2 -1
lines
Diff to previous 1.4 (colored)
Fix invocation of /usr/bin/install to take out $(SHELL)
Revision 1.4 / (download) - annotate - [select for diffs], Tue Dec 12 13:11:35 2006 UTC (5 years, 5 months ago) by shannonjr
Branch: MAIN
Changes since 1.3: +5 -5
lines
Diff to previous 1.3 (colored)
Update to 2.0.1. This is maintenance release to fix build problems found after the release of 2.0.0 and to fix a buffer overflow in gpg2
Revision 1.3 / (download) - annotate - [select for diffs], Sat Dec 9 13:39:28 2006 UTC (5 years, 5 months ago) by shannonjr
Branch: MAIN
Changes since 1.2: +2 -1
lines
Diff to previous 1.2 (colored)
Added patch fixing [CVE-2006-6235] remotely controllable function pointer.
Revision 1.2 / (download) - annotate - [select for diffs], Mon Nov 27 20:37:20 2006 UTC (5 years, 5 months ago) by shannonjr
Branch: MAIN
Changes since 1.1: +2 -1
lines
Diff to previous 1.1 (colored)
"While fixing a bug reported by Hugh Warrington, a buffer overflow has 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.
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Fri Nov 17 12:13:11 2006 UTC (5 years, 6 months ago) by shannonjr
Branch: TNF
CVS Tags: SHANNONJR_20061117
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
This package is the sucessor to gnupg-devel. 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.
Revision 1.1 / (download) - annotate - [select for diffs], Fri Nov 17 12:13:11 2006 UTC (5 years, 6 months ago) by shannonjr
Branch: MAIN
Initial revision