diff options
author | wiz <wiz@pkgsrc.org> | 2000-02-27 04:16:55 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-02-27 04:16:55 +0000 |
commit | 8e2d11d620df98677b54574316c86ff4c313c710 (patch) | |
tree | 5dcc26a1dbc9e9382b912b24c34bbac04b8c9f29 /security | |
parent | 6f7bfe172b29d3bca631ef8be4a7b99b86a9c7cb (diff) | |
download | pkgsrc-8e2d11d620df98677b54574316c86ff4c313c710.tar.gz |
Update gnupg to 1.0.1, as PR'd by
Takahiro Kambe <taca@sky.yamashina.kyoto.jp> in pkg/9477.
Changes since 1.0.0:
* New command --verify-files. New option --fast-list-mode.
* $http_proxy is now used when --honor-http-proxy is set.
* Fixed some minor bugs and the problem with conventional encrypted
packets which did use the gpg v3 partial length headers.
* Add Indonesian and Portugese translations.
* Fixed a bug with symmetric-only encryption using the non-default 3DES.
The option --emulate-3des-s2k-bug may be used to decrypt documents
which have been encrypted this way; this should be done immediately
as this workaround will be remove in 1.1
* Can now handle (but not display) PGP's photo IDs. I don't know the
format of that packet but after stripping a few bytes from the start
it looks like a JPEG (at least my test data). Handling of this
package is required because otherwise it would mix up the
self signatures and you can't import those keys.
* Passing non-ascii user IDs on the commandline should now work in all
cases.
* New keys are now generated with an additional preference to Blowfish.
* Removed the GNU Privacy Handbook from the distribution as it will go
into a separate one.
Diffstat (limited to 'security')
-rw-r--r-- | security/gnupg/Makefile | 4 | ||||
-rw-r--r-- | security/gnupg/files/md5 | 4 | ||||
-rw-r--r-- | security/gnupg/pkg/PLIST | 6 |
3 files changed, 8 insertions, 6 deletions
diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile index f0affb0ae70..91d2ad3a1dc 100644 --- a/security/gnupg/Makefile +++ b/security/gnupg/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2000/01/10 19:11:09 hubertf Exp $ +# $NetBSD: Makefile,v 1.6 2000/02/27 04:16:55 wiz Exp $ # FreeBSD Id: Makefile,v 1.20 1997/08/27 13:06:01 ache Exp # -DISTNAME= gnupg-1.0.0 +DISTNAME= gnupg-1.0.1 CATEGORIES= security MASTER_SITES= ftp://ftp.gnupg.org/pub/gcrypt/gnupg/ diff --git a/security/gnupg/files/md5 b/security/gnupg/files/md5 index 9cbf00ed4ed..ebf3031a4b0 100644 --- a/security/gnupg/files/md5 +++ b/security/gnupg/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.2 1999/12/02 15:50:44 frueauf Exp $ +$NetBSD: md5,v 1.3 2000/02/27 04:16:56 wiz Exp $ -MD5 (gnupg-1.0.0.tar.gz) = bba45febd501acf8e19db402506dae94 +MD5 (gnupg-1.0.1.tar.gz) = 14ce577afd03d56cba5d8ee59b9580ed diff --git a/security/gnupg/pkg/PLIST b/security/gnupg/pkg/PLIST index ee7039320fc..c4637d4936d 100644 --- a/security/gnupg/pkg/PLIST +++ b/security/gnupg/pkg/PLIST @@ -1,16 +1,18 @@ -@comment $NetBSD: PLIST,v 1.2 1999/12/02 15:50:46 frueauf Exp $ +@comment $NetBSD: PLIST,v 1.3 2000/02/27 04:16:56 wiz Exp $ bin/gpg -lib/gnupg/rndlinux lib/gnupg/rndegd +lib/gnupg/rndlinux lib/gnupg/tiger man/man1/gpg.1 share/gnupg/options.skel share/locale/de/LC_MESSAGES/gnupg.mo share/locale/es_ES/LC_MESSAGES/gnupg.mo share/locale/fr/LC_MESSAGES/gnupg.mo +share/locale/id/LC_MESSAGES/gnupg.mo share/locale/it/LC_MESSAGES/gnupg.mo share/locale/pl/LC_MESSAGES/gnupg.mo share/locale/pt_BR/LC_MESSAGES/gnupg.mo +share/locale/pt_PT/LC_MESSAGES/gnupg.mo share/locale/ru/LC_MESSAGES/gnupg.mo @dirrm share/gnupg @dirrm lib/gnupg |