diff options
author | taca <taca> | 2006-11-28 05:39:41 +0000 |
---|---|---|
committer | taca <taca> | 2006-11-28 05:39:41 +0000 |
commit | 55e9368bd683acff8000b990ac0aa4f6bb36cc0b (patch) | |
tree | 00a27e63f80d94d220fa2da42220dd70d3a86f08 /security/gnupg/Makefile | |
parent | ac387487bb338ace81af346db98bc8259a5e2a9c (diff) | |
download | pkgsrc-55e9368bd683acff8000b990ac0aa4f6bb36cc0b.tar.gz |
Add the same patch as security/gnupg2 package to fix a buffer overflow.
While fixing a bug reported by Hugh Warrington, a buffer overflow has
been identified in all released GnuPG versions. The current versions
1.4.5 and 2.0.0 are affected. A small patch is provided.
...
2006-11-27 Werner Koch <wk@g10code.com>
* openfile.c (ask_outfile_name): Fixed buffer overflow occurring
if make_printable_string returns a longer string. Fixes bug 728.
Bump PKGREVISION.
Diffstat (limited to 'security/gnupg/Makefile')
-rw-r--r-- | security/gnupg/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile index a780eec6b1c..026c3203f5e 100644 --- a/security/gnupg/Makefile +++ b/security/gnupg/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.91 2006/11/03 07:45:44 joerg Exp $ +# $NetBSD: Makefile,v 1.92 2006/11/28 05:39:41 taca Exp $ DISTNAME= gnupg-1.4.5 +PKGREVISION= 1 CATEGORIES= security MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/gnupg/ \ ftp://ftp.planetmirror.com/pub/gnupg/ \ |