This commit is contained in:
Juergen Daubert 2006-05-14 09:17:55 +00:00
parent 86e99c377a
commit ab82a66377
4 changed files with 13 additions and 11 deletions

View File

@ -4,9 +4,9 @@ drwxr-xr-x root/root etc/rc.d/
-rwxr-xr-x root/root etc/rc.d/dovecot -rwxr-xr-x root/root etc/rc.d/dovecot
drwxr-xr-x root/root etc/ssl/ drwxr-xr-x root/root etc/ssl/
drwxr-xr-x root/root etc/ssl/certs/ drwxr-xr-x root/root etc/ssl/certs/
-rw-r--r-- root/root etc/ssl/certs/dovecot.crt (EMPTY) -rw------- root/root etc/ssl/certs/dovecot.crt (EMPTY)
drwxr-xr-x root/root etc/ssl/keys/ drwxr-xr-x root/root etc/ssl/keys/
-rw-r--r-- root/root etc/ssl/keys/dovecot.key (EMPTY) -rw------- root/root etc/ssl/keys/dovecot.key (EMPTY)
drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/lib/ drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/dovecot/ drwxr-xr-x root/root usr/lib/dovecot/
@ -47,6 +47,7 @@ lrwxrwxrwx root/root usr/lib/dovecot/modules/lda/lib02_trash_plugin.so -> ../lib
-rwxr-xr-x root/root usr/lib/dovecot/modules/lib02_trash_plugin.so -rwxr-xr-x root/root usr/lib/dovecot/modules/lib02_trash_plugin.so
drwxr-xr-x root/root usr/lib/dovecot/modules/pop3/ drwxr-xr-x root/root usr/lib/dovecot/modules/pop3/
lrwxrwxrwx root/root usr/lib/dovecot/modules/pop3/lib01_convert_plugin.so -> ../lib01_convert_plugin.so lrwxrwxrwx root/root usr/lib/dovecot/modules/pop3/lib01_convert_plugin.so -> ../lib01_convert_plugin.so
lrwxrwxrwx root/root usr/lib/dovecot/modules/pop3/lib01_quota_plugin.so -> ../lib01_quota_plugin.so
-rwxr-xr-x root/root usr/lib/dovecot/pop3 -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/pop3-login
-rwxr-xr-x root/root usr/lib/dovecot/rawlog -rwxr-xr-x root/root usr/lib/dovecot/rawlog

View File

@ -1,3 +1,3 @@
1c37d911bc42fb40f0ef5a3f5822b170 dovecot 1c37d911bc42fb40f0ef5a3f5822b170 dovecot
bfbc4c3705f6e6e891934168cd26e9dd dovecot-1.0.beta7.tar.gz 6a87718a86ee1ae2334c75843dd9a7df dovecot-1.0.beta8.tar.gz
5295ba4ffbc656c435cc2905657c7910 dovecot-config.patch d87e9ab3c5f21c1fbd6e03afb1be9c6b dovecot-config.patch

View File

@ -4,7 +4,7 @@
# Depends on: openssl # Depends on: openssl
name=dovecot name=dovecot
version=1.0.beta7 version=1.0.beta8
release=1 release=1
source=(http://dovecot.procontrol.fi/releases/$name-$version.tar.gz \ source=(http://dovecot.procontrol.fi/releases/$name-$version.tar.gz \
dovecot-config.patch dovecot) dovecot-config.patch dovecot)
@ -31,6 +31,7 @@ build () {
install -d $PKG/etc/ssl/{certs,keys} install -d $PKG/etc/ssl/{certs,keys}
touch $PKG/etc/ssl/certs/dovecot.crt touch $PKG/etc/ssl/certs/dovecot.crt
touch $PKG/etc/ssl/keys/dovecot.key touch $PKG/etc/ssl/keys/dovecot.key
chmod 0600 $PKG/etc/ssl/{keys/dovecot.key,certs/dovecot.crt}
install -d $PKG/var/run/dovecot/login install -d $PKG/var/run/dovecot/login
chmod 0750 $PKG/var/run/dovecot/login chmod 0750 $PKG/var/run/dovecot/login

View File

@ -1,6 +1,6 @@
diff -Nru dovecot-1.0.beta7.orig/dovecot-example.conf dovecot-1.0.beta7/dovecot-example.conf diff -Nru dovecot-1.0.beta8.orig/dovecot-example.conf dovecot-1.0.beta8/dovecot-example.conf
--- dovecot-1.0.beta7.orig/dovecot-example.conf 2006-04-12 15:32:54.000000000 +0200 --- dovecot-1.0.beta8.orig/dovecot-example.conf 2006-04-21 04:01:27.000000000 +0200
+++ dovecot-1.0.beta7/dovecot-example.conf 2006-04-12 15:33:04.000000000 +0200 +++ dovecot-1.0.beta8/dovecot-example.conf 2006-05-12 15:01:29.000000000 +0200
@@ -13,11 +13,11 @@ @@ -13,11 +13,11 @@
# --with-ssldir=/etc/ssl # --with-ssldir=/etc/ssl
@ -131,7 +131,7 @@ diff -Nru dovecot-1.0.beta7.orig/dovecot-example.conf dovecot-1.0.beta7/dovecot-
# Set max. process size in megabytes. # Set max. process size in megabytes.
#auth_process_size = 256 #auth_process_size = 256
@@ -685,7 +685,7 @@ @@ -691,7 +691,7 @@
# database (passwd usually), you can use static userdb. # database (passwd usually), you can use static userdb.
# REMEMBER: You'll need /etc/pam.d/dovecot file created for PAM # REMEMBER: You'll need /etc/pam.d/dovecot file created for PAM
# authentication to actually work. # authentication to actually work.
@ -140,7 +140,7 @@ diff -Nru dovecot-1.0.beta7.orig/dovecot-example.conf dovecot-1.0.beta7/dovecot-
# [session=yes] [cache_key=<key>] [<service name>] # [session=yes] [cache_key=<key>] [<service name>]
# #
# session=yes makes Dovecot open and immediately close PAM session. Some # session=yes makes Dovecot open and immediately close PAM session. Some
@@ -709,7 +709,7 @@ @@ -715,7 +715,7 @@
# args = session=yes * # args = session=yes *
# args = cache_key=%u dovecot # args = cache_key=%u dovecot
#args = dovecot #args = dovecot
@ -149,7 +149,7 @@ diff -Nru dovecot-1.0.beta7.orig/dovecot-example.conf dovecot-1.0.beta7/dovecot-
# /etc/passwd or similar, using getpwnam() # /etc/passwd or similar, using getpwnam()
# In many systems nowadays this uses Name Service Switch, which is # In many systems nowadays this uses Name Service Switch, which is
@@ -718,8 +718,8 @@ @@ -724,8 +724,8 @@
#} #}
# /etc/shadow or similiar, using getspnam(). Deprecated by PAM nowadays. # /etc/shadow or similiar, using getspnam(). Deprecated by PAM nowadays.