diff options
author | Alon Bar-Lev <alonbl@gentoo.org> | 2007-06-09 15:51:16 +0000 |
---|---|---|
committer | Alon Bar-Lev <alonbl@gentoo.org> | 2007-06-09 15:51:16 +0000 |
commit | 96b72af8eb2c4821a6179a101502f155c62d8dfb (patch) | |
tree | 7f990c4252d62226d8734bf02f481e64a681cc45 /app-crypt/ccrypt/files | |
parent | alpha/ia64 stable wrt #180736 (diff) | |
download | gentoo-2-96b72af8eb2c4821a6179a101502f155c62d8dfb.tar.gz gentoo-2-96b72af8eb2c4821a6179a101502f155c62d8dfb.tar.bz2 gentoo-2-96b72af8eb2c4821a6179a101502f155c62d8dfb.zip |
Fix emacs issue, bug#181397, thanks to Andre Kuehne
(Portage version: 2.1.2.9)
Diffstat (limited to 'app-crypt/ccrypt/files')
-rw-r--r-- | app-crypt/ccrypt/files/ccrypt-1.7-emacs.patch | 11 | ||||
-rw-r--r-- | app-crypt/ccrypt/files/digest-ccrypt-1.7-r1 | 3 |
2 files changed, 14 insertions, 0 deletions
diff --git a/app-crypt/ccrypt/files/ccrypt-1.7-emacs.patch b/app-crypt/ccrypt/files/ccrypt-1.7-emacs.patch new file mode 100644 index 000000000000..64a35397cc2e --- /dev/null +++ b/app-crypt/ccrypt/files/ccrypt-1.7-emacs.patch @@ -0,0 +1,11 @@ +diff -urNp ccrypt-1.7.org/emacs/jka-compr-ccrypt.el ccrypt-1.7/emacs/jka-compr-ccrypt.el +--- ccrypt-1.7.org/emacs/jka-compr-ccrypt.el 2003-08-25 17:15:44.000000000 +0300 ++++ ccrypt-1.7/emacs/jka-compr-ccrypt.el 2007-06-09 18:36:19.000000000 +0300 +@@ -302,6 +302,7 @@ based on the filename itself and `jka-co + "The encryption password. This variable is buffer-local.") + + (make-variable-buffer-local 'jka-compr-ccrypt-buffer-password) ++(put 'jka-compr-ccrypt-buffer-password 'permanent-local t) + + (defun jka-compr-ccrypt-read-passwd (&optional confirm default) + (read-passwd (format "Password for %s: " (buffer-name)) confirm default)) diff --git a/app-crypt/ccrypt/files/digest-ccrypt-1.7-r1 b/app-crypt/ccrypt/files/digest-ccrypt-1.7-r1 new file mode 100644 index 000000000000..0e4f1fb09d1c --- /dev/null +++ b/app-crypt/ccrypt/files/digest-ccrypt-1.7-r1 @@ -0,0 +1,3 @@ +MD5 19526e31a7d234e29d54dbcc876605d5 ccrypt-1.7.tar.gz 214189 +RMD160 7af1b97900b997f5ef4d380153a72c932360afed ccrypt-1.7.tar.gz 214189 +SHA256 1bf974c9ee5f20332f0117c5b80784825f505f1a24eb57a10c8195c3ad16540e ccrypt-1.7.tar.gz 214189 |