![](https://secure.gravatar.com/avatar/df8330968b6df8cd1c1942c5fb4b720c.jpg?s=120&d=mm&r=g)
Author: jue Date: 2006-10-14 10:32:22 +0200 (Sat, 14 Oct 2006) New Revision: 2070 Modified: crux-2.2/ports/opt/dovecot/.md5sum crux-2.2/ports/opt/dovecot/Pkgfile crux-2.2/ports/opt/dovecot/dovecot-config.patch Log: dovecot: update to 1.0rc9 Modified: crux-2.2/ports/opt/dovecot/.md5sum =================================================================== --- crux-2.2/ports/opt/dovecot/.md5sum 2006-10-14 08:31:34 UTC (rev 2069) +++ crux-2.2/ports/opt/dovecot/.md5sum 2006-10-14 08:32:22 UTC (rev 2070) @@ -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 Modified: crux-2.2/ports/opt/dovecot/Pkgfile =================================================================== --- crux-2.2/ports/opt/dovecot/Pkgfile 2006-10-14 08:31:34 UTC (rev 2069) +++ crux-2.2/ports/opt/dovecot/Pkgfile 2006-10-14 08:32:22 UTC (rev 2070) @@ -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 @@ 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 @@ 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 Modified: crux-2.2/ports/opt/dovecot/dovecot-config.patch =================================================================== --- crux-2.2/ports/opt/dovecot/dovecot-config.patch 2006-10-14 08:31:34 UTC (rev 2069) +++ crux-2.2/ports/opt/dovecot/dovecot-config.patch 2006-10-14 08:32:22 UTC (rev 2070) @@ -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 @@ # 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 @@ # [session=yes] [setcred=yes] [cache_key=<key>] [<service name>] # # 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 @@ # /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 @@ # 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.
participants (1)
-
crux@crux.nu