r1691 - crux-2.2/ports/opt/dovecot
Author: jue Date: 2006-08-04 17:06:27 +0200 (Fri, 04 Aug 2006) New Revision: 1691 Modified: crux-2.2/ports/opt/dovecot/.footprint 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.0.rc5 Modified: crux-2.2/ports/opt/dovecot/.footprint =================================================================== --- crux-2.2/ports/opt/dovecot/.footprint 2006-08-04 15:05:43 UTC (rev 1690) +++ crux-2.2/ports/opt/dovecot/.footprint 2006-08-04 15:06:27 UTC (rev 1691) @@ -57,6 +57,8 @@ -rwxr-xr-x root/root usr/sbin/dovecot -rwxr-xr-x root/root usr/sbin/dovecotpw drwxr-xr-x root/root var/ +drwxr-xr-x root/root var/lib/ +drwxr-x--- root/root var/lib/dovecot/ drwxr-xr-x root/root var/run/ drwxr-xr-x root/root var/run/dovecot/ drwxr-x--- root/dovecot var/run/dovecot/login/ Modified: crux-2.2/ports/opt/dovecot/.md5sum =================================================================== --- crux-2.2/ports/opt/dovecot/.md5sum 2006-08-04 15:05:43 UTC (rev 1690) +++ crux-2.2/ports/opt/dovecot/.md5sum 2006-08-04 15:06:27 UTC (rev 1691) @@ -1,3 +1,3 @@ 1c37d911bc42fb40f0ef5a3f5822b170 dovecot -e27a248b2ee224e4618aa2f020150041 dovecot-1.0.rc2.tar.gz -e3da0d0e1b22a3ae93c93e6f6d8c0437 dovecot-config.patch +c54cc01f70a4666d99708f3068c8cc28 dovecot-1.0.rc5.tar.gz +b35d66018fadc55adb5aceac747af417 dovecot-config.patch Modified: crux-2.2/ports/opt/dovecot/Pkgfile =================================================================== --- crux-2.2/ports/opt/dovecot/Pkgfile 2006-08-04 15:05:43 UTC (rev 1690) +++ crux-2.2/ports/opt/dovecot/Pkgfile 2006-08-04 15:06:27 UTC (rev 1691) @@ -4,7 +4,7 @@ # Depends on: openssl name=dovecot -version=1.0.rc2 +version=1.0.rc5 release=1 source=(http://dovecot.procontrol.fi/releases/$name-$version.tar.gz \ dovecot-config.patch dovecot) @@ -18,6 +18,7 @@ --sysconfdir=/etc \ --localstatedir=/var \ --with-moduledir=/usr/lib/dovecot/modules \ + --with-ioloop=epoll \ --enable-ipv6 \ --with-ssl=openssl \ --with-pop3d @@ -33,7 +34,7 @@ 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 - chmod 0750 $PKG/var/run/dovecot/login - chown root:dovecot $PKG/var/run/dovecot/login + install -d $PKG/var/{run,lib}/dovecot + install -d -m 0750 -o root -g dovecot $PKG/var/run/dovecot/login + chmod 0750 $PKG/var/lib/dovecot } Modified: crux-2.2/ports/opt/dovecot/dovecot-config.patch =================================================================== --- crux-2.2/ports/opt/dovecot/dovecot-config.patch 2006-08-04 15:05:43 UTC (rev 1690) +++ crux-2.2/ports/opt/dovecot/dovecot-config.patch 2006-08-04 15:06:27 UTC (rev 1691) @@ -1,6 +1,6 @@ -diff -Nru dovecot-1.0.rc2.orig/dovecot-example.conf dovecot-1.0.rc2/dovecot-example.conf ---- dovecot-1.0.rc2.orig/dovecot-example.conf 2006-07-04 20:13:50.000000000 +0200 -+++ dovecot-1.0.rc2/dovecot-example.conf 2006-07-04 20:13:59.000000000 +0200 +diff -Nru dovecot-1.0.rc3.orig/dovecot-example.conf dovecot-1.0.rc3/dovecot-example.conf +--- dovecot-1.0.rc3.orig/dovecot-example.conf 2006-08-02 19:46:43.000000000 +0200 ++++ dovecot-1.0.rc3/dovecot-example.conf 2006-08-02 19:46:56.000000000 +0200 @@ -13,10 +13,10 @@ # --with-ssldir=/etc/ssl @@ -66,7 +66,7 @@ # If you need to set multiple mailbox locations or want to change default # namespace settings, you can do it by defining namespace sections: -@@ -294,7 +294,7 @@ +@@ -295,7 +295,7 @@ # non-valid GID as primary group ID aren't allowed to log in. If user # belongs to supplementary groups with non-valid GIDs, those groups are # not set. @@ -75,7 +75,7 @@ #last_valid_gid = 0 # Maximum number of running mail processes. When this limit is reached, -@@ -467,19 +467,19 @@ +@@ -468,19 +468,19 @@ protocol imap { # Login executable location. @@ -99,7 +99,7 @@ # Maximum IMAP command line length in bytes. Some clients generate very long # command lines with huge mailboxes, so you may need to raise this if you get -@@ -529,10 +529,10 @@ +@@ -530,10 +530,10 @@ protocol pop3 { # Login executable location. @@ -112,7 +112,7 @@ # Don't try to set mails non-recent or seen with POP3 sessions. This is # mostly intended to reduce disk I/O. With maildir it doesn't move files -@@ -576,7 +576,7 @@ +@@ -577,7 +577,7 @@ # installations. %08Xu%08Xv will be the new default, so use it for new # installations. # @@ -121,7 +121,7 @@ # POP3 logout format string: # %t - number of TOP commands -@@ -622,7 +622,7 @@ +@@ -623,7 +623,7 @@ #mail_plugin_dir = /usr/lib/dovecot/lda # Binary to use for sending mails. @@ -130,7 +130,7 @@ # UNIX socket path to master authentication server to find users. #auth_socket_path = /var/run/dovecot/auth-master -@@ -633,7 +633,7 @@ +@@ -634,7 +634,7 @@ ## # Executable location @@ -139,7 +139,7 @@ # Set max. process size in megabytes. #auth_process_size = 256 -@@ -745,7 +745,7 @@ +@@ -746,7 +746,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. @@ -148,7 +148,7 @@ # [session=yes] [setcred=yes] [cache_key=<key>] [<service name>] # # session=yes makes Dovecot open and immediately close PAM session. Some -@@ -773,7 +773,7 @@ +@@ -774,7 +774,7 @@ # args = session=yes * # args = cache_key=%u dovecot #args = dovecot @@ -157,7 +157,7 @@ # /etc/passwd or similar, using getpwnam() # In many systems nowadays this uses Name Service Switch, which is -@@ -782,8 +782,8 @@ +@@ -783,8 +783,8 @@ #} # /etc/shadow or similiar, using getspnam(). Deprecated by PAM nowadays. @@ -168,7 +168,7 @@ # BSD authentication. Used by at least OpenBSD. #passdb bsdauth { -@@ -885,7 +885,7 @@ +@@ -886,7 +886,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