pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/EasyPG Update to 0.0.14.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e925892cee27
branches:  trunk
changeset: 531477:e925892cee27
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Tue Jul 31 12:32:43 2007 +0000

description:
Update to 0.0.14.

* Major changes in 0.0.14

** epa-file can handle remote files over Tramp.

** Workaround for a face initialization bug of GNU Emacs.

** Follow the face naming convention of GNU Emacs.

* Major changes in 0.0.13

** epa-file bug fixes.

*** Fixed a compatibility bug on XEmacs 21.5.

*** Do not mark the buffer as modified.

* Major changes in 0.0.12

** epa-file.el usability improvements.

*** Ask recipients only the first time.

*** Respect epa-armor and epa-textmode.

*** Customizing epa-file-name-regexp now works.

*** Backup files for "*.gpg" are also encrypted.

* Major changes in 0.0.11

** Include the EasyPG Assistant user's manual

** Decode user-id's encoded in UTF-8 with "%" or "\" escape

** If a user attempt to encrypt data to an untrusted recipient, EasyPG
   prompt the key-id (it requires GnuPG version 2.0.2 or later)

** epa-file.el turns off auto-saving by default

diffstat:

 security/EasyPG/Makefile |  12 ++++++------
 security/EasyPG/distinfo |   8 ++++----
 2 files changed, 10 insertions(+), 10 deletions(-)

diffs (43 lines):

diff -r 47a5b53e64ec -r e925892cee27 security/EasyPG/Makefile
--- a/security/EasyPG/Makefile  Tue Jul 31 12:30:16 2007 +0000
+++ b/security/EasyPG/Makefile  Tue Jul 31 12:32:43 2007 +0000
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.6 2007/02/02 16:03:07 joerg Exp $
+# $NetBSD: Makefile,v 1.7 2007/07/31 12:32:43 gdt Exp $
 
-DISTNAME=      epg-0.0.10
+DISTNAME=      epg-0.0.14
 PKGNAME=       ${EMACS_PKGNAME_PREFIX}${DISTNAME:S/epg/EasyPG/}
-PKGREVISION=   1
 CATEGORIES=    security mail
-MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE_JP:=epg/23770/}
+MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE_JP:=epg/26512/}
 
 MAINTAINER=    gdt%NetBSD.org@localhost
 HOMEPAGE=      http://www.easypg.org/
@@ -13,9 +12,10 @@
 GNU_CONFIGURE= YES
 MAKE_FLAGS+=   lispdir=${EMACS_LISPPREFIX:Q}
 
-# per README, GnuPG 1.4.3 and GNU Emacs 21.4 or XEmacs 21.4
+# per README: GnuPG 1.4.3
 DEPENDS+=      gnupg>=1.4.3:../../security/gnupg
-EMACS_VERSIONS_ACCEPTED= emacs21 emacs21nox xemacs214 xemacs215
+# per README: GNU Emacs 21.4, XEmacs 21.4, or later
+EMACS_VERSIONS_ACCEPTED= emacs21 emacs21nox emacs22 emacs22nox xemacs214 xemacs215
 
 .include "../../mk/emacs.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 47a5b53e64ec -r e925892cee27 security/EasyPG/distinfo
--- a/security/EasyPG/distinfo  Tue Jul 31 12:30:16 2007 +0000
+++ b/security/EasyPG/distinfo  Tue Jul 31 12:32:43 2007 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2007/01/29 15:02:57 gdt Exp $
+$NetBSD: distinfo,v 1.5 2007/07/31 12:32:43 gdt Exp $
 
-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
+SHA1 (epg-0.0.14.tar.gz) = 1c3c1d371f4fedd01ff039e90e1b0719abaf56a0
+RMD160 (epg-0.0.14.tar.gz) = 10b9bb46fda6317919f83c106f841d4f7a938386
+Size (epg-0.0.14.tar.gz) = 181962 bytes



Home | Main Index | Thread Index | Old Index