From d1f12ac02d402447867dc6dd265c64285b5793b4 Mon Sep 17 00:00:00 2001 From: "Bruce A. Mah" Date: Mon, 22 Jan 2001 20:06:10 +0000 Subject: Update exmh to 2.3.1. This release was made primarily to fix a symlink vulnerability reported to bugtraq. Mostly a bugfix release although a few new features (filtering in sedit, optional expect-based inc wrapper, optional bitmap buttons) have been added. FreeBSD-specific parts to this commit: Removed patchfiles that were imported from the exmh CVS repository as they are now a part of the exmh-2.3.1 release. Fixed pkg-descr to quiet a few portlint warnings. Changed port to use wish-8.3 rather than wish-8.2 (suggested by markm). --- mail/exmh2/files/patch-error.tcl | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 mail/exmh2/files/patch-error.tcl (limited to 'mail/exmh2/files/patch-error.tcl') diff --git a/mail/exmh2/files/patch-error.tcl b/mail/exmh2/files/patch-error.tcl deleted file mode 100644 index 8c429f98ae90..000000000000 --- a/mail/exmh2/files/patch-error.tcl +++ /dev/null @@ -1,20 +0,0 @@ -Index: lib/error.tcl -=================================================================== -RCS file: /cvsroot/exmh/exmh/lib/error.tcl,v -retrieving revision 1.2 -retrieving revision 1.3 -diff -c -r1.2 -r1.3 -*** error.tcl 1999/03/26 18:02:56 1.2 ---- error.tcl 2001/01/03 23:51:59 1.3 -*************** -*** 118,123 **** ---- 118,126 ---- - - proc ExmhMailError { w errInfo } { - global exmh -+ if [file exists [Env_Tmp]/exmhErrorMsg] { -+ file delete [Env_Tmp]/exmhErrorMsg -+ } - if [catch {open [Env_Tmp]/exmhErrorMsg w} out] { - Exmh_Status "Cannot open [Env_Tmp]/exmhErrorMsg" purple - return -- cgit v1.2.3