dovecot: update to 1.0rc9
This commit is contained in:
parent
4f117a25d1
commit
77da823260
@ -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
|
||||
|
@ -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
|
||||
|
@ -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=<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 @@ 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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user