summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2007-03-25 10:22:48 +0200
committerJuergen Daubert <jue@jue.li>2007-03-25 10:22:48 +0200
commit12df1591f31560035ae381a8987f97b3daa12443 (patch)
treef77ba2439e79e71da6b3e82a427210550a12b3aa
parent74c750241c42a1ce46aafbb5561af27b17f0a60e (diff)
downloadopt-12df1591f31560035ae381a8987f97b3daa12443.tar.gz
opt-12df1591f31560035ae381a8987f97b3daa12443.tar.xz
dovecot: update to 1.0.rc28
-rw-r--r--dovecot/.footprint2
-rw-r--r--dovecot/.md5sum4
-rw-r--r--dovecot/Pkgfile3
-rw-r--r--dovecot/dovecot-config.patch12
4 files changed, 13 insertions, 8 deletions
diff --git a/dovecot/.footprint b/dovecot/.footprint
index a6f804439..7231fb0b6 100644
--- a/dovecot/.footprint
+++ b/dovecot/.footprint
@@ -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
diff --git a/dovecot/.md5sum b/dovecot/.md5sum
index 70d368d4e..404364b28 100644
--- a/dovecot/.md5sum
+++ b/dovecot/.md5sum
@@ -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
diff --git a/dovecot/Pkgfile b/dovecot/Pkgfile
index 8326209a4..73cb632fb 100644
--- a/dovecot/Pkgfile
+++ b/dovecot/Pkgfile
@@ -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
diff --git a/dovecot/dovecot-config.patch b/dovecot/dovecot-config.patch
index b3568e03c..3171f3924 100644
--- a/dovecot/dovecot-config.patch
+++ b/dovecot/dovecot-config.patch
@@ -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.

Generated by cgit