320 lines
15 KiB
Diff
320 lines
15 KiB
Diff
--- a/debian/control
|
|
+++ b/debian/control
|
|
@@ -1,210 +1,23 @@
|
|
Source: dovecot
|
|
Section: mail
|
|
Priority: optional
|
|
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
|
|
-XSBC-Original-Maintainer: Dovecot Maintainers <jaldhar-dovecot@debian.org>
|
|
-Uploaders: Jaldhar H. Vyas <jaldhar@debian.org>, Fabio Tranchitella <kobold@debian.org>, Joel Johnson <mrjoel@lixil.net>, Marco Nenciarini <mnencia@debian.org>
|
|
-Build-Depends: debhelper (>= 7.2.3~), dpkg-dev (>= 1.16.1), pkg-config, libssl-dev, libpam0g-dev, libldap2-dev, libpq-dev, libmysqlclient-dev, libsqlite3-dev, libsasl2-dev, zlib1g-dev, libkrb5-dev, drac-dev (>= 1.12-5), libbz2-dev, libdb-dev, libcurl4-gnutls-dev, libexpat-dev, libwrap0-dev, dh-systemd, po-debconf, lsb-release, hardening-wrapper, dh-autoreconf, autotools-dev
|
|
+Maintainer: Joshua Tauberer <jt@occams.info>
|
|
+XSBC-Original-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
|
|
+Build-Depends: debhelper (>= 7.2.3~), dpkg-dev (>= 1.16.1), pkg-config, libssl-dev, libpam0g-dev, libldap2-dev, libpq-dev, libmysqlclient-dev, libsqlite3-dev, libsasl2-dev, zlib1g-dev, libkrb5-dev, drac-dev (>= 1.12-5), libbz2-dev, libdb-dev, libcurl4-gnutls-dev, libexpat-dev, libwrap0-dev, dh-systemd, po-debconf, lsb-release, libclucene-dev (>= 2.3), liblzma-dev, libexttextcat-dev, libstemmer-dev, hardening-wrapper, dh-autoreconf, autotools-dev
|
|
Standards-Version: 3.9.4
|
|
Homepage: http://dovecot.org/
|
|
-Vcs-Git: git://git.debian.org/git/collab-maint/dovecot.git
|
|
-Vcs-Browser: http://git.debian.org/?p=collab-maint/dovecot.git
|
|
+Vcs-Git: https://github.com/mail-in-a-box/mailinabox
|
|
+Vcs-Browser: https://github.com/mail-in-a-box/mailinabox
|
|
|
|
-Package: dovecot-core
|
|
+Package: dovecot-lucene
|
|
Architecture: any
|
|
-Depends: ${shlibs:Depends}, ${misc:Depends}, libpam-runtime (>= 0.76-13.1), openssl, adduser, ucf (>= 2.0020), ssl-cert (>= 1.0-11ubuntu1), lsb-base (>= 3.2-12ubuntu3)
|
|
-Suggests: ntp, dovecot-gssapi, dovecot-sieve, dovecot-pgsql, dovecot-mysql, dovecot-sqlite, dovecot-ldap, dovecot-imapd, dovecot-pop3d, dovecot-lmtpd, dovecot-managesieved, dovecot-solr, ufw
|
|
-Recommends: ntpdate
|
|
-Provides: dovecot-common
|
|
-Replaces: dovecot-common (<< 1:2.0.14-2~), mailavenger (<< 0.8.1-4)
|
|
-Breaks: dovecot-common (<< 1:2.0.14-2~), mailavenger (<< 0.8.1-4)
|
|
-Description: secure POP3/IMAP server - core files
|
|
+Depends: ${shlibs:Depends}, ${misc:Depends}, dovecot-core (>= 1:2.2.9-1ubuntu2.1)
|
|
+Description: secure POP3/IMAP server - Lucene support
|
|
Dovecot is a mail server whose major goals are security and extreme
|
|
reliability. It tries very hard to handle all error conditions and verify
|
|
that all data is valid, making it nearly impossible to crash. It supports
|
|
mbox/Maildir and its own dbox/mdbox formats, and should also be pretty
|
|
fast, extensible, and portable.
|
|
.
|
|
- This package contains the Dovecot main server and its command line utility.
|
|
-
|
|
-Package: dovecot-dev
|
|
-Architecture: any
|
|
-Depends: ${shlibs:Depends}, ${misc:Depends}, dovecot-core (= ${binary:Version})
|
|
-Replaces: dovecot-common (<< 1:2.0.14-2~)
|
|
-Breaks: dovecot-common (<< 1:2.0.14-2~)
|
|
-Description: secure POP3/IMAP server - header files
|
|
- Dovecot is a mail server whose major goals are security and extreme
|
|
- reliability. It tries very hard to handle all error conditions and verify
|
|
- that all data is valid, making it nearly impossible to crash. It supports
|
|
- mbox/Maildir and its own dbox/mdbox formats, and should also be pretty
|
|
- fast, extensible, and portable.
|
|
- .
|
|
- This package contains header files needed to compile plugins for the Dovecot
|
|
- mail server.
|
|
-
|
|
-Package: dovecot-imapd
|
|
-Architecture: any
|
|
-Depends: ${shlibs:Depends}, ${misc:Depends}, dovecot-core (= ${binary:Version}), ucf (>= 2.0020)
|
|
-Provides: imap-server
|
|
-Description: secure POP3/IMAP server - IMAP daemon
|
|
- Dovecot is a mail server whose major goals are security and extreme
|
|
- reliability. It tries very hard to handle all error conditions and verify
|
|
- that all data is valid, making it nearly impossible to crash. It supports
|
|
- mbox/Maildir and its own dbox/mdbox formats, and should also be pretty
|
|
- fast, extensible, and portable.
|
|
- .
|
|
- This package contains the Dovecot IMAP server.
|
|
-
|
|
-Package: dovecot-pop3d
|
|
-Architecture: any
|
|
-Depends: ${shlibs:Depends}, ${misc:Depends}, dovecot-core (= ${binary:Version}), ucf (>= 2.0020)
|
|
-Provides: pop3-server
|
|
-Description: secure POP3/IMAP server - POP3 daemon
|
|
- Dovecot is a mail server whose major goals are security and extreme
|
|
- reliability. It tries very hard to handle all error conditions and verify
|
|
- that all data is valid, making it nearly impossible to crash. It supports
|
|
- mbox/Maildir and its own dbox/mdbox formats, and should also be pretty
|
|
- fast, extensible, and portable.
|
|
- .
|
|
- This package contains the Dovecot POP3 server.
|
|
-
|
|
-Package: dovecot-lmtpd
|
|
-Architecture: any
|
|
-Depends: ${shlibs:Depends}, ${misc:Depends}, dovecot-core (= ${binary:Version}), ucf (>= 2.0020)
|
|
-Replaces: dovecot-common (<< 1:2.0.14-2~)
|
|
-Breaks: dovecot-common (<< 1:2.0.14-2~)
|
|
-Description: secure POP3/IMAP server - LMTP server
|
|
- Dovecot is a mail server whose major goals are security and extreme
|
|
- reliability. It tries very hard to handle all error conditions and verify
|
|
- that all data is valid, making it nearly impossible to crash. It supports
|
|
- mbox/Maildir and its own dbox/mdbox formats, and should also be pretty
|
|
- fast, extensible, and portable.
|
|
- .
|
|
- This package contains the Dovecot LMTP server.
|
|
-
|
|
-Package: dovecot-managesieved
|
|
-Architecture: any
|
|
-Depends: ${shlibs:Depends}, ${misc:Depends}, dovecot-core (= ${binary:Version}), dovecot-sieve (= ${binary:Version}), ucf (>= 2.0020)
|
|
-Replaces: dovecot-common (<< 1:2.0.14-2~)
|
|
-Breaks: dovecot-common (<< 1:2.0.14-2~)
|
|
-Description: secure POP3/IMAP server - ManageSieve server
|
|
- Dovecot is a mail server whose major goals are security and extreme
|
|
- reliability. It tries very hard to handle all error conditions and verify
|
|
- that all data is valid, making it nearly impossible to crash. It supports
|
|
- mbox/Maildir and its own dbox/mdbox formats, and should also be pretty
|
|
- fast, extensible, and portable.
|
|
- .
|
|
- This package contains the Dovecot ManageSieve server.
|
|
-
|
|
-Package: dovecot-pgsql
|
|
-Architecture: any
|
|
-Depends: ${shlibs:Depends}, ${misc:Depends}, dovecot-core (= ${binary:Version})
|
|
-Description: secure POP3/IMAP server - PostgreSQL support
|
|
- Dovecot is a mail server whose major goals are security and extreme
|
|
- reliability. It tries very hard to handle all error conditions and verify
|
|
- that all data is valid, making it nearly impossible to crash. It supports
|
|
- mbox/Maildir and its own dbox/mdbox formats, and should also be pretty
|
|
- fast, extensible, and portable.
|
|
- .
|
|
- This package provides PostgreSQL support for Dovecot.
|
|
-
|
|
-Package: dovecot-mysql
|
|
-Architecture: any
|
|
-Depends: ${shlibs:Depends}, ${misc:Depends}, dovecot-core (= ${binary:Version})
|
|
-Description: secure POP3/IMAP server - MySQL support
|
|
- Dovecot is a mail server whose major goals are security and extreme
|
|
- reliability. It tries very hard to handle all error conditions and verify
|
|
- that all data is valid, making it nearly impossible to crash. It supports
|
|
- mbox/Maildir and its own dbox/mdbox formats, and should also be pretty
|
|
- fast, extensible, and portable.
|
|
- .
|
|
- This package provides MySQL support for Dovecot.
|
|
-
|
|
-Package: dovecot-sqlite
|
|
-Architecture: any
|
|
-Depends: ${shlibs:Depends}, ${misc:Depends}, dovecot-core (= ${binary:Version})
|
|
-Description: secure POP3/IMAP server - SQLite support
|
|
- Dovecot is a mail server whose major goals are security and extreme
|
|
- reliability. It tries very hard to handle all error conditions and verify
|
|
- that all data is valid, making it nearly impossible to crash. It supports
|
|
- mbox/Maildir and its own dbox/mdbox formats, and should also be pretty
|
|
- fast, extensible, and portable.
|
|
- .
|
|
- This package provides SQLite support for Dovecot.
|
|
-
|
|
-Package: dovecot-ldap
|
|
-Architecture: any
|
|
-Depends: ${shlibs:Depends}, ${misc:Depends}, dovecot-core (= ${binary:Version}), ucf (>= 2.0020)
|
|
-Description: secure POP3/IMAP server - LDAP support
|
|
- Dovecot is a mail server whose major goals are security and extreme
|
|
- reliability. It tries very hard to handle all error conditions and verify
|
|
- that all data is valid, making it nearly impossible to crash. It supports
|
|
- mbox/Maildir and its own dbox/mdbox formats, and should also be pretty
|
|
- fast, extensible, and portable.
|
|
- .
|
|
- This package provides LDAP support for Dovecot.
|
|
-
|
|
-Package: dovecot-gssapi
|
|
-Architecture: any
|
|
-Depends: ${shlibs:Depends}, ${misc:Depends}, dovecot-core (= ${binary:Version})
|
|
-Description: secure POP3/IMAP server - GSSAPI support
|
|
- Dovecot is a mail server whose major goals are security and extreme
|
|
- reliability. It tries very hard to handle all error conditions and verify
|
|
- that all data is valid, making it nearly impossible to crash. It supports
|
|
- mbox/Maildir and its own dbox/mdbox formats, and should also be pretty
|
|
- fast, extensible, and portable.
|
|
- .
|
|
- This package provides GSSAPI authentication support for Dovecot.
|
|
-
|
|
-Package: dovecot-sieve
|
|
-Architecture: any
|
|
-Depends: ${shlibs:Depends}, ${misc:Depends}, dovecot-core (= ${binary:Version}), ucf (>= 2.0020)
|
|
-Description: secure POP3/IMAP server - Sieve filters support
|
|
- Dovecot is a mail server whose major goals are security and extreme
|
|
- reliability. It tries very hard to handle all error conditions and verify
|
|
- that all data is valid, making it nearly impossible to crash. It supports
|
|
- mbox/Maildir and its own dbox/mdbox formats, and should also be pretty
|
|
- fast, extensible, and portable.
|
|
- .
|
|
- This package provides Sieve filters support for Dovecot.
|
|
-
|
|
-Package: dovecot-solr
|
|
-Architecture: any
|
|
-Depends: ${shlibs:Depends}, ${misc:Depends}, dovecot-core (= ${binary:Version})
|
|
-Description: secure POP3/IMAP server - Solr support
|
|
- Dovecot is a mail server whose major goals are security and extreme
|
|
- reliability. It tries very hard to handle all error conditions and verify
|
|
- that all data is valid, making it nearly impossible to crash. It supports
|
|
- mbox/Maildir and its own dbox/mdbox formats, and should also be pretty
|
|
- fast, extensible, and portable.
|
|
- .
|
|
- This package provides Solr full text search support for Dovecot.
|
|
-
|
|
-Package: dovecot-dbg
|
|
-Section: debug
|
|
-Priority: extra
|
|
-Architecture: any
|
|
-Depends: ${misc:Depends}, dovecot-core (= ${binary:Version})
|
|
-Description: secure POP3/IMAP server - debug symbols
|
|
- Dovecot is a mail server whose major goals are security and extreme
|
|
- reliability. It tries very hard to handle all error conditions and verify
|
|
- that all data is valid, making it nearly impossible to crash. It supports
|
|
- mbox/Maildir and its own dbox/mdbox formats, and should also be pretty
|
|
- fast, extensible, and portable.
|
|
- .
|
|
- This package contains debug symbols for Dovecot.
|
|
-
|
|
-Package: mail-stack-delivery
|
|
-Architecture: all
|
|
-Depends: dovecot-core, dovecot-imapd, dovecot-pop3d, dovecot-managesieved,
|
|
- postfix, ${misc:Depends}
|
|
-Replaces: dovecot-postfix (<< 1:1.2.12-0ubuntu1~)
|
|
-Description: mail server delivery agent stack provided by Ubuntu server team
|
|
- Ubuntu's mail stack provides fully operational delivery with
|
|
- safe defaults and additional options. Out of the box it supports IMAP,
|
|
- POP3 and SMTP services with SASL authentication and Maildir as default
|
|
- storage engine.
|
|
- .
|
|
- This package contains configuration files for dovecot.
|
|
- .
|
|
- This package modifies postfix's configuration to integrate with dovecot
|
|
+ This package provides Lucene full text search support for Dovecot. It has been modified by Mail-in-a-Box
|
|
+ to supply a dovecot-lucene package compatible with the official ubuntu trusty dovecot-core.
|
|
|
|
diff --git a/debian/dovecot-lucene.links b/debian/dovecot-lucene.links
|
|
new file mode 100644
|
|
index 0000000..6ffcbeb
|
|
--- /dev/null
|
|
+++ b/debian/dovecot-lucene.links
|
|
@@ -0,0 +1 @@
|
|
+/usr/share/bug/dovecot-core /usr/share/bug/dovecot-lucene
|
|
diff --git a/debian/dovecot-lucene.lintian-overrides b/debian/dovecot-lucene.lintian-overrides
|
|
new file mode 100644
|
|
index 0000000..60d90fd
|
|
--- /dev/null
|
|
+++ b/debian/dovecot-lucene.lintian-overrides
|
|
@@ -0,0 +1,2 @@
|
|
+dovecot-lucene: hardening-no-fortify-functions usr/lib/dovecot/modules/lib21_fts_lucene_plugin.so
|
|
+
|
|
diff --git a/debian/dovecot-lucene.substvars b/debian/dovecot-lucene.substvars
|
|
new file mode 100644
|
|
index 0000000..ed54f36
|
|
--- /dev/null
|
|
+++ b/debian/dovecot-lucene.substvars
|
|
@@ -0,0 +1,2 @@
|
|
+shlibs:Depends=libc6 (>= 2.4), libclucene-core1 (>= 2.3.3.4), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1), libstemmer0d (>= 0+svn527)
|
|
+misc:Depends=
|
|
diff --git a/debian/dovecot-lucene.triggers b/debian/dovecot-lucene.triggers
|
|
new file mode 100644
|
|
index 0000000..3d933a5
|
|
--- /dev/null
|
|
+++ b/debian/dovecot-lucene.triggers
|
|
@@ -0,0 +1 @@
|
|
+activate register-dovecot-plugin
|
|
--- a/debian/rules
|
|
+++ b/debian/rules
|
|
@@ -40,6 +40,7 @@
|
|
--with-solr \
|
|
--with-ioloop=best \
|
|
--with-libwrap \
|
|
+ --with-lucene \
|
|
--host=$(DEB_HOST_GNU_TYPE) \
|
|
--build=$(DEB_BUILD_GNU_TYPE) \
|
|
--prefix=/usr \
|
|
@@ -95,6 +96,10 @@
|
|
dh_testroot
|
|
dh_clean -k
|
|
dh_installdirs
|
|
+ mkdir -p $(CURDIR)/debian/dovecot-lucene/usr/lib/dovecot/modules
|
|
+ mv $(CURDIR)/src/plugins/fts-lucene/.libs/* $(CURDIR)/debian/dovecot-lucene/usr/lib/dovecot/modules/
|
|
+
|
|
+rest_disabled_by_miab:
|
|
$(MAKE) install DESTDIR=$(CURDIR)/debian/dovecot-core
|
|
$(MAKE) -C $(PIGEONHOLE_DIR) install DESTDIR=$(CURDIR)/debian/dovecot-core
|
|
rm `find $(CURDIR)/debian -name '*.la'`
|
|
@@ -209,7 +214,7 @@
|
|
dh_installdocs -a
|
|
dh_installexamples -a
|
|
dh_installpam -a
|
|
- mv $(CURDIR)/debian/dovecot-core/etc/pam.d/dovecot-core $(CURDIR)/debian/dovecot-core/etc/pam.d/dovecot
|
|
+ # mv $(CURDIR)/debian/dovecot-core/etc/pam.d/dovecot-core $(CURDIR)/debian/dovecot-core/etc/pam.d/dovecot
|
|
dh_systemd_enable
|
|
dh_installinit -pdovecot-core --name=dovecot
|
|
dh_systemd_start
|
|
@@ -220,10 +225,10 @@
|
|
dh_lintian -a
|
|
dh_installchangelogs -a ChangeLog
|
|
dh_link -a
|
|
- dh_strip -a --dbg-package=dovecot-dbg
|
|
+ #dh_strip -a --dbg-package=dovecot-dbg
|
|
dh_compress -a
|
|
dh_fixperms -a
|
|
- chmod 0700 debian/dovecot-core/etc/dovecot/private
|
|
+ #chmod 0700 debian/dovecot-core/etc/dovecot/private
|
|
dh_makeshlibs -a -n
|
|
dh_installdeb -a
|
|
dh_shlibdeps -a
|
|
--- a/debian/changelog
|
|
+++ a/debian/changelog
|
|
@@ -1,3 +1,9 @@
|
|
+dovecot (1:2.2.9-1ubuntu2.1+miab1) trusty; urgency=low
|
|
+
|
|
+ * Changed to just build dovecot-lucene for Mail-in-a-box PPA
|
|
+
|
|
+ -- Joshua Tauberer <jt@occams.info> Sat, 14 May 2015 16:13:00 -0400
|
|
+
|
|
dovecot (1:2.2.9-1ubuntu2.1) trusty-security; urgency=medium
|
|
|
|
* SECURITY UPDATE: denial of service via SSL connection exhaustion
|
|
--- a/debian/copyright 2014-03-07 07:26:37.000000000 -0500
|
|
+++ b/debian/copyright 2015-05-23 18:17:42.668005535 -0400
|
|
@@ -1,3 +1,7 @@
|
|
+This package is a fork by Mail-in-a-box (https://mailinabox.email). Original
|
|
+copyright statement follows:
|
|
+----------------------------------------------------------------------------
|
|
+
|
|
This package was debianized by Jaldhar H. Vyas <jaldhar@debian.org> on
|
|
Tue, 3 Dec 2002 01:10:07 -0500.
|
|
|