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:
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
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
PORTNAME= mew
|
PORTNAME= mew
|
||||||
PORTVERSION= 6.7
|
PORTVERSION= 6.7
|
||||||
PORTREVISION= 3
|
PORTREVISION= 4
|
||||||
CATEGORIES= mail elisp
|
CATEGORIES= mail elisp
|
||||||
MASTER_SITES= http://www.mew.org/Release/
|
MASTER_SITES= http://www.mew.org/Release/
|
||||||
PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX}
|
PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX}
|
||||||
|
|
11
mail/mew/files/patch-mew-ssl.el
Normal file
11
mail/mew/files/patch-mew-ssl.el
Normal 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
|
Loading…
Reference in a new issue