From 77da82326039b282c82b1ead4fe65c8b76328370 Mon Sep 17 00:00:00 2001 From: Juergen Daubert Date: Sat, 14 Oct 2006 08:32:22 +0000 Subject: [PATCH] dovecot: update to 1.0rc9 --- dovecot/.md5sum | 4 ++-- dovecot/Pkgfile | 6 +++--- dovecot/dovecot-config.patch | 14 +++++++------- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/dovecot/.md5sum b/dovecot/.md5sum index 338e2d362..e825e1c69 100644 --- a/dovecot/.md5sum +++ b/dovecot/.md5sum @@ -1,3 +1,3 @@ 1c37d911bc42fb40f0ef5a3f5822b170 dovecot -888ecd634dbb4a4755c1a892e8eb3950 dovecot-1.0.rc8.tar.gz -4ab73d8bfd17af878a16f6bca40959ca dovecot-config.patch +fce6bd9190f8fe4cd14d596399796560 dovecot-1.0.rc9.tar.gz +19489285b95da0d045698c68a065188a dovecot-config.patch diff --git a/dovecot/Pkgfile b/dovecot/Pkgfile index 251e99530..c206a9dcd 100644 --- a/dovecot/Pkgfile +++ b/dovecot/Pkgfile @@ -4,7 +4,7 @@ # Depends on: openssl name=dovecot -version=1.0.rc8 +version=1.0.rc9 release=1 source=(http://dovecot.org/releases/$name-$version.tar.gz \ dovecot-config.patch dovecot) @@ -12,7 +12,7 @@ source=(http://dovecot.org/releases/$name-$version.tar.gz \ build () { cd $name-$version - patch -p1 < ../$name-config.patch + patch -p1 < $SRC/$name-config.patch ./configure --prefix=/usr \ --libexecdir=/usr/lib \ --sysconfdir=/etc \ @@ -27,7 +27,7 @@ build () { rm -r $PKG/usr/share mv $PKG/etc/dovecot-example.conf $PKG/etc/dovecot.conf - install -D -m 755 ../dovecot $PKG/etc/rc.d/dovecot + install -D -m 755 $SRC/dovecot $PKG/etc/rc.d/dovecot install -d $PKG/etc/ssl/{certs,keys} touch $PKG/etc/ssl/certs/dovecot.crt diff --git a/dovecot/dovecot-config.patch b/dovecot/dovecot-config.patch index 34f7a3ecf..2988c1a7f 100644 --- a/dovecot/dovecot-config.patch +++ b/dovecot/dovecot-config.patch @@ -1,6 +1,6 @@ -diff -Nru dovecot-1.0.rc8.orig/dovecot-example.conf dovecot-1.0.rc8/dovecot-example.conf ---- dovecot-1.0.rc8.orig/dovecot-example.conf 2006-10-09 22:50:10.000000000 +0200 -+++ dovecot-1.0.rc8/dovecot-example.conf 2006-10-09 23:01:01.000000000 +0200 +diff -Nru dovecot-1.0.rc9.orig/dovecot-example.conf dovecot-1.0.rc9/dovecot-example.conf +--- dovecot-1.0.rc9.orig/dovecot-example.conf 2006-10-14 09:47:18.000000000 +0200 ++++ dovecot-1.0.rc9/dovecot-example.conf 2006-10-14 09:47:32.000000000 +0200 @@ -13,11 +13,11 @@ # --with-ssldir=/etc/ssl @@ -140,7 +140,7 @@ diff -Nru dovecot-1.0.rc8.orig/dovecot-example.conf dovecot-1.0.rc8/dovecot-exam # Set max. process size in megabytes. #auth_process_size = 256 -@@ -747,7 +747,7 @@ +@@ -749,7 +749,7 @@ # database (passwd usually), you can use static userdb. # REMEMBER: You'll need /etc/pam.d/dovecot file created for PAM # authentication to actually work. @@ -149,7 +149,7 @@ diff -Nru dovecot-1.0.rc8.orig/dovecot-example.conf dovecot-1.0.rc8/dovecot-exam # [session=yes] [setcred=yes] [cache_key=] [] # # session=yes makes Dovecot open and immediately close PAM session. Some -@@ -775,7 +775,7 @@ +@@ -777,7 +777,7 @@ # args = session=yes * # args = cache_key=%u dovecot #args = dovecot @@ -158,7 +158,7 @@ diff -Nru dovecot-1.0.rc8.orig/dovecot-example.conf dovecot-1.0.rc8/dovecot-exam # /etc/passwd or similar, using getpwnam() # In many systems nowadays this uses Name Service Switch, which is -@@ -784,8 +784,8 @@ +@@ -786,8 +786,8 @@ #} # /etc/shadow or similiar, using getspnam(). Deprecated by PAM nowadays. @@ -169,7 +169,7 @@ diff -Nru dovecot-1.0.rc8.orig/dovecot-example.conf dovecot-1.0.rc8/dovecot-exam # BSD authentication. Used by at least OpenBSD. #passdb bsdauth { -@@ -887,7 +887,7 @@ +@@ -889,7 +889,7 @@ # authentication with BSDs internally accesses shadow files, which also # requires roots. Note that this user is NOT used to access mails. # That user is specified by userdb above.