aboutsummaryrefslogtreecommitdiff
path: root/mail/exmh2
diff options
context:
space:
mode:
authorBruce A. Mah <bmah@FreeBSD.org>2001-01-04 06:23:38 +0000
committerBruce A. Mah <bmah@FreeBSD.org>2001-01-04 06:23:38 +0000
commit45a7e60654124493affcb95acb24b304525d90db (patch)
tree3161753355d6fcf5c59b329b8d97d5ae10847a9a /mail/exmh2
parent7b9e4e1601d85cfc6fc98dfcad53e3fd9ad57781 (diff)
downloadports-45a7e60654124493affcb95acb24b304525d90db.tar.gz
ports-45a7e60654124493affcb95acb24b304525d90db.zip
Commit a patch to fix a problem with PGP5 support not being able
to verify signatures of Multipart/MIME, clear-signed messages. This patch has been committed to the exmh CVS repository, and this file can go away when the next version of exmh is released PR: 22656 Submitted by: Dave Tweten <tweten@nas.nasa.gov>
Notes
Notes: svn path=/head/; revision=36762
Diffstat (limited to 'mail/exmh2')
-rw-r--r--mail/exmh2/files/patch-pgpPgp5.tcl45
1 files changed, 45 insertions, 0 deletions
diff --git a/mail/exmh2/files/patch-pgpPgp5.tcl b/mail/exmh2/files/patch-pgpPgp5.tcl
new file mode 100644
index 000000000000..f58e6229b139
--- /dev/null
+++ b/mail/exmh2/files/patch-pgpPgp5.tcl
@@ -0,0 +1,45 @@
+Index: lib/pgpPgp5.tcl
+===================================================================
+RCS file: /cvsroot/exmh/exmh/lib/pgpPgp5.tcl,v
+retrieving revision 1.6
+retrieving revision 1.7
+diff -c -r1.6 -r1.7
+*** pgpPgp5.tcl 2000/04/18 18:38:33 1.6
+--- pgpPgp5.tcl 2001/01/04 02:24:46 1.7
+***************
+*** 1,6 ****
+--- 1,17 ----
+ # pgpPgp5.tcl
+
+ # $Log: pgpPgp5.tcl,v $
++ # Revision 1.7 2001/01/04 02:24:46 bmah
++ # Add +force to PGP5 flags. This fixes
++ # a bug where PGP5 couldn't verify clearsigned messages under some
++ # circumstances. In my testing I was only able to make this happen
++ # with clearsigned messages and multipart/mime, which produces some
++ # rather strange output anyways. But this doesn't seem to hurt
++ # anything.
++ #
++ # Submitted-by: Dave Tweten <tweten@nas.nasa.gov>, via the FreeBSD
++ # Project
++ #
+ # Revision 1.6 2000/04/18 18:38:33 valdis
+ # Fix quote character to use ascii rather than iso8859-ish one
+ #
+***************
+*** 88,94 ****
+ #############
+ # Exec_Batch
+ # Batchmode flags
+! set pgp(pgp5,flags_batch) {+armorlines=0 +batchmode=on +verbose=0}
+ #
+ proc Pgp_pgp5_PassFdSet {} {
+ global env
+--- 99,105 ----
+ #############
+ # Exec_Batch
+ # Batchmode flags
+! set pgp(pgp5,flags_batch) {+armorlines=0 +batchmode=on +force +verbose=0}
+ #
+ proc Pgp_pgp5_PassFdSet {} {
+ global env