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

« back to all changes in this revision

Viewing changes to src/lib-settings/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:
104
104
DEPDIR = @DEPDIR@
105
105
DICT_LIBS = @DICT_LIBS@
106
106
DSYMUTIL = @DSYMUTIL@
107
 
ECHO = @ECHO@
 
107
DUMPBIN = @DUMPBIN@
108
108
ECHO_C = @ECHO_C@
109
109
ECHO_N = @ECHO_N@
110
110
ECHO_T = @ECHO_T@
111
111
EGREP = @EGREP@
112
112
EXEEXT = @EXEEXT@
113
 
F77 = @F77@
114
 
FFLAGS = @FFLAGS@
 
113
FGREP = @FGREP@
115
114
GREP = @GREP@
116
115
INSTALL = @INSTALL@
117
116
INSTALL_DATA = @INSTALL_DATA@
121
120
KRB5CONFIG = @KRB5CONFIG@
122
121
KRB5_CFLAGS = @KRB5_CFLAGS@
123
122
KRB5_LIBS = @KRB5_LIBS@
 
123
LD = @LD@
124
124
LDAP_LIBS = @LDAP_LIBS@
125
125
LDFLAGS = @LDFLAGS@
126
126
LIBCAP = @LIBCAP@
128
128
LIBOBJS = @LIBOBJS@
129
129
LIBS = @LIBS@
130
130
LIBTOOL = @LIBTOOL@
 
131
LIPO = @LIPO@
131
132
LN_S = @LN_S@
132
133
LTLIBICONV = @LTLIBICONV@
133
134
LTLIBOBJS = @LTLIBOBJS@
138
139
MODULE_SUFFIX = @MODULE_SUFFIX@
139
140
MYSQL_CFLAGS = @MYSQL_CFLAGS@
140
141
MYSQL_LIBS = @MYSQL_LIBS@
 
142
NM = @NM@
141
143
NMEDIT = @NMEDIT@
142
144
OBJEXT = @OBJEXT@
 
145
OTOOL = @OTOOL@
 
146
OTOOL64 = @OTOOL64@
143
147
PACKAGE = @PACKAGE@
144
148
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
145
149
PACKAGE_NAME = @PACKAGE_NAME@
170
174
abs_top_srcdir = @abs_top_srcdir@
171
175
ac_ct_CC = @ac_ct_CC@
172
176
ac_ct_CXX = @ac_ct_CXX@
173
 
ac_ct_F77 = @ac_ct_F77@
 
177
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
174
178
am__include = @am__include@
175
179
am__leading_dot = @am__leading_dot@
176
180
am__quote = @am__quote@
202
206
libexecdir = @libexecdir@
203
207
localedir = @localedir@
204
208
localstatedir = @localstatedir@
 
209
lt_ECHO = @lt_ECHO@
205
210
mail_storages = @mail_storages@
206
211
mandir = @mandir@
207
212
mkdir_p = @mkdir_p@