From ab82a66377c16abce98a985d7026378fe5198c59 Mon Sep 17 00:00:00 2001 From: Juergen Daubert Date: Sun, 14 May 2006 09:17:55 +0000 Subject: [PATCH] [security] dovecot: update to 1.0beta8, http://www.dovecot.org/list/dovecot-news/2006-May/000006.html --- dovecot/.footprint | 5 +++-- dovecot/.md5sum | 4 ++-- dovecot/Pkgfile | 3 ++- dovecot/dovecot-config.patch | 12 ++++++------ 4 files changed, 13 insertions(+), 11 deletions(-) diff --git a/dovecot/.footprint b/dovecot/.footprint index a28ffa712..944a9fc2c 100644 --- a/dovecot/.footprint +++ b/dovecot/.footprint @@ -4,9 +4,9 @@ drwxr-xr-x root/root etc/rc.d/ -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 @@ lrwxrwxrwx root/root usr/lib/dovecot/modules/lda/lib02_trash_plugin.so -> ../lib -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 diff --git a/dovecot/.md5sum b/dovecot/.md5sum index 7a8e55f91..1d0d23e89 100644 --- a/dovecot/.md5sum +++ b/dovecot/.md5sum @@ -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 diff --git a/dovecot/Pkgfile b/dovecot/Pkgfile index 6f00eccea..b0a3bee51 100644 --- a/dovecot/Pkgfile +++ b/dovecot/Pkgfile @@ -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 @@ build () { 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 diff --git a/dovecot/dovecot-config.patch b/dovecot/dovecot-config.patch index 0058f871f..d15783146 100644 --- a/dovecot/dovecot-config.patch +++ b/dovecot/dovecot-config.patch @@ -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 @@ diff -Nru dovecot-1.0.beta7.orig/dovecot-example.conf dovecot-1.0.beta7/dovecot- # 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 @@ diff -Nru dovecot-1.0.beta7.orig/dovecot-example.conf dovecot-1.0.beta7/dovecot- # [session=yes] [cache_key=] [] # # 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 @@ diff -Nru dovecot-1.0.beta7.orig/dovecot-example.conf dovecot-1.0.beta7/dovecot- # /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.