dovecot 1.0 rc 28; from brad@
This commit is contained in:
parent
8def7be4e0
commit
16eec64f67
@ -1,17 +1,17 @@
|
||||
# $OpenBSD: Makefile,v 1.74 2007/03/22 06:59:13 jakob Exp $
|
||||
# $OpenBSD: Makefile,v 1.75 2007/03/24 07:29:01 jakob Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
COMMENT-server= "compact IMAP/POP3 server"
|
||||
COMMENT-sieve= "sieve mail filtering for Dovecot"
|
||||
|
||||
V_DOVECOT= 1.0.rc27
|
||||
V_DOVECOT= 1.0.rc28
|
||||
|
||||
V_SIEVE= 1.0
|
||||
|
||||
PKGNAME= dovecot-${V_DOVECOT}
|
||||
PKGNAME-server= dovecot-${V_DOVECOT}p0
|
||||
PKGNAME-sieve= dovecot-sieve-${V_SIEVE}p5
|
||||
PKGNAME-server= dovecot-${V_DOVECOT}
|
||||
PKGNAME-sieve= dovecot-sieve-${V_SIEVE}p6
|
||||
|
||||
DISTNAME= dovecot-${V_DOVECOT}
|
||||
CATEGORIES= mail
|
||||
@ -102,8 +102,8 @@ post-build:
|
||||
post-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/dovecot
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/dovecot-openssl.cnf \
|
||||
${WRKSRC}/doc/dovecot-sql.conf \
|
||||
${WRKSRC}/doc/dovecot-ldap.conf \
|
||||
${WRKSRC}/doc/dovecot-sql-example.conf \
|
||||
${WRKSRC}/doc/dovecot-ldap-example.conf \
|
||||
${WRKSRC}/dovecot-example.conf \
|
||||
${PREFIX}/share/examples/dovecot
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/doc/mkcert.sh \
|
||||
|
@ -1,8 +1,10 @@
|
||||
MD5 (dovecot-1.0.rc27.tar.gz) = 2bc18491c869e0b298ef114d07cdbb46
|
||||
MD5 (dovecot-1.0.rc28.tar.gz) = e6fd617f3210f914815186c176796881
|
||||
MD5 (sieve/dovecot-sieve-1.0.tar.gz) = dabe564d2ef262a008622737ad84579f
|
||||
RMD160 (dovecot-1.0.rc27.tar.gz) = b13d0ac5c6760d7646d0c5924943be0d7ce0e480
|
||||
RMD160 (dovecot-1.0.rc28.tar.gz) = 7ea445c844d382115eb4fad651ff00d51dc58e9e
|
||||
RMD160 (sieve/dovecot-sieve-1.0.tar.gz) = b56f5a7391607125184755b9bbcbe749e79e26d4
|
||||
SHA1 (dovecot-1.0.rc27.tar.gz) = 7f026bd63234ae39658bde87a547b8c5001d892c
|
||||
SHA1 (dovecot-1.0.rc28.tar.gz) = bf7f98298905f53700b3f2abde8c60f9aa6ba035
|
||||
SHA1 (sieve/dovecot-sieve-1.0.tar.gz) = 6d151c4140e0cf89e3d771fb32b5da065dbbed24
|
||||
SIZE (dovecot-1.0.rc27.tar.gz) = 1521452
|
||||
SHA256 (dovecot-1.0.rc28.tar.gz) = 56dd5221812d66a2fa90437ff3cc50a03236d94f9309cffb5ce48448bd64c2a3
|
||||
SHA256 (sieve/dovecot-sieve-1.0.tar.gz) = c1ce887c1c6e09d9d1b4af6825db5c50befb10c1fed742a6666a12ac9492d98a
|
||||
SIZE (dovecot-1.0.rc28.tar.gz) = 1534090
|
||||
SIZE (sieve/dovecot-sieve-1.0.tar.gz) = 442943
|
||||
|
@ -1,6 +1,6 @@
|
||||
$OpenBSD: patch-dovecot-example_conf,v 1.34 2007/03/21 22:43:49 msf Exp $
|
||||
--- dovecot-example.conf.orig Sat Mar 10 21:45:40 2007
|
||||
+++ dovecot-example.conf Tue Mar 13 17:21:52 2007
|
||||
$OpenBSD: patch-dovecot-example_conf,v 1.35 2007/03/24 07:29:01 jakob Exp $
|
||||
--- dovecot-example.conf.orig Fri Mar 23 01:00:54 2007
|
||||
+++ dovecot-example.conf Sat Mar 24 03:35:17 2007
|
||||
@@ -7,13 +7,12 @@
|
||||
# value inside quotes, eg.: key = "# char and trailing whitespace "
|
||||
|
||||
@ -156,7 +156,7 @@ $OpenBSD: patch-dovecot-example_conf,v 1.34 2007/03/21 22:43:49 msf Exp $
|
||||
# [blocking=yes] [session=yes] [setcred=yes]
|
||||
# [cache_key=<key>] [<service name>]
|
||||
#
|
||||
@@ -815,18 +814,18 @@ auth default {
|
||||
@@ -815,16 +814,16 @@ auth default {
|
||||
# args = session=yes *
|
||||
# args = cache_key=%u dovecot
|
||||
#args = dovecot
|
||||
@ -169,9 +169,7 @@ $OpenBSD: patch-dovecot-example_conf,v 1.34 2007/03/21 22:43:49 msf Exp $
|
||||
# http://wiki.dovecot.org/AuthDatabase/Passwd
|
||||
- #passdb passwd {
|
||||
+ passdb passwd {
|
||||
# [blocking=yes] - By default the lookups are done in the main dovecot-auth
|
||||
# process. This setting causes the lookups to be done in auth worker
|
||||
# proceses. Useful with remote NSS lookups that may block.
|
||||
# [blocking=yes] - See userdb passwd for explanation
|
||||
#args =
|
||||
- #}
|
||||
+ }
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST-server,v 1.5 2007/03/15 23:20:54 jakob Exp $
|
||||
@comment $OpenBSD: PLIST-server,v 1.6 2007/03/24 07:29:01 jakob Exp $
|
||||
@pkgpath ${BASE_PKGPATH}
|
||||
@newgroup _dovecot:518
|
||||
@newuser _dovecot:518:_dovecot:daemon:Dovecot Account:/nonexistent:/sbin/nologin
|
||||
@ -51,8 +51,10 @@ libexec/dovecot/deliver
|
||||
libexec/dovecot/dict
|
||||
libexec/dovecot/dovecot-auth
|
||||
libexec/dovecot/gdbhelper
|
||||
libexec/dovecot/idxview
|
||||
libexec/dovecot/imap
|
||||
libexec/dovecot/imap-login
|
||||
libexec/dovecot/logview
|
||||
libexec/dovecot/pop3
|
||||
libexec/dovecot/pop3-login
|
||||
libexec/dovecot/rawlog
|
||||
@ -60,10 +62,15 @@ libexec/dovecot/ssl-build-param
|
||||
sbin/dovecot
|
||||
sbin/dovecot-mkcert.sh
|
||||
sbin/dovecotpw
|
||||
@comment share/doc/dovecot/
|
||||
@comment share/doc/dovecot/USE-WIKI-INSTEAD
|
||||
@comment share/doc/dovecot/auth-protocol.txt
|
||||
@comment share/doc/dovecot/securecoding.txt
|
||||
@comment share/doc/dovecot/variables.txt
|
||||
share/examples/dovecot/
|
||||
share/examples/dovecot/dovecot-example.conf
|
||||
@sample ${SYSCONFDIR}/dovecot.conf
|
||||
share/examples/dovecot/dovecot-ldap.conf
|
||||
share/examples/dovecot/dovecot-ldap-example.conf
|
||||
share/examples/dovecot/dovecot-openssl.cnf
|
||||
@sample /etc/ssl/dovecot-openssl.cnf
|
||||
@mode 755
|
||||
@ -73,7 +80,7 @@ share/examples/dovecot/dovecot-openssl.cnf
|
||||
@sample /var/dovecot/login/
|
||||
@mode
|
||||
@group
|
||||
share/examples/dovecot/dovecot-sql.conf
|
||||
share/examples/dovecot/dovecot-sql-example.conf
|
||||
@extra /etc/ssl/dovecotcert.pem
|
||||
@extra /etc/ssl/private/dovecot.pem
|
||||
@extraunexec rm -rf /var/dovecot
|
||||
|
Loading…
Reference in New Issue
Block a user