Fix program with stunnel >= 5.45.

PR:		228496
Submitted by:	t-matubara@miracle.ocn.ne.jp
Approved by:	maintainer timeout
This commit is contained in:
Tilman Keskinoz 2018-06-13 14:33:17 +00:00
parent 17c9b94635
commit f8c7b78339
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=472326
2 changed files with 12 additions and 1 deletions

View file

@ -3,7 +3,7 @@
PORTNAME= mew
PORTVERSION= 6.7
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= mail elisp
MASTER_SITES= http://www.mew.org/Release/
PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX}

View file

@ -0,0 +1,11 @@
--- mew-ssl.el.orig 2018-05-26 06:07:04.349903000 +0900
+++ mew-ssl.el 2018-05-26 06:14:42.303658000 +0900
@@ -241,7 +241,7 @@
(mew-ssl-set-string pnm string)
(setq string (concat prev-str string))
(cond
- ((string-match "Negotiated \\|opened with SSL" string)
+ ((string-match "Negotiated \\| ciphersuite:\\|opened with SSL" string)
(mew-ssl-set-status pnm t))
((string-match "Failed to initialize" string)
(mew-ssl-set-status pnm t)) ;; xxx