Your message dated Sat, 11 Jul 2026 10:32:47 +0000
with message-id <[email protected]>
and subject line Released in 13.6
has caused the Debian Bug report #1137317,
regarding trixie-pu: package errands/46.2.8-1+deb13u1
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.)
--
1137317: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1137317
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
Tags: trixie
X-Debbugs-Cc: [email protected], [email protected]
Control: affects -1 + src:errands
User: [email protected]
Usertags: pu
* CVE-2025-71063: TLS certificates for CalDAV servers were not verified
(Closes: #1123738)
diffstat for errands-46.2.8 errands-46.2.8
changelog | 8 ++++++++
patches/0001-Enable-back-ssl_verify_cert.patch | 24 ++++++++++++++++++++++++
patches/series | 1 +
3 files changed, 33 insertions(+)
diff -Nru errands-46.2.8/debian/changelog errands-46.2.8/debian/changelog
--- errands-46.2.8/debian/changelog 2025-03-21 06:01:57.000000000 +0200
+++ errands-46.2.8/debian/changelog 2026-05-22 12:46:18.000000000 +0300
@@ -1,3 +1,11 @@
+errands (46.2.8-1+deb13u1) trixie; urgency=medium
+
+ * Non-maintainer upload.
+ * CVE-2025-71063: TLS certificates for CalDAV servers were not verified
+ (Closes: #1123738)
+
+ -- Adrian Bunk <[email protected]> Fri, 22 May 2026 12:46:18 +0300
+
errands (46.2.8-1) unstable; urgency=medium
* New upstream release
diff -Nru errands-46.2.8/debian/patches/0001-Enable-back-ssl_verify_cert.patch
errands-46.2.8/debian/patches/0001-Enable-back-ssl_verify_cert.patch
--- errands-46.2.8/debian/patches/0001-Enable-back-ssl_verify_cert.patch
1970-01-01 02:00:00.000000000 +0200
+++ errands-46.2.8/debian/patches/0001-Enable-back-ssl_verify_cert.patch
2026-05-22 12:46:18.000000000 +0300
@@ -0,0 +1,24 @@
+From 90f0af39207a23df3d53c9b7430f01e80b9be326 Mon Sep 17 00:00:00 2001
+From: mrvladus <[email protected]>
+Date: Mon, 22 Dec 2025 14:37:38 +0300
+Subject: Enable back ssl_verify_cert
+
+---
+ errands/lib/sync/providers/caldav.py | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/errands/lib/sync/providers/caldav.py
b/errands/lib/sync/providers/caldav.py
+index 94cfbc35..f9f7b782 100644
+--- a/errands/lib/sync/providers/caldav.py
++++ b/errands/lib/sync/providers/caldav.py
+@@ -86,7 +86,6 @@ class SyncProviderCalDAV:
+ url=self.url,
+ username=self.username,
+ password=self.password,
+- ssl_verify_cert=False,
+ ) as client:
+ try:
+ self.principal: Principal = client.principal()
+--
+2.47.3
+
diff -Nru errands-46.2.8/debian/patches/series
errands-46.2.8/debian/patches/series
--- errands-46.2.8/debian/patches/series 1970-01-01 02:00:00.000000000
+0200
+++ errands-46.2.8/debian/patches/series 2026-05-22 12:45:59.000000000
+0300
@@ -0,0 +1 @@
+0001-Enable-back-ssl_verify_cert.patch
--- End Message ---
--- Begin Message ---
Version: 13.6
This update was released as part of 13.6.
--- End Message ---