diff options
author | itojun <itojun> | 2000-10-11 09:57:30 +0000 |
---|---|---|
committer | itojun <itojun> | 2000-10-11 09:57:30 +0000 |
commit | 2429682189fea068c0c5c5425012319bd693125b (patch) | |
tree | 70494d15f0fbadd2a9a5c23dfda9502c8ad26a0b | |
parent | baef6f631390648f4f78fbd75bfab74016e4a069 (diff) | |
download | pkgsrc-2429682189fea068c0c5c5425012319bd693125b.tar.gz |
update to 1.0.3.
Noteworthy changes in version 1.0.3 (2000-09-18)
------------------------------------------------
* Fixed problems with piping to/from other MS-Windows software
* Expiration time of the primary key can be changed again.
* Revoked user IDs are now marked in the output of --list-key
* New options --show-session-key and --override-session-key
to help the British folks to somewhat minimize the danger
of this Orwellian RIP bill.
* New options --merge-only and --try-all-secrets.
* New configuration option --with-egd-socket.
* The --trusted-key option is back after it left us with 0.9.5
* RSA is supported. Key generation does not yet work but will come
soon.
* CAST5 and SHA-1 are now the default algorithms to protect the key
and for symmetric-only encryption. This should solve a couple
of compatibility problems because the old algorithms are optional
according to RFC2440
* Twofish and MDC enhanced encryption is now used. PGP 7 supports
this. Older versions of GnuPG don't support it, so they should be
upgraded to at least 1.0.2
-rw-r--r-- | security/gnupg/Makefile | 6 | ||||
-rw-r--r-- | security/gnupg/files/md5 | 4 | ||||
-rw-r--r-- | security/gnupg/pkg/PLIST | 4 |
3 files changed, 8 insertions, 6 deletions
diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile index 96264348292..72fe5969e23 100644 --- a/security/gnupg/Makefile +++ b/security/gnupg/Makefile @@ -1,15 +1,15 @@ -# $NetBSD: Makefile,v 1.14 2000/09/09 19:40:21 fredb Exp $ +# $NetBSD: Makefile,v 1.15 2000/10/11 09:57:30 itojun Exp $ # FreeBSD Id: Makefile,v 1.20 1997/08/27 13:06:01 ache Exp # -DISTNAME= gnupg-1.0.2 +DISTNAME= gnupg-1.0.3 CATEGORIES= security MASTER_SITES= ftp://ftp.gnupg.org/pub/gcrypt/gnupg/ MAINTAINER= wiz@netbsd.org HOMEPAGE= http://www.gnupg.org/ -DEPENDS+= gettext>=0.10.35nb1:../../devel/gettext +#DEPENDS+= gettext>=0.10.35nb1:../../devel/gettext CRYPTO= yes GNU_CONFIGURE= yes diff --git a/security/gnupg/files/md5 b/security/gnupg/files/md5 index deebcddabb9..9e5487cf911 100644 --- a/security/gnupg/files/md5 +++ b/security/gnupg/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.6 2000/07/16 23:05:39 wiz Exp $ +$NetBSD: md5,v 1.7 2000/10/11 09:57:30 itojun Exp $ -MD5 (gnupg-1.0.2.tar.gz) = f445c34652042b1c0cd8c2683bcf6a05 +MD5 (gnupg-1.0.3.tar.gz) = ef42c679df7a555e23ebe3c8d14a9124 diff --git a/security/gnupg/pkg/PLIST b/security/gnupg/pkg/PLIST index f18540c56ad..06876393ea9 100644 --- a/security/gnupg/pkg/PLIST +++ b/security/gnupg/pkg/PLIST @@ -1,9 +1,11 @@ -@comment $NetBSD: PLIST,v 1.5 2000/07/15 11:24:29 wiz Exp $ +@comment $NetBSD: PLIST,v 1.6 2000/10/11 09:57:31 itojun Exp $ bin/gpg lib/gnupg/rndegd lib/gnupg/rndunix lib/gnupg/tiger man/man1/gpg.1 +share/gnupg/FAQ +share/gnupg/faq.html share/gnupg/options.skel share/locale/da/LC_MESSAGES/gnupg.mo share/locale/de/LC_MESSAGES/gnupg.mo |