1
0
forked from ports/opt

dovecot: update to 1.0a5

This commit is contained in:
Juergen Daubert 2005-12-11 12:28:32 +00:00
parent 40cd260a8f
commit 079fec02d7
4 changed files with 57 additions and 19 deletions

View File

@ -15,6 +15,22 @@ drwxr-xr-x root/root usr/lib/dovecot/
-rwxr-xr-x root/root usr/lib/dovecot/dovecot-auth
-rwxr-xr-x root/root usr/lib/dovecot/imap
-rwxr-xr-x root/root usr/lib/dovecot/imap-login
drwxr-xr-x root/root usr/lib/dovecot/modules/
drwxr-xr-x root/root usr/lib/dovecot/modules/imap/
-rw-r--r-- root/root usr/lib/dovecot/modules/imap/libimap_quota_plugin.a
-rwxr-xr-x root/root usr/lib/dovecot/modules/imap/libimap_quota_plugin.la
-rwxr-xr-x root/root usr/lib/dovecot/modules/imap/libimap_quota_plugin.so
lrwxrwxrwx root/root usr/lib/dovecot/modules/imap/libquota_plugin.so -> ../libquota_plugin.so
lrwxrwxrwx root/root usr/lib/dovecot/modules/imap/libtrash_plugin.so -> ../libtrash_plugin.so
drwxr-xr-x root/root usr/lib/dovecot/modules/lda/
lrwxrwxrwx root/root usr/lib/dovecot/modules/lda/libquota_plugin.so -> ../libquota_plugin.so
lrwxrwxrwx root/root usr/lib/dovecot/modules/lda/libtrash_plugin.so -> ../libtrash_plugin.so
-rw-r--r-- root/root usr/lib/dovecot/modules/libquota_plugin.a
-rwxr-xr-x root/root usr/lib/dovecot/modules/libquota_plugin.la
-rwxr-xr-x root/root usr/lib/dovecot/modules/libquota_plugin.so
-rw-r--r-- root/root usr/lib/dovecot/modules/libtrash_plugin.a
-rwxr-xr-x root/root usr/lib/dovecot/modules/libtrash_plugin.la
-rwxr-xr-x root/root usr/lib/dovecot/modules/libtrash_plugin.so
-rwxr-xr-x root/root usr/lib/dovecot/pop3
-rwxr-xr-x root/root usr/lib/dovecot/pop3-login
-rwxr-xr-x root/root usr/lib/dovecot/rawlog

View File

@ -1,3 +1,3 @@
7d43a691485f8e84ac7dce4e4d5a9d5d dovecot
65f8e2cd097e80b536a75c31a974b5de dovecot-1.0.alpha4.tar.gz
b174d51378890212ce017d2e19258b8f dovecot-config.patch
a3277835f04d73485ff5ce3cc3daeea7 dovecot-1.0.alpha5.tar.gz
7fc999013edd35c1487908e343cdfa37 dovecot-config.patch

View File

@ -4,7 +4,7 @@
# Depends on: openssl
name=dovecot
version=1.0.alpha4
version=1.0.alpha5
release=1
source=(http://dovecot.procontrol.fi/releases/$name-$version.tar.gz \
dovecot-config.patch dovecot)
@ -17,6 +17,7 @@ build () {
--libexecdir=/usr/lib \
--sysconfdir=/etc \
--localstatedir=/var \
--with-moduledir=/usr/lib/dovecot/modules \
--enable-ipv6 \
--with-ssl=openssl \
--with-pop3d

View File

@ -1,6 +1,6 @@
diff -Nru dovecot-1.0.alpha4.orig/dovecot-example.conf dovecot-1.0.alpha4/dovecot-example.conf
--- dovecot-1.0.alpha4.orig/dovecot-example.conf 2005-10-20 15:59:17.000000000 +0200
+++ dovecot-1.0.alpha4/dovecot-example.conf 2005-10-20 15:59:28.000000000 +0200
diff -Nru dovecot-1.0.alpha5.orig/dovecot-example.conf dovecot-1.0.alpha5/dovecot-example.conf
--- dovecot-1.0.alpha5.orig/dovecot-example.conf 2005-12-11 11:30:30.000000000 +0100
+++ dovecot-1.0.alpha5/dovecot-example.conf 2005-12-11 12:05:43.000000000 +0100
@@ -11,11 +11,11 @@
# --with-ssldir=/etc/ssl
@ -35,7 +35,7 @@ diff -Nru dovecot-1.0.alpha4.orig/dovecot-example.conf dovecot-1.0.alpha4/doveco
# How often to regenerate the SSL parameters file. Generation is quite CPU
# intensive operation. The value is in hours, 0 disables regeneration
@@ -83,7 +83,7 @@
@@ -88,7 +88,7 @@
# which login needs to be able to connect to. The sockets are created when
# running as root, so you don't have to worry about permissions. Note that
# everything in this directory is deleted when Dovecot is started.
@ -44,7 +44,7 @@ diff -Nru dovecot-1.0.alpha4.orig/dovecot-example.conf dovecot-1.0.alpha4/doveco
# chroot login process to the login_dir. Only reason not to do this is if you
# wish to run the whole Dovecot without roots.
@@ -95,7 +95,7 @@
@@ -100,7 +100,7 @@
# only it has access, it's used to control access for authentication process.
# Note that this user is NOT used to access mails.
# http://wiki.dovecot.org/UserIds
@ -53,7 +53,7 @@ diff -Nru dovecot-1.0.alpha4.orig/dovecot-example.conf dovecot-1.0.alpha4/doveco
# Set max. process size in megabytes. If you don't use
# login_process_per_connection you might need to grow this.
@@ -105,11 +105,11 @@
@@ -110,11 +110,11 @@
# login process be allowed to process multiple connections (no)? Yes is more
# secure, espcially with SSL/TLS enabled. No is faster since there's no need
# to create processes all the time.
@ -67,7 +67,7 @@ diff -Nru dovecot-1.0.alpha4.orig/dovecot-example.conf dovecot-1.0.alpha4/doveco
# Maximum number of extra login processes to create. The extra process count
# usually stays at login_processes_count, but when multiple users start logging
@@ -164,7 +164,7 @@
@@ -169,7 +169,7 @@
# non-valid GID as primary group ID aren't allowed to log in. If user
# belongs to supplementary groups with non-valid GIDs, those groups are
# not set.
@ -76,7 +76,7 @@ diff -Nru dovecot-1.0.alpha4.orig/dovecot-example.conf dovecot-1.0.alpha4/doveco
#last_valid_gid = 0
# Grant access to these extra groups for mail processes. Typical use would be
@@ -205,7 +205,7 @@
@@ -210,7 +210,7 @@
# default_mail_env = mbox:~/mail/:INBOX=/var/mail/%u
# default_mail_env = mbox:/var/mail/%d/%n/:INDEX=/var/indexes/%d/%n
#
@ -85,7 +85,7 @@ diff -Nru dovecot-1.0.alpha4.orig/dovecot-example.conf dovecot-1.0.alpha4/doveco
# If you need to set multiple mailbox locations or want to change default
# namespace settings, you can do it by defining namespace sections:
@@ -391,10 +391,10 @@
@@ -400,12 +400,12 @@
protocol imap {
# Login executable location.
@ -96,9 +96,21 @@ diff -Nru dovecot-1.0.alpha4.orig/dovecot-example.conf dovecot-1.0.alpha4/doveco
- #mail_executable = /usr/libexec/dovecot/imap
+ mail_executable = /usr/lib/dovecot/imap
# This would write rawlogs into ~/dovecot.rawlog/ directory:
#mail_executable = /usr/libexec/dovecot/rawlog /usr/libexec/dovecot/imap
- #mail_executable = /usr/libexec/dovecot/rawlog /usr/libexec/dovecot/imap
+ #mail_executable = /usr/lib/dovecot/rawlog /usr/lib/dovecot/imap
@@ -444,10 +444,10 @@
# Maximum IMAP command line length in bytes. Some clients generate very long
# command lines with huge mailboxes, so you may need to raise this if you get
@@ -414,7 +414,7 @@
# Support for dynamically loadable modules.
#mail_use_modules = no
- #mail_modules = /usr/lib/dovecot/imap
+ #mail_modules = /usr/lib/dovecot/modules/imap
# Send IMAP capabilities in greeting message. This makes it unnecessary for
# clients to request it with CAPABILITY command, so it saves one round-trip.
@@ -453,10 +453,10 @@
protocol pop3 {
# Login executable location.
@ -111,7 +123,7 @@ diff -Nru dovecot-1.0.alpha4.orig/dovecot-example.conf dovecot-1.0.alpha4/doveco
# Don't try to set mails non-recent or seen with POP3 sessions. This is
# mostly intended to reduce disk I/O. With maildir it doesn't move files
@@ -484,7 +484,7 @@
@@ -493,7 +493,7 @@
# installations. %08Xu%08Xv will be the new default, so use it for new
# installations.
#
@ -120,7 +132,16 @@ diff -Nru dovecot-1.0.alpha4.orig/dovecot-example.conf dovecot-1.0.alpha4/doveco
# POP3 logout format string:
# %t - number of TOP commands
@@ -515,7 +515,7 @@
@@ -507,7 +507,7 @@
# Support for dynamically loadable modules.
#mail_use_modules = no
- #mail_modules = /usr/lib/dovecot/pop3
+ #mail_modules = /usr/lib/dovecot/modules/pop3
# Workarounds for various client bugs:
# outlook-no-nuls:
@@ -524,7 +524,7 @@
##
# Executable location
@ -129,7 +150,7 @@ diff -Nru dovecot-1.0.alpha4.orig/dovecot-example.conf dovecot-1.0.alpha4/doveco
# Set max. process size in megabytes.
#auth_process_size = 256
@@ -596,7 +596,7 @@
@@ -609,7 +609,7 @@
# Note that PAM can only be used to verify if user's password is correct,
# so it can't be used as userdb. If you don't want to use a separate user
# database (passwd usually), you can use static userdb.
@ -138,7 +159,7 @@ diff -Nru dovecot-1.0.alpha4.orig/dovecot-example.conf dovecot-1.0.alpha4/doveco
# [-session] [cache_key=<key>] [<service name>]
#
# -session makes Dovecot open and immediately close PAM session. Some
@@ -616,7 +616,7 @@
@@ -629,7 +629,7 @@
# If service name is "*", it means the authenticating service name
# is used, eg. pop3 or imap.
#args = dovecot
@ -147,7 +168,7 @@ diff -Nru dovecot-1.0.alpha4.orig/dovecot-example.conf dovecot-1.0.alpha4/doveco
# /etc/passwd or similar, using getpwnam()
# In many systems nowadays this uses Name Service Switch, which is
@@ -625,8 +625,8 @@
@@ -638,8 +638,8 @@
#}
# /etc/shadow or similiar, using getspnam(). Deprecated by PAM nowadays.