dovecot: update to 1.0.rc28

This commit is contained in:
Juergen Daubert 2007-03-25 10:22:48 +02:00
parent 74c750241c
commit 12df1591f3
4 changed files with 13 additions and 8 deletions

View File

@ -15,8 +15,10 @@ drwxr-xr-x root/root usr/lib/dovecot/
-rwxr-xr-x root/root usr/lib/dovecot/dict
-rwxr-xr-x root/root usr/lib/dovecot/dovecot-auth
-rwxr-xr-x root/root usr/lib/dovecot/gdbhelper
-rwxr-xr-x root/root usr/lib/dovecot/idxview
-rwxr-xr-x root/root usr/lib/dovecot/imap
-rwxr-xr-x root/root usr/lib/dovecot/imap-login
-rwxr-xr-x root/root usr/lib/dovecot/logview
drwxr-xr-x root/root usr/lib/dovecot/modules/
drwxr-xr-x root/root usr/lib/dovecot/modules/imap/
lrwxrwxrwx root/root usr/lib/dovecot/modules/imap/lib01_acl_plugin.so -> ../lib01_acl_plugin.so

View File

@ -1,3 +1,3 @@
1c37d911bc42fb40f0ef5a3f5822b170 dovecot
2bc18491c869e0b298ef114d07cdbb46 dovecot-1.0.rc27.tar.gz
944edb11743df46699980ab369fdf7e8 dovecot-config.patch
e6fd617f3210f914815186c176796881 dovecot-1.0.rc28.tar.gz
c7f9312d97e08b259dd2dd5ca39ba1ce dovecot-config.patch

View File

@ -4,7 +4,7 @@
# Depends on: openssl
name=dovecot
version=1.0.rc27
version=1.0.rc28
release=1
source=(http://dovecot.org/releases/$name-$version.tar.gz \
dovecot-config.patch dovecot)
@ -26,6 +26,7 @@ build () {
make DESTDIR=$PKG install
rm -r $PKG/usr/{share,include}
rm $PKG/etc/dovecot-{ldap,sql}-example.conf
mv $PKG/etc/dovecot-example.conf $PKG/etc/dovecot.conf
install -D -m 755 $SRC/dovecot $PKG/etc/rc.d/dovecot

View File

@ -1,6 +1,6 @@
diff -Nru dovecot-1.0.rc27.orig/dovecot-example.conf dovecot-1.0.rc27/dovecot-example.conf
--- dovecot-1.0.rc27.orig/dovecot-example.conf 2007-03-13 21:58:31.000000000 +0100
+++ dovecot-1.0.rc27/dovecot-example.conf 2007-03-13 21:59:01.000000000 +0100
diff -Nru dovecot-1.0.rc28.orig/dovecot-example.conf dovecot-1.0.rc28/dovecot-example.conf
--- dovecot-1.0.rc28.orig/dovecot-example.conf 2007-03-24 09:43:35.000000000 +0100
+++ dovecot-1.0.rc28/dovecot-example.conf 2007-03-24 09:45:34.000000000 +0100
@@ -13,11 +13,11 @@
# --with-ssldir=/etc/ssl
@ -158,13 +158,15 @@ diff -Nru dovecot-1.0.rc27.orig/dovecot-example.conf dovecot-1.0.rc27/dovecot-ex
# /etc/passwd or similar, using getpwnam()
# In many systems nowadays this uses Name Service Switch, which is
@@ -830,8 +830,8 @@
@@ -828,10 +828,10 @@
# /etc/shadow or similiar, using getspnam(). Deprecated by PAM nowadays.
# http://wiki.dovecot.org/PasswordDatabase/Shadow
- #passdb shadow {
- #}
+ passdb shadow {
# [blocking=yes] - See userdb passwd for explanation
#args =
- #}
+ }
# PAM-like authentication for OpenBSD.