Author: jue Date: 2006-05-14 11:17:55 +0200 (Sun, 14 May 2006) New Revision: 1390 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: [security] dovecot: update to 1.0beta8, http://www.dovecot.org/list/dovecot-news/2006-May/000006.html Modified: crux-2.2/ports/opt/dovecot/.footprint =================================================================== --- crux-2.2/ports/opt/dovecot/.footprint 2006-05-13 20:58:08 UTC (rev 1389) +++ crux-2.2/ports/opt/dovecot/.footprint 2006-05-14 09:17:55 UTC (rev 1390) @@ -4,9 +4,9 @@ -rwxr-xr-x root/root etc/rc.d/dovecot drwxr-xr-x root/root etc/ssl/ drwxr-xr-x root/root etc/ssl/certs/ --rw-r--r-- root/root etc/ssl/certs/dovecot.crt (EMPTY) +-rw------- root/root etc/ssl/certs/dovecot.crt (EMPTY) drwxr-xr-x root/root etc/ssl/keys/ --rw-r--r-- root/root etc/ssl/keys/dovecot.key (EMPTY) +-rw------- root/root etc/ssl/keys/dovecot.key (EMPTY) drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/lib/ drwxr-xr-x root/root usr/lib/dovecot/ @@ -47,6 +47,7 @@ -rwxr-xr-x root/root usr/lib/dovecot/modules/lib02_trash_plugin.so drwxr-xr-x root/root usr/lib/dovecot/modules/pop3/ lrwxrwxrwx root/root usr/lib/dovecot/modules/pop3/lib01_convert_plugin.so -> ../lib01_convert_plugin.so +lrwxrwxrwx root/root usr/lib/dovecot/modules/pop3/lib01_quota_plugin.so -> ../lib01_quota_plugin.so -rwxr-xr-x root/root usr/lib/dovecot/pop3 -rwxr-xr-x root/root usr/lib/dovecot/pop3-login -rwxr-xr-x root/root usr/lib/dovecot/rawlog Modified: crux-2.2/ports/opt/dovecot/.md5sum =================================================================== --- crux-2.2/ports/opt/dovecot/.md5sum 2006-05-13 20:58:08 UTC (rev 1389) +++ crux-2.2/ports/opt/dovecot/.md5sum 2006-05-14 09:17:55 UTC (rev 1390) @@ -1,3 +1,3 @@ 1c37d911bc42fb40f0ef5a3f5822b170 dovecot -bfbc4c3705f6e6e891934168cd26e9dd dovecot-1.0.beta7.tar.gz -5295ba4ffbc656c435cc2905657c7910 dovecot-config.patch +6a87718a86ee1ae2334c75843dd9a7df dovecot-1.0.beta8.tar.gz +d87e9ab3c5f21c1fbd6e03afb1be9c6b dovecot-config.patch Modified: crux-2.2/ports/opt/dovecot/Pkgfile =================================================================== --- crux-2.2/ports/opt/dovecot/Pkgfile 2006-05-13 20:58:08 UTC (rev 1389) +++ crux-2.2/ports/opt/dovecot/Pkgfile 2006-05-14 09:17:55 UTC (rev 1390) @@ -4,7 +4,7 @@ # Depends on: openssl name=dovecot -version=1.0.beta7 +version=1.0.beta8 release=1 source=(http://dovecot.procontrol.fi/releases/$name-$version.tar.gz \ dovecot-config.patch dovecot) @@ -31,6 +31,7 @@ install -d $PKG/etc/ssl/{certs,keys} touch $PKG/etc/ssl/certs/dovecot.crt 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 Modified: crux-2.2/ports/opt/dovecot/dovecot-config.patch =================================================================== --- crux-2.2/ports/opt/dovecot/dovecot-config.patch 2006-05-13 20:58:08 UTC (rev 1389) +++ crux-2.2/ports/opt/dovecot/dovecot-config.patch 2006-05-14 09:17:55 UTC (rev 1390) @@ -1,6 +1,6 @@ -diff -Nru dovecot-1.0.beta7.orig/dovecot-example.conf dovecot-1.0.beta7/dovecot-example.conf ---- dovecot-1.0.beta7.orig/dovecot-example.conf 2006-04-12 15:32:54.000000000 +0200 -+++ dovecot-1.0.beta7/dovecot-example.conf 2006-04-12 15:33:04.000000000 +0200 +diff -Nru dovecot-1.0.beta8.orig/dovecot-example.conf dovecot-1.0.beta8/dovecot-example.conf +--- dovecot-1.0.beta8.orig/dovecot-example.conf 2006-04-21 04:01:27.000000000 +0200 ++++ dovecot-1.0.beta8/dovecot-example.conf 2006-05-12 15:01:29.000000000 +0200 @@ -13,11 +13,11 @@ # --with-ssldir=/etc/ssl @@ -131,7 +131,7 @@ # Set max. process size in megabytes. #auth_process_size = 256 -@@ -685,7 +685,7 @@ +@@ -691,7 +691,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. @@ -140,7 +140,7 @@ # [session=yes] [cache_key=<key>] [<service name>] # # session=yes makes Dovecot open and immediately close PAM session. Some -@@ -709,7 +709,7 @@ +@@ -715,7 +715,7 @@ # args = session=yes * # args = cache_key=%u dovecot #args = dovecot @@ -149,7 +149,7 @@ # /etc/passwd or similar, using getpwnam() # In many systems nowadays this uses Name Service Switch, which is -@@ -718,8 +718,8 @@ +@@ -724,8 +724,8 @@ #} # /etc/shadow or similiar, using getspnam(). Deprecated by PAM nowadays.
participants (1)
-
crux@crux.nu