diff options
author | wiz <wiz@pkgsrc.org> | 2001-01-29 11:52:59 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-01-29 11:52:59 +0000 |
commit | 73bcd897a6497fc4f845d9c3b7282a62782ed19f (patch) | |
tree | a1095282b996c564102eca279b54ad39e41e21c3 /mk | |
parent | 9f1ec65bbb6c5e2915406d669eb1d5df0b888248 (diff) | |
download | pkgsrc-73bcd897a6497fc4f845d9c3b7282a62782ed19f.tar.gz |
Update gnupg to 1.0.4nb2:
Fix a bug in ~/.gnupg creation.
Honor USE_IDEA, and add the IDEA extension in that case.
Addresses pkg/11876.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/mk.conf.example | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/mk.conf.example b/mk/mk.conf.example index 6fe5444615a..f85d235293d 100644 --- a/mk/mk.conf.example +++ b/mk/mk.conf.example @@ -1,4 +1,4 @@ -# $NetBSD: mk.conf.example,v 1.169 2001/01/28 03:21:47 itojun Exp $ +# $NetBSD: mk.conf.example,v 1.170 2001/01/29 11:52:59 wiz Exp $ # # Sample /etc/mk.conf file, which can be used to set specific values @@ -739,7 +739,7 @@ PAPERSIZE= A4 # Default: not defined #USE_IDEA= NO -# Used in speakfreely and ssh to choose whether to compile using +# Used in gnupg, speakfreely, and ssh to choose whether to compile using # the patented IDEA encryption algorithm. # Possible: YES, or NO. # Default: package-dependent |