update to dovecot 1.0.8, from MAINTAINER
This commit is contained in:
parent
eab35ae007
commit
805f8c736f
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.87 2007/10/29 22:07:54 jakob Exp $
|
||||
# $OpenBSD: Makefile,v 1.88 2007/11/30 09:52:39 jakob Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
@ -6,12 +6,12 @@ COMMENT-server= compact IMAP/POP3 server
|
||||
COMMENT-sieve= sieve mail filtering for Dovecot
|
||||
|
||||
V_MAJOR= 1.0
|
||||
V_DOVECOT= 1.0.7
|
||||
V_DOVECOT= 1.0.8
|
||||
V_SIEVE= 1.0.2
|
||||
|
||||
PKGNAME= dovecot-${V_DOVECOT}
|
||||
PKGNAME-server= dovecot-${V_DOVECOT}
|
||||
PKGNAME-sieve= dovecot-sieve-${V_SIEVE}p4
|
||||
PKGNAME-sieve= dovecot-sieve-${V_SIEVE}p5
|
||||
|
||||
DISTNAME= dovecot-${V_DOVECOT}
|
||||
CATEGORIES= mail
|
||||
|
@ -1,10 +1,10 @@
|
||||
MD5 (dovecot-1.0.7.tar.gz) = TQ2+H+h/0PaazSjRAP5yqw==
|
||||
MD5 (dovecot-1.0.8.tar.gz) = 9qqpltAA5K9Bzg12BBBt6g==
|
||||
MD5 (dovecot-sieve-1.0.2.tar.gz) = UIkm/J/44PbhNQbiN9SRaw==
|
||||
RMD160 (dovecot-1.0.7.tar.gz) = lKH5mqDCp8LbihBnM/LeNwgP0es=
|
||||
RMD160 (dovecot-1.0.8.tar.gz) = 2JL5WLBTGxNRnAPDL3QTj5eycJk=
|
||||
RMD160 (dovecot-sieve-1.0.2.tar.gz) = i+0oOuZyqvphJx8VTx9Y0gC9T18=
|
||||
SHA1 (dovecot-1.0.7.tar.gz) = zF8IkvGEIWwk7Wz6qdWBg9W5Sk8=
|
||||
SHA1 (dovecot-1.0.8.tar.gz) = /7cabRx/bdljyx9zE2Usem0bQJ8=
|
||||
SHA1 (dovecot-sieve-1.0.2.tar.gz) = cLQj6ubke8OPgfqjZQMijBqKVVA=
|
||||
SHA256 (dovecot-1.0.7.tar.gz) = fgUhpu/JTm09AtFy3h3Q/NOKrM01sFsLs2jokZ2GIvM=
|
||||
SHA256 (dovecot-1.0.8.tar.gz) = 9PocXF0QsEuSTxlzenS7XRuZtANYKjjonceGJ5/NZtE=
|
||||
SHA256 (dovecot-sieve-1.0.2.tar.gz) = kELq9tEjdXemerOqIzlT1kD2KilsX/qq7XX/JbZXZCo=
|
||||
SIZE (dovecot-1.0.7.tar.gz) = 1783918
|
||||
SIZE (dovecot-1.0.8.tar.gz) = 1793784
|
||||
SIZE (dovecot-sieve-1.0.2.tar.gz) = 451753
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-configure,v 1.6 2007/09/08 08:44:39 jakob Exp $
|
||||
--- configure.orig Sat Sep 8 02:30:04 2007
|
||||
+++ configure Sat Sep 8 09:18:15 2007
|
||||
@@ -20406,6 +20406,7 @@ LIBTOOL='$(SHELL) $(top_builddir)/libtoo
|
||||
$OpenBSD: patch-configure,v 1.7 2007/11/30 09:52:39 jakob Exp $
|
||||
--- configure.orig Wed Nov 28 09:03:36 2007
|
||||
+++ configure Fri Nov 30 04:33:22 2007
|
||||
@@ -20406,6 +20406,7 @@ LIBTOOL='$(SHELL) $(top_builddir)/libtool'
|
||||
|
||||
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST-server,v 1.8 2007/06/19 19:18:49 jakob Exp $
|
||||
@comment $OpenBSD: PLIST-server,v 1.9 2007/11/30 09:52:39 jakob Exp $
|
||||
@pkgpath ${BASE_PKGPATH}
|
||||
@newgroup _dovecot:518
|
||||
@newuser _dovecot:518:_dovecot:daemon:Dovecot Account:/nonexistent:/sbin/nologin
|
||||
@ -75,8 +75,11 @@ share/doc/dovecot/wiki/AuthDatabase.PasswdFile.txt
|
||||
share/doc/dovecot/wiki/AuthDatabase.SQL.txt
|
||||
share/doc/dovecot/wiki/AuthDatabase.VPopMail.txt
|
||||
share/doc/dovecot/wiki/AuthDatabase.txt
|
||||
share/doc/dovecot/wiki/Authentication.Caching.txt
|
||||
share/doc/dovecot/wiki/Authentication.Kerberos.txt
|
||||
share/doc/dovecot/wiki/Authentication.MasterUsers.txt
|
||||
share/doc/dovecot/wiki/Authentication.Mechanisms.DigestMD5.txt
|
||||
share/doc/dovecot/wiki/Authentication.Mechanisms.Winbind.txt
|
||||
share/doc/dovecot/wiki/Authentication.Mechanisms.txt
|
||||
share/doc/dovecot/wiki/Authentication.MultipleDatabases.txt
|
||||
share/doc/dovecot/wiki/Authentication.PasswordSchemes.txt
|
||||
@ -110,6 +113,7 @@ 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
|
||||
share/doc/dovecot/wiki/LDA.Indexing.txt
|
||||
share/doc/dovecot/wiki/LDA.Postfix.txt
|
||||
share/doc/dovecot/wiki/LDA.Qmail.txt
|
||||
share/doc/dovecot/wiki/LDA.Sendmail.txt
|
||||
@ -124,6 +128,7 @@ share/doc/dovecot/wiki/MailLocation.Maildir.txt
|
||||
share/doc/dovecot/wiki/MailLocation.Mbox.txt
|
||||
share/doc/dovecot/wiki/MailLocation.SharedDisk.txt
|
||||
share/doc/dovecot/wiki/MailLocation.txt
|
||||
share/doc/dovecot/wiki/MailboxFormat.Cydir.txt
|
||||
share/doc/dovecot/wiki/MailboxFormat.MH.txt
|
||||
share/doc/dovecot/wiki/MailboxFormat.Maildir.txt
|
||||
share/doc/dovecot/wiki/MailboxFormat.dbox.txt
|
||||
@ -138,6 +143,7 @@ share/doc/dovecot/wiki/Migration.Cyrus.txt
|
||||
share/doc/dovecot/wiki/Migration.Linuxconf.txt
|
||||
share/doc/dovecot/wiki/Migration.MailFormat.txt
|
||||
share/doc/dovecot/wiki/Migration.UW.txt
|
||||
share/doc/dovecot/wiki/Migration.Vm-pop3d.txt
|
||||
share/doc/dovecot/wiki/Migration.txt
|
||||
share/doc/dovecot/wiki/MissingMailboxes.txt
|
||||
share/doc/dovecot/wiki/NFS.txt
|
||||
@ -159,6 +165,7 @@ share/doc/dovecot/wiki/PasswordDatabase.txt
|
||||
share/doc/dovecot/wiki/PerformanceTuning.txt
|
||||
share/doc/dovecot/wiki/Plugins.Convert.txt
|
||||
share/doc/dovecot/wiki/Plugins.Expire.txt
|
||||
share/doc/dovecot/wiki/Plugins.FTS.txt
|
||||
share/doc/dovecot/wiki/Plugins.Lazyexpunge.txt
|
||||
share/doc/dovecot/wiki/Plugins.MailLog.txt
|
||||
share/doc/dovecot/wiki/Plugins.Trash.txt
|
||||
@ -171,6 +178,7 @@ share/doc/dovecot/wiki/Quota.Dict.txt
|
||||
share/doc/dovecot/wiki/Quota.Dirsize.txt
|
||||
share/doc/dovecot/wiki/Quota.FS.txt
|
||||
share/doc/dovecot/wiki/Quota.Maildir.txt
|
||||
share/doc/dovecot/wiki/Quota.New.txt
|
||||
share/doc/dovecot/wiki/Quota.txt
|
||||
share/doc/dovecot/wiki/Rootless.txt
|
||||
share/doc/dovecot/wiki/RunningDovecot.txt
|
||||
@ -185,8 +193,11 @@ 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/Upgrading.1.0.txt
|
||||
share/doc/dovecot/wiki/Upgrading.1.1.txt
|
||||
share/doc/dovecot/wiki/Upgrading.txt
|
||||
share/doc/dovecot/wiki/UserDatabase.ExtraFields.txt
|
||||
share/doc/dovecot/wiki/UserDatabase.NSS.txt
|
||||
share/doc/dovecot/wiki/UserDatabase.Prefetch.txt
|
||||
share/doc/dovecot/wiki/UserDatabase.Static.txt
|
||||
share/doc/dovecot/wiki/UserDatabase.txt
|
||||
|
Loading…
Reference in New Issue
Block a user