diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2005-02-12 17:29:35 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2005-02-12 17:29:35 +0800 |
commit | 72b8ecb2a099294b74bb595e4d42acd5cfbcb55a (patch) | |
tree | b1caafdc36535cec58fbf76c5b9e88167fcaac22 /security/gnupg/Makefile | |
parent | 03765098c54857d1ba235dcd7e4573b9bbdde0b4 (diff) | |
download | freebsd-ports-gnome-72b8ecb2a099294b74bb595e4d42acd5cfbcb55a.tar.gz freebsd-ports-gnome-72b8ecb2a099294b74bb595e4d42acd5cfbcb55a.tar.zst freebsd-ports-gnome-72b8ecb2a099294b74bb595e4d42acd5cfbcb55a.zip |
Add a workaround patch to avoid protocol attack (but will not be
effective in the real world).
References: http://lists.gnupg.org/pipermail/gnupg-announce/2005q1/000190.html (broken mailman archive)
http://www.pgp.com/library/ctocorner/openpgp.html
http://eprint.iacr.org/2005/033
Reported by: dougb
Diffstat (limited to 'security/gnupg/Makefile')
-rw-r--r-- | security/gnupg/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile index ae9060298c5a..1d15b2da2af8 100644 --- a/security/gnupg/Makefile +++ b/security/gnupg/Makefile @@ -7,7 +7,7 @@ PORTNAME= gnupg PORTVERSION= 1.4.0 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNUPG} MASTER_SITE_SUBDIR= gnupg |