Your message dated Sat, 09 May 2020 11:53:52 +0100
with message-id
<fd7fa4d56896c35aab49a5a51cb69727dc60e87a.ca...@adam-barratt.org.uk>
and subject line Closing requests included in 10.4 point release
has caused the Debian Bug report #950546,
regarding buster-pu: package mew/1:6.8-4+deb10u1
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
950546: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=950546
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
Tags: buster
User: [email protected]
Usertags: pu
Hi, the release team,
I'd like to update package mew in buster to fix a security issue,
managed as no advisory by the security team.
See this changelog and the attached debdiff.
mew (1:6.8-4+deb10u1) buster; urgency=medium
* New patch 070_checkhost.patch to enable checkHost for stunnel
(closes: #950411)
-- Tatsuya Kinoshita <[email protected]> Sun, 02 Feb 2020 18:31:28 +0900
Please let me know if I can upload it.
Thanks,
--
Tatsuya Kinoshita
diffstat for mew-6.8 mew-6.8
changelog | 7 +++++++
patches/070_checkhost.patch | 15 +++++++++++++++
patches/series | 1 +
3 files changed, 23 insertions(+)
diff -Nru mew-6.8/debian/changelog mew-6.8/debian/changelog
--- mew-6.8/debian/changelog 2019-01-06 00:22:08.000000000 +0900
+++ mew-6.8/debian/changelog 2020-02-02 18:31:28.000000000 +0900
@@ -1,3 +1,10 @@
+mew (1:6.8-4+deb10u1) buster; urgency=medium
+
+ * New patch 070_checkhost.patch to enable checkHost for stunnel
+ (closes: #950411)
+
+ -- Tatsuya Kinoshita <[email protected]> Sun, 02 Feb 2020 18:31:28 +0900
+
mew (1:6.8-4) unstable; urgency=medium
[ YAMANAKA Hitoshi ]
diff -Nru mew-6.8/debian/patches/070_checkhost.patch
mew-6.8/debian/patches/070_checkhost.patch
--- mew-6.8/debian/patches/070_checkhost.patch 1970-01-01 09:00:00.000000000
+0900
+++ mew-6.8/debian/patches/070_checkhost.patch 2020-02-01 22:18:14.000000000
+0900
@@ -0,0 +1,15 @@
+Subject: Enable checkHost for stunnel
+Origin: upstream,
https://github.com/kazu-yamamoto/Mew/commit/8de0a1398f10d0e8da29ce91ec22af17430c0004
+Bug: https://github.com/kazu-yamamoto/Mew/pull/133
+
+--- a/mew-ssl.el
++++ b/mew-ssl.el
+@@ -106,6 +106,8 @@ insert no extra text.")
+ (insert "client=yes\n")
+ (insert "pid=\n")
+ (insert (format "verify=%d\n" (mew-ssl-verify-level case)))
++ (if (> (mew-ssl-verify-level case) 0)
++ (insert (format "checkHost=%s\n" server)))
+ (insert "foreground=yes\n")
+ (insert "debug=debug\n")
+ (if (and mew-ssl-libwrap (or (>= mew-ssl-ver 5) (>= mew-ssl-minor-ver
45)))
diff -Nru mew-6.8/debian/patches/series mew-6.8/debian/patches/series
--- mew-6.8/debian/patches/series 2019-01-06 00:19:10.000000000 +0900
+++ mew-6.8/debian/patches/series 2020-02-01 22:18:14.000000000 +0900
@@ -2,3 +2,4 @@
020_netpbm.patch
030_cache-long-scans.patch
040_incm-lock.patch
+070_checkhost.patch
pgpZdyGW5hU1b.pgp
Description: PGP signature
--- End Message ---
--- Begin Message ---
Package: release.debian.org
Version: 10.4
Hi,
Each of the uploads referred to by these bugs was included in today's
stable point release.
Regards,
Adam
--- End Message ---