diff options
author | gdt <gdt@pkgsrc.org> | 2006-10-03 16:56:01 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2006-10-03 16:56:01 +0000 |
commit | 34577f5f0d0c74bd8ca1549c3a237f653e9dd3bc (patch) | |
tree | fe1a4dfff45f35ad10c7b985bfa4d1361051fdcb | |
parent | b4cfcb4e23024bb7bb3e78b6e64b68efe612e778 (diff) | |
download | pkgsrc-34577f5f0d0c74bd8ca1549c3a237f653e9dd3bc.tar.gz |
Update to 0.0.6:
** Parse "group" configuration parameters of GnuPG.
** epg-verify-file and epg-verify-string now return the plaintext
after successful verification.
** Obey the decoding coding-system determined by
decode-coding-inserted-region.
** Improved progress display.
** Allow file names starting with "-".
-rw-r--r-- | security/EasyPG/Makefile | 6 | ||||
-rw-r--r-- | security/EasyPG/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/security/EasyPG/Makefile b/security/EasyPG/Makefile index 4327aac7ffd..7547f64d59b 100644 --- a/security/EasyPG/Makefile +++ b/security/EasyPG/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.2 2006/09/14 13:01:24 gdt Exp $ +# $NetBSD: Makefile,v 1.3 2006/10/03 16:56:01 gdt Exp $ -DISTNAME= epg-0.0.5 +DISTNAME= epg-0.0.6 PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME:S/epg/EasyPG/} CATEGORIES= security mail -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP:=epg/21627/} +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP:=epg/21975/} MAINTAINER= gdt@NetBSD.org HOMEPAGE= http://www.easypg.org/ diff --git a/security/EasyPG/distinfo b/security/EasyPG/distinfo index c5df2a0d7ff..7ca06f44f14 100644 --- a/security/EasyPG/distinfo +++ b/security/EasyPG/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2006/09/13 12:49:37 gdt Exp $ +$NetBSD: distinfo,v 1.2 2006/10/03 16:56:01 gdt Exp $ -SHA1 (epg-0.0.5.tar.gz) = 7ae335a428e592baf3d7074abf5435056f8bf9d4 -RMD160 (epg-0.0.5.tar.gz) = dd425b4d12770f4e9891afe1236c4fa468a38905 -Size (epg-0.0.5.tar.gz) = 85851 bytes +SHA1 (epg-0.0.6.tar.gz) = f1d456c1ff60da021d7fce20d5f814157049e37d +RMD160 (epg-0.0.6.tar.gz) = 05f5d0c445a173f1f01312a050059db1dfdf257b +Size (epg-0.0.6.tar.gz) = 87324 bytes |