Your message dated Tue, 14 Apr 2015 17:29:44 +0200
with message-id <[email protected]>
and subject line Re: Bug#780262: unblock (pre-approval):
fusiondirectory/1.0.8.2-4
has caused the Debian Bug report #780262,
regarding unblock: fusiondirectory/1.0.8.2-5
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.)
--
780262: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=780262
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: [email protected]
Usertags: unblock
Please consider unblocking planned upload of package fusiondirectory.
+ * debian/patches:
+ + Add 0002_fix-sieve-script-creation.patch. Don't fail when creating
+ sieve mail filter scripts via fusiondirectory's sieve plugin.
+ (Closes: #780214).
-> Prevent from failures when creating sieve (mail filter) scripts using
fusiondirectory's cyrus plugin. Without this fix the cyrus plugin will be
virtually unusable for FusionDirectory users/admins.
light+love,
Mike
unblock fusiondirectory/1.0.8.2-4
-- System Information:
Debian Release: 8.0
APT prefers stable
APT policy: (990, 'stable'), (500, 'testing-updates'), (500,
'testing-proposed-updates'), (500, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)
diff -Nru fusiondirectory-1.0.8.2/debian/changelog fusiondirectory-1.0.8.2/debian/changelog
--- fusiondirectory-1.0.8.2/debian/changelog 2015-01-14 15:04:39.000000000 +0100
+++ fusiondirectory-1.0.8.2/debian/changelog 2015-03-11 11:35:57.000000000 +0100
@@ -1,3 +1,12 @@
+fusiondirectory (1.0.8.2-4) unstable; urgency=medium
+
+ * debian/patches:
+ + Add 0002_fix-sieve-script-creation.patch. Don't fail when creating
+ sieve mail filter scripts via fusiondirectory's sieve plugin.
+ (Closes: #780214).
+
+ -- Mike Gabriel <[email protected]> Wed, 11 Mar 2015 11:35:42 +0100
+
fusiondirectory (1.0.8.2-3) unstable; urgency=medium
* debian/fusiondirectory.postrm:
diff -Nru fusiondirectory-1.0.8.2/debian/patches/0002_fix-sieve-script-creation.patch fusiondirectory-1.0.8.2/debian/patches/0002_fix-sieve-script-creation.patch
--- fusiondirectory-1.0.8.2/debian/patches/0002_fix-sieve-script-creation.patch 1970-01-01 01:00:00.000000000 +0100
+++ fusiondirectory-1.0.8.2/debian/patches/0002_fix-sieve-script-creation.patch 2015-03-11 11:36:45.000000000 +0100
@@ -0,0 +1,25 @@
+From 497008368f89db54f810457633ca3c9bd2e97a95 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?C=C3=B4me=20Bernigaud?= <[email protected]>
+Date: Wed, 11 Mar 2015 10:34:13 +0100
+Subject: [PATCH] Fixes #3638 Error in cyrus sieve script template
+
+---
+ cyrus/personal/mail/mail-methods/sieve_script.tpl | 2 --
+ 1 file changed, 2 deletions(-)
+
+diff --git a/cyrus/personal/mail/mail-methods/sieve_script.tpl b/cyrus/personal/mail/mail-methods/sieve_script.tpl
+index 3a85556..769f779 100644
+--- a/plugins/cyrus/personal/mail/mail-methods/sieve_script.tpl
++++ b/plugins/cyrus/personal/mail/mail-methods/sieve_script.tpl
+@@ -1,8 +1,6 @@
+-{if $content}
+ ###FUSIONDIRECTORY
+ require ["fileinto", "reject", "vacation"];
+
+-{/if}
+ {if $spamfilter}
+ # Sort mails with higher spam level
+ if header :contains "X-Spam-Level" "{$spamlevel}" {literal}{{/literal}
+--
+1.9.1
+
diff -Nru fusiondirectory-1.0.8.2/debian/patches/series fusiondirectory-1.0.8.2/debian/patches/series
--- fusiondirectory-1.0.8.2/debian/patches/series 2014-10-25 18:50:49.000000000 +0200
+++ fusiondirectory-1.0.8.2/debian/patches/series 2015-03-11 11:34:17.000000000 +0100
@@ -1,4 +1,5 @@
0001_fdSaslRealm-and-fdSaslExop-are-not-booleans.patch
+0002_fix-sieve-script-creation.patch
2001_fusiondirectory-apache.patch
2002_fusiondirectory-headers.patch
2003_fusiondirectory-password.patch
--- End Message ---
--- Begin Message ---
Hi,
On Mon, Apr 13, 2015 at 01:52:08AM +0000, Mike Gabriel wrote:
> I actually just dput another revision of fusiondirectory to unstable
> (1.0.8.2-5) fixing the below issue:
Unblocked (and aged).
Cheers,
Ivo
--- End Message ---