update to Dovecot 1.0.1, a bug fix release. from brad@
This commit is contained in:
parent
8f6f1192f2
commit
9aa590ac81
@ -1,17 +1,16 @@
|
||||
# $OpenBSD: Makefile,v 1.79 2007/04/18 05:43:51 jakob Exp $
|
||||
# $OpenBSD: Makefile,v 1.80 2007/06/19 19:18:49 jakob Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
COMMENT-server= "compact IMAP/POP3 server"
|
||||
COMMENT-sieve= "sieve mail filtering for Dovecot"
|
||||
|
||||
V_DOVECOT= 1.0.0
|
||||
|
||||
V_DOVECOT= 1.0.1
|
||||
V_SIEVE= 1.0.1
|
||||
|
||||
PKGNAME= dovecot-${V_DOVECOT}
|
||||
PKGNAME-server= dovecot-${V_DOVECOT}
|
||||
PKGNAME-sieve= dovecot-sieve-${V_SIEVE}
|
||||
PKGNAME-sieve= dovecot-sieve-${V_SIEVE}p1
|
||||
|
||||
DISTNAME= dovecot-${V_DOVECOT}
|
||||
CATEGORIES= mail
|
||||
|
@ -1,10 +1,10 @@
|
||||
MD5 (dovecot-1.0.0.tar.gz) = ZczHHmbElcU22PuKeuObsw==
|
||||
MD5 (dovecot-1.0.1.tar.gz) = CHj3RDgkF/zgnYP1scFAMA==
|
||||
MD5 (sieve/dovecot-sieve-1.0.1.tar.gz) = sHDSF3AJu1Vc1+JccQBH1Q==
|
||||
RMD160 (dovecot-1.0.0.tar.gz) = 51Drcm/HzwTY29l2BPAapc5OPRk=
|
||||
RMD160 (dovecot-1.0.1.tar.gz) = mfs8f2nXUY0P/zzIJFhgyHMdFBQ=
|
||||
RMD160 (sieve/dovecot-sieve-1.0.1.tar.gz) = m0oqO+UrbfzTFk2CpxObirGoIPk=
|
||||
SHA1 (dovecot-1.0.0.tar.gz) = aQVOnT0QQlu6WxPQkvos/qs4Lc4=
|
||||
SHA1 (dovecot-1.0.1.tar.gz) = J3Lifs/Er8s3t6++0N65hZn+ZFo=
|
||||
SHA1 (sieve/dovecot-sieve-1.0.1.tar.gz) = JtCuBVDBsmQbfLNpreEyxz+5Ni4=
|
||||
SHA256 (dovecot-1.0.0.tar.gz) = QU73iT9sgx+SSPtL2i4SdmGUiCDaVDYg9u/9a4oAj18=
|
||||
SHA256 (dovecot-1.0.1.tar.gz) = RjIg/xT6w4B5ZOZpCCokJxqHK33kRfODJd5TFwN83g0=
|
||||
SHA256 (sieve/dovecot-sieve-1.0.1.tar.gz) = WfFsI6c7Nv+XOoOItgHML2QI4KauT4gsStuDDnLzrGY=
|
||||
SIZE (dovecot-1.0.0.tar.gz) = 1674299
|
||||
SIZE (dovecot-1.0.1.tar.gz) = 1739087
|
||||
SIZE (sieve/dovecot-sieve-1.0.1.tar.gz) = 444126
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-Makefile_in,v 1.14 2007/03/15 23:20:54 jakob Exp $
|
||||
--- Makefile.in.orig Tue Mar 6 22:48:12 2007
|
||||
+++ Makefile.in Mon Mar 5 07:30:21 2007
|
||||
@@ -639,7 +639,7 @@ install-data: install-data-recursive
|
||||
$OpenBSD: patch-Makefile_in,v 1.15 2007/06/19 19:18:49 jakob Exp $
|
||||
--- Makefile.in.orig Thu Jun 14 14:02:19 2007
|
||||
+++ Makefile.in Tue Jun 19 21:03:10 2007
|
||||
@@ -651,7 +651,7 @@ install-data: install-data-recursive
|
||||
uninstall: uninstall-recursive
|
||||
|
||||
install-am: all-am
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-configure,v 1.3 2007/04/11 20:28:15 jakob Exp $
|
||||
--- configure.orig Sun Apr 8 11:10:07 2007
|
||||
+++ configure Sun Apr 8 21:54:58 2007
|
||||
@@ -20159,6 +20159,7 @@ LIBTOOL='$(SHELL) $(top_builddir)/libtool'
|
||||
$OpenBSD: patch-configure,v 1.4 2007/06/19 19:18:49 jakob Exp $
|
||||
--- configure.orig Thu Jun 14 14:02:12 2007
|
||||
+++ configure Tue Jun 19 21:03:10 2007
|
||||
@@ -20146,6 +20146,7 @@ LIBTOOL='$(SHELL) $(top_builddir)/libtoo
|
||||
|
||||
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
$OpenBSD: patch-dovecot-example_conf,v 1.36 2007/04/11 20:28:15 jakob Exp $
|
||||
--- dovecot-example.conf.orig Fri Mar 30 13:36:18 2007
|
||||
+++ dovecot-example.conf Wed Apr 11 22:10:52 2007
|
||||
$OpenBSD: patch-dovecot-example_conf,v 1.37 2007/06/19 19:18:49 jakob Exp $
|
||||
--- dovecot-example.conf.orig Wed Jun 13 02:47:39 2007
|
||||
+++ dovecot-example.conf Tue Jun 19 21:03:10 2007
|
||||
@@ -10,13 +10,12 @@
|
||||
# value inside quotes, eg.: key = "# char and trailing whitespace "
|
||||
|
||||
@ -147,7 +147,7 @@ $OpenBSD: patch-dovecot-example_conf,v 1.36 2007/04/11 20:28:15 jakob Exp $
|
||||
|
||||
# Set max. process size in megabytes.
|
||||
#auth_process_size = 256
|
||||
@@ -784,7 +783,7 @@ auth default {
|
||||
@@ -785,7 +784,7 @@ auth default {
|
||||
# database (passwd usually), you can use static userdb.
|
||||
# REMEMBER: You'll need /etc/pam.d/dovecot file created for PAM
|
||||
# authentication to actually work. <doc/wiki/PasswordDatabase.PAM.txt>
|
||||
@ -156,16 +156,16 @@ $OpenBSD: patch-dovecot-example_conf,v 1.36 2007/04/11 20:28:15 jakob Exp $
|
||||
# [blocking=yes] [session=yes] [setcred=yes]
|
||||
# [cache_key=<key>] [<service name>]
|
||||
#
|
||||
@@ -817,7 +816,7 @@ auth default {
|
||||
@@ -818,7 +817,7 @@ auth default {
|
||||
# args = session=yes *
|
||||
# args = cache_key=%u dovecot
|
||||
#args = dovecot
|
||||
- }
|
||||
+ #}
|
||||
|
||||
# /etc/passwd or similar, using getpwnam()
|
||||
# System users (NSS, /etc/passwd, or similiar)
|
||||
# In many systems nowadays this uses Name Service Switch, which is
|
||||
@@ -836,10 +835,10 @@ auth default {
|
||||
@@ -838,10 +837,10 @@ auth default {
|
||||
|
||||
# PAM-like authentication for OpenBSD.
|
||||
# <doc/wiki/PasswordDatabase.BSDAuth.txt>
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST-server,v 1.7 2007/04/11 20:28:15 jakob Exp $
|
||||
@comment $OpenBSD: PLIST-server,v 1.8 2007/06/19 19:18:49 jakob Exp $
|
||||
@pkgpath ${BASE_PKGPATH}
|
||||
@newgroup _dovecot:518
|
||||
@newuser _dovecot:518:_dovecot:daemon:Dovecot Account:/nonexistent:/sbin/nologin
|
||||
@ -84,6 +84,7 @@ share/doc/dovecot/wiki/Authentication.RestrictAccess.txt
|
||||
share/doc/dovecot/wiki/Authentication.txt
|
||||
share/doc/dovecot/wiki/BasicConfiguration.txt
|
||||
share/doc/dovecot/wiki/Chrooting.txt
|
||||
share/doc/dovecot/wiki/Clients.NegativeUIDs.txt
|
||||
share/doc/dovecot/wiki/Clients.txt
|
||||
share/doc/dovecot/wiki/CommandLine.txt
|
||||
share/doc/dovecot/wiki/CompilingSource.txt
|
||||
@ -101,6 +102,11 @@ share/doc/dovecot/wiki/Design.Processes.txt
|
||||
share/doc/dovecot/wiki/Design.txt
|
||||
share/doc/dovecot/wiki/FindMailLocation.txt
|
||||
share/doc/dovecot/wiki/FinishBasicConfiguration.txt
|
||||
share/doc/dovecot/wiki/HowTo.EximAndDovecotSASL.txt
|
||||
share/doc/dovecot/wiki/HowTo.PostfixAndDovecotSASL.txt
|
||||
share/doc/dovecot/wiki/HowTo.SimpleVirtualInstall.txt
|
||||
share/doc/dovecot/wiki/HowTo.txt
|
||||
share/doc/dovecot/wiki/IndexFiles.txt
|
||||
share/doc/dovecot/wiki/InetdInstall.txt
|
||||
share/doc/dovecot/wiki/Iptables.txt
|
||||
share/doc/dovecot/wiki/LDA.Exim.txt
|
||||
@ -160,7 +166,6 @@ share/doc/dovecot/wiki/Plugins.txt
|
||||
share/doc/dovecot/wiki/PopBSMTPAndDovecot.txt
|
||||
share/doc/dovecot/wiki/PopRelay.txt
|
||||
share/doc/dovecot/wiki/PostLoginScripting.txt
|
||||
share/doc/dovecot/wiki/PostfixAndDovecotSASL.txt
|
||||
share/doc/dovecot/wiki/QuickConfiguration.txt
|
||||
share/doc/dovecot/wiki/Quota.Dict.txt
|
||||
share/doc/dovecot/wiki/Quota.Dirsize.txt
|
||||
@ -179,6 +184,7 @@ share/doc/dovecot/wiki/SharedMailboxes.txt
|
||||
share/doc/dovecot/wiki/SystemUsers.txt
|
||||
share/doc/dovecot/wiki/TestInstallation.txt
|
||||
share/doc/dovecot/wiki/TestPop3Installation.txt
|
||||
share/doc/dovecot/wiki/TimeMovedBackwards.txt
|
||||
share/doc/dovecot/wiki/UpgradingDovecot.txt
|
||||
share/doc/dovecot/wiki/UserDatabase.ExtraFields.txt
|
||||
share/doc/dovecot/wiki/UserDatabase.Prefetch.txt
|
||||
|
Loading…
Reference in New Issue
Block a user