[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#947125: marked as done (buster-pu: package cyrus-imapd/3.0.8-6+deb10u4)



Your message dated Sat, 08 Feb 2020 14:21:36 +0000
with message-id <cf1cb2f35981916a86b98b83609df15c95aa378b.camel@adam-barratt.org.uk>
and subject line Closing requests included in 10.3 point release
has caused the Debian Bug report #947125,
regarding buster-pu: package cyrus-imapd/3.0.8-6+deb10u4
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 owner@bugs.debian.org
immediately.)


-- 
947125: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=947125
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
Tags: buster
User: release.debian.org@packages.debian.org
Usertags: pu

Hi,

cyrus-imapd has a RC bug. This little patch tested by reporters fixes
the problem.

Cheers,
Xavier
diff --git a/debian/changelog b/debian/changelog
index 391230f..c96adf9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+cyrus-imapd (3.0.8-6+deb10u4) buster; urgency=medium
+
+  * Add BACKUP type to cyrus-upgrade-db (Closes: #930764)
+
+ -- Xavier Guimard <yadd@debian.org>  Sat, 21 Dec 2019 14:39:58 +0100
+
 cyrus-imapd (3.0.8-6+deb10u3) buster-security; urgency=medium
 
   * Add patch to avoid mailbox creation as administrator
diff --git a/debian/cyrus-upgrade-db b/debian/cyrus-upgrade-db
index d7037b2..c50a4ce 100755
--- a/debian/cyrus-upgrade-db
+++ b/debian/cyrus-upgrade-db
@@ -62,6 +62,7 @@ upgradealldb() {
 
 	DO_UPGRADE_DB=
 	if [ "${NEW_DBVALUE}" != "${OLD_DBVALUE}" ] ; then
+	    echo "Upgrading $OLD_DBKEY from $OLD_DBVALUE to $NEW_DBVALUE ..."
 	    DO_UPGRADE_DB=yes
 	fi
 
@@ -82,11 +83,14 @@ upgradealldb() {
 		    return 1
 		fi
 		;;
-	    DUPLICATE|PTS|STATUSCACHE|TLS|ZONEINFO|SEEN)
+	    DUPLICATE|PTS|STATUSCACHE|TLS|ZONEINFO|SEEN|CONVERSATIONS|SEARCH_INDEXED|SORTCACHE)
 		;;
 	    USERDENY)
 		DBFILE=user_deny.db
 		;;
+	    BACKUP)
+	        DBFILE=backups.db
+		;;
 	    *)
 		echo "$0: Unknown type of DB: $OLD_DBKEY" 1>&2
 		return 1

--- End Message ---
--- Begin Message ---
Package: release.debian.org
Version: 10.3

Hi,

Each of the uploads referred to by these bugs was included in today's
stable point release.

Regards,

Adam

--- End Message ---

Reply to: