Your message dated Sat, 06 Feb 2021 10:39:26 +0000
with message-id
<6425525e38201ecf9a2d3e0f1e63c0d3b08e0fc0.ca...@adam-barratt.org.uk>
and subject line Closing p-u bugs for updates in 10.8
has caused the Debian Bug report #980259,
regarding buster-pu: package cyrus-imapd/3.0.8-6+deb10u5
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.)
--
980259: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=980259
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
Tags: buster
User: [email protected]
Usertags: pu
[ Reason ]
The /etc/cron.daily/cyrus-imapd cron script is not executed because the
Cyrus version check does not match the cyrus version installed on Debian
Buster
[ Impact ]
Dala loss risk
[ Tests ]
No test added
[ Risks ]
Trivial patch
[ Checklist ]
[X] *all* changes are documented in the d/changelog
[X] I reviewed all changes and I approve them
[X] attach debdiff against the package in (old)stable
[X] the issue is verified as fixed in unstable (see #935431)
[ Changes ]
Regex fix
Cheers,
Xavier
diff --git a/debian/changelog b/debian/changelog
index c96adf9c..240d1f4d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+cyrus-imapd (3.0.8-6+deb10u5) buster; urgency=medium
+
+ * Fix cron script (Closes: #980240)
+
+ -- Xavier Guimard <[email protected]> Sat, 16 Jan 2021 21:34:16 +0100
+
cyrus-imapd (3.0.8-6+deb10u4) buster; urgency=medium
* Add BACKUP type to cyrus-upgrade-db (Closes: #930764)
diff --git a/debian/cyrus-common.cyrus-imapd.cron.daily
b/debian/cyrus-common.cyrus-imapd.cron.daily
index eca5ffe5..c92eca15 100644
--- a/debian/cyrus-common.cyrus-imapd.cron.daily
+++ b/debian/cyrus-common.cyrus-imapd.cron.daily
@@ -33,7 +33,7 @@ umask 022
&& [ -f /usr/lib/cyrus/cyrus-hardwired-config.txt ] \
|| exit 0
# Check if Cyrus is installed (vs. removed but not purged)
-grep -qE '^PACKAGE_VERSION[[:blank:]]+[30][.][245]' \
+grep -qE '^PACKAGE_VERSION[[:blank:]]+3.0[.][2458]' \
/usr/lib/cyrus/cyrus-hardwired-config.txt >/dev/null 2>&1 || exit 0
# 1. backup mailbox database
--- End Message ---
--- Begin Message ---
Package: release.debian.org
Version: 10.8
Hi,
Each of the updates referenced by these bugs was included in today's
10.8 point release.
Regards,
Adam
--- End Message ---