~ubuntu-branches/ubuntu/lucid/dovecot/lucid-security

« back to all changes in this revision

Viewing changes to src/lib-storage/index/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Mathias Gug, Ante Karamatic, Mathias Gug
  • Date: 2009-02-12 21:45:09 UTC
  • mfrom: (1.10.17 upstream)
  • Revision ID: james.westby@ubuntu.com-20090212214509-8fp69kpkzf03j5xg
Tags: 1:1.1.11-0ubuntu1
[ Ante Karamatic ]
  Add new binary pkg dovecot-postfix that integrates postfix and dovecot
  automatically: (LP: #164837)
  - debian/control:
    + add new binary with short description.
  - debian/dovecot-postfix.postinst:
    + create initial certificate symlinks to snakeoil.
    + set up postfix with postconf to:
      - use Maildir/ as the default mailbox.
      - use dovecot as the sasl authentication  server.
      - use dovecot LDA (deliver).
      - use tls for smtp{d} services.
    + restart postfix and dovecot.
  - debian/dovecot-postfix.postrm:
    + remove all dovecot related configuration from postfix.
    + restart postfix and dovecot.
  - debian/dovecot-common.init:
    + check if /etc/dovecot/dovecot-postfix.conf exists and use it
      as the configuration file if so.
  - debian/patches/warning-ubuntu-postfix.dpatch
    + add warning about dovecot-postfix.conf in dovecot default 
      configuration file.
  - debian/patches/dovecot-postfix.conf.diff:
    + Ubuntu server custom changes to the default dovecot configuration for
      better integration with postfix:
      - enable imap, pop3, imaps, pop3s and managesieve by default.
      - enable dovecot LDA (deliver).
      - enable SASL auth socket in postfix private directory.
  - debian/rules:
    + copy, patch and install dovecot-postfix.conf in /etc/dovecot/.
  
[ Mathias Gug ]
* New upstream release:
* Update dovecot-managesieve to 0.10.5. Fixes:
  - check if names of sieve scripts contain '/' (LP: #307291)
* Update dovecot-managesieve patch for 1.1.11 and 0.10.5.
* Update dovecot-sieve plugin to 1.1.6.
* Merge from debian experimental, remaining changes:
  - Use Snakeoil SSL certificates by default.
    + debian/control: Depend on ssl-cert
    + debian/paptches/ssl-cert-snakeoil.dpatch: Change default SSL cert 
      paths to snakeoil.
    + debian/dovecot-common.postinst: Relax grep for SSL_* a bit.
  - Add autopkgtest in debian/tests/*.
  - debian/dovecot-common.init: Check to see if there is an /etc/inetd.conf.
    (LP: #208411)
  - Fast TearDown: Update lsb init header to not stop in level 6.
  - Add status action to the init script:
    + debian/control: Depend on lsb >= 3.2.12ubuntu3.
    + debian/dovecot-common-init: Add the 'status' action (LP: #247096).
  - debian/rules:
    - Copy config.{guess,sub} after running libtoolize.
    - Clean dovecot-managesieve directory.
  - Add ufw integration: 
    - Created debian/dovecot-common.ufw.profile
    - debian/rules:
      + install profile
    - debian/control
      + Suggest ufw
  - debian/{control,rules}: enable PIE hardening.
  - Updated dovecot.common.README.Debian with information on what has changed 
    between 1.0 and 1.1.1. Fixes (LP: #257625) 
  - dovecot-imapd, dovecot-pop3: Replaces dovecot-common (<< 1:1.1). LP: #254721.
  - debian/control:
    + Update Vcs-* headers.
* debian/rules:
  - Create emtpy stamp.h.in files in dovecot-sieve/ and dovecot-managesieve/
    if they're not there since empty files are not included in the diff.gz 
    file.
* Dropped:
  - debian/patches/fix-message-parser.dpatch: Parsing an invalid message
    address like "From: (" caused an assert-crash. (LP: #290901).
    (CVE-2008-4907 - fixed in 1.1.6)
  - debian/patches/login-max-process-count-warning.dpatch: Tell the user 
    that they have reached the maximum number of processes count.
    (LP: #189616) - Different implementation from upstream.
  - debian/patches/fix-dovecot-sieve.dpatch: Fixes assertion error
    when a header string ends with a LF (LP: #264306). Implemented upstream.
  - Don't fail in postinst if dovecot-{sql,ldap} is missing. (LP: #153161)

Show diffs side-by-side

added added

removed removed

Lines of Context:
122
122
DEPDIR = @DEPDIR@
123
123
DICT_LIBS = @DICT_LIBS@
124
124
DSYMUTIL = @DSYMUTIL@
125
 
ECHO = @ECHO@
 
125
DUMPBIN = @DUMPBIN@
126
126
ECHO_C = @ECHO_C@
127
127
ECHO_N = @ECHO_N@
128
128
ECHO_T = @ECHO_T@
129
129
EGREP = @EGREP@
130
130
EXEEXT = @EXEEXT@
131
 
F77 = @F77@
132
 
FFLAGS = @FFLAGS@
 
131
FGREP = @FGREP@
133
132
GREP = @GREP@
134
133
INSTALL = @INSTALL@
135
134
INSTALL_DATA = @INSTALL_DATA@
139
138
KRB5CONFIG = @KRB5CONFIG@
140
139
KRB5_CFLAGS = @KRB5_CFLAGS@
141
140
KRB5_LIBS = @KRB5_LIBS@
 
141
LD = @LD@
142
142
LDAP_LIBS = @LDAP_LIBS@
143
143
LDFLAGS = @LDFLAGS@
144
144
LIBCAP = @LIBCAP@
146
146
LIBOBJS = @LIBOBJS@
147
147
LIBS = @LIBS@
148
148
LIBTOOL = @LIBTOOL@
 
149
LIPO = @LIPO@
149
150
LN_S = @LN_S@
150
151
LTLIBICONV = @LTLIBICONV@
151
152
LTLIBOBJS = @LTLIBOBJS@
156
157
MODULE_SUFFIX = @MODULE_SUFFIX@
157
158
MYSQL_CFLAGS = @MYSQL_CFLAGS@
158
159
MYSQL_LIBS = @MYSQL_LIBS@
 
160
NM = @NM@
159
161
NMEDIT = @NMEDIT@
160
162
OBJEXT = @OBJEXT@
 
163
OTOOL = @OTOOL@
 
164
OTOOL64 = @OTOOL64@
161
165
PACKAGE = @PACKAGE@
162
166
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
163
167
PACKAGE_NAME = @PACKAGE_NAME@
188
192
abs_top_srcdir = @abs_top_srcdir@
189
193
ac_ct_CC = @ac_ct_CC@
190
194
ac_ct_CXX = @ac_ct_CXX@
191
 
ac_ct_F77 = @ac_ct_F77@
 
195
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
192
196
am__include = @am__include@
193
197
am__leading_dot = @am__leading_dot@
194
198
am__quote = @am__quote@
220
224
libexecdir = @libexecdir@
221
225
localedir = @localedir@
222
226
localstatedir = @localstatedir@
 
227
lt_ECHO = @lt_ECHO@
223
228
mail_storages = @mail_storages@
224
229
mandir = @mandir@
225
230
mkdir_p = @mkdir_p@