~ubuntu-branches/ubuntu/quantal/dovecot/quantal

« back to all changes in this revision

Viewing changes to debian/patches/debian-changes-1:1.2.12-1ubuntu1

  • Committer: Bazaar Package Importer
  • Author(s): Chuck Short
  • Date: 2010-06-29 09:21:32 UTC
  • mfrom: (4.1.14 sid)
  • Revision ID: james.westby@ubuntu.com-20100629092132-q4pr5lfuvmjqou19
Tags: 1:1.2.12-1ubuntu1
* Merge from Debian Unstable, remaining changes:
  + Add mail-stack-delivery as per server-maverick-mail-integration spec:
   - Update debian/rules
   - Convert existing package to a dummy package and add new binary in debian/control
   - Update maintainer scripts.
   - Move previously installed backups and config files to new package name
     space in preinst
   - Add new debian/mail-stack-delivery.prerm to handle downgrades
   - Rename debian/dovecot-postfix.* to debian/mail-stack-delivery.*
  + Use Snakeoil SSL certificates by default.
    - debian/control: Depend on ssl-cert.
    - debian/patches/ssl-cert-snakeoil.dpatch: Change default SSL cert paths to snakeoil.
    - debian/dovecot-common.postinst: Relax grep for SSL_* a bit.
  + Add autopkgtest to debian/tests/*.
  + Add ufw integration:
    - Created debian/dovecot-common.ufw.profile.
    - debian/rules: install profile.
    - debian/control: suggest ufw.
  + debian/{control,rules}: enable PIE hardening.
  + debian/control: Update Vcs-* headers.
  + Add SMTP-AUTH support for Outlook (login auth mechanism) 
  + debian/dovecot-common.dirs: Added usr/share/doc/dovecot-common
  + debian/patches/fix-dovecot-config-parser.patch: Fix ordering of external config 
    files. (LP: #597818)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Description: Upstream changes introduced in version 1:1.2.12-1ubuntu1
 
2
 This patch has been created by dpkg-source during the package build.
 
3
 Here's the last changelog entry, hopefully it gives details on why
 
4
 those changes were made:
 
5
 .
 
6
 dovecot (1:1.2.12-1ubuntu1) maverick; urgency=low
 
7
 .
 
8
   * Merge from Debian Unstable, remaining changes:
 
9
     + Add mail-stack-delivery as per server-maverick-mail-integration spec:
 
10
      - Update debian/rules
 
11
      - Convert existing package to a dummy package and add new binary in debian/control
 
12
      - Update maintainer scripts.
 
13
      - Move previously installed backups and config files to new package name
 
14
        space in preinst
 
15
      - Add new debian/mail-stack-delivery.prerm to handle downgrades
 
16
      - Rename debian/dovecot-postfix.* to debian/mail-stack-delivery.*
 
17
     + Use Snakeoil SSL certificates by default.
 
18
       - debian/control: Depend on ssl-cert.
 
19
       - debian/patches/ssl-cert-snakeoil.dpatch: Change default SSL cert paths to snakeoil.
 
20
       - debian/dovecot-common.postinst: Relax grep for SSL_* a bit.
 
21
     + Add autopkgtest to debian/tests/*.
 
22
     + Add ufw integration:
 
23
       - Created debian/dovecot-common.ufw.profile.
 
24
       - debian/rules: install profile.
 
25
       - debian/control: suggest ufw.
 
26
     + debian/{control,rules}: enable PIE hardening.
 
27
     + debian/control: Update Vcs-* headers.
 
28
     + Add SMTP-AUTH support for Outlook (login auth mechanism)
 
29
     + debian/dovecot-common.dirs: Added usr/share/doc/dovecot-common
 
30
     + debian/patches/fix-dovecot-config-parser.patch: Fix ordering of external config
 
31
       files. (LP: #597818)
 
32
 .
 
33
 The person named in the Author field signed this changelog entry.
 
34
Author: Chuck Short <zulcss@ubuntu.com>
 
35
Bug-Ubuntu: https://bugs.launchpad.net/bugs/597818
 
36
 
 
37
---
 
38
The information above should follow the Patch Tagging Guidelines, please
 
39
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
 
40
are templates for supplementary fields that you might want to add:
 
41
 
 
42
Origin: <vendor|upstream|other>, <url of original patch>
 
43
Bug: <url in upstream bugtracker>
 
44
Bug-Debian: http://bugs.debian.org/<bugnumber>
 
45
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
 
46
Forwarded: <no|not-needed|url proving that it has been forwarded>
 
47
Reviewed-By: <name and email of someone who approved the patch>
 
48
Last-Update: <YYYY-MM-DD>
 
49
 
 
50
--- dovecot-1.2.12.orig/src/lib-storage/index/mbox/mbox-storage.c
 
51
+++ dovecot-1.2.12/src/lib-storage/index/mbox/mbox-storage.c
 
52
@@ -310,10 +310,6 @@ mbox_get_list_settings(struct mailbox_li
 
53
                   it's root dir if we've already chroot()ed, otherwise
 
54
                   either ~/mail or ~/Mail */
 
55
                list_set->root_dir = get_root_dir(storage);
 
56
-               if (list_set->root_dir == NULL) {
 
57
-                       *error_r = "Autodetection failed";
 
58
-                       return -1;
 
59
-               }
 
60
        } else {
 
61
                if (debug)
 
62
                        i_info("mbox: data=%s", data);