diff options
author | gdt <gdt@pkgsrc.org> | 2007-01-29 15:02:57 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2007-01-29 15:02:57 +0000 |
commit | f8690f75237b53409c4f76d90f146222d4059562 (patch) | |
tree | 467f557e7e46d98fed19268d24baf106ddc49fb2 /security | |
parent | 34b15114e5310201f476c16bf31215b76d3996a2 (diff) | |
download | pkgsrc-f8690f75237b53409c4f76d90f146222d4059562.tar.gz |
Update to 0.0.10.
* Major changes in 0.0.10
** Support GnuPG versions older than 1.4.3
** Provide a minor-mode to encrypt/sign mails
* Major changes in 0.0.9
** epa.el usablity improvements.
*** M-x epa-encrypt-region specifies --armor & --textmode by default
*** M-x epa-sign-region and M-x epa-sign-file create a cleartext signature by
default
*** Region based commands now determine the coding-system used to
encode the plain text
*** Fingerprints are pretty-printed
*** New user option epa-protocol to use the S/MIME.
** Support XEmacs compiled with --with-mule=no --with-file-coding=no.
Diffstat (limited to 'security')
-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 be104f4bdea..e90a220547e 100644 --- a/security/EasyPG/Makefile +++ b/security/EasyPG/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.4 2006/11/30 14:08:27 gdt Exp $ +# $NetBSD: Makefile,v 1.5 2007/01/29 15:02:57 gdt Exp $ -DISTNAME= epg-0.0.8 +DISTNAME= epg-0.0.10 PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME:S/epg/EasyPG/} CATEGORIES= security mail -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP:=epg/22915/} +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP:=epg/23770/} MAINTAINER= gdt@NetBSD.org HOMEPAGE= http://www.easypg.org/ diff --git a/security/EasyPG/distinfo b/security/EasyPG/distinfo index 851d119ac1c..64cc4de78a6 100644 --- a/security/EasyPG/distinfo +++ b/security/EasyPG/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2006/11/30 14:08:27 gdt Exp $ +$NetBSD: distinfo,v 1.4 2007/01/29 15:02:57 gdt Exp $ -SHA1 (epg-0.0.8.tar.gz) = 8f0dc1f72387b9484aa80dc7a1d2bea0cb041aa9 -RMD160 (epg-0.0.8.tar.gz) = 15b1bbc42774c23fcb49d6c4d90ea57089d0ad4e -Size (epg-0.0.8.tar.gz) = 90819 bytes +SHA1 (epg-0.0.10.tar.gz) = 04276a5a2cdf2028cb107476757dfdfb1877b347 +RMD160 (epg-0.0.10.tar.gz) = e009601fe2a89f1009c55eeaa64e99ddddb06c37 +Size (epg-0.0.10.tar.gz) = 95709 bytes |