summaryrefslogtreecommitdiffstats
path: root/network/dovecot
diff options
context:
space:
mode:
author Robby Workman <rworkman@slackbuilds.org>2013-11-11 11:36:43 -0600
committer Robby Workman <rworkman@slackbuilds.org>2013-11-11 11:36:43 -0600
commit32c71b66dfbaffa7985ca757794eab7f8b484bce (patch)
tree2fd0460d68d394f29f34367b3729d6b574161915 /network/dovecot
parente9cfb874c0e56b6f7747fecedb85c513efbaf0b5 (diff)
downloadslackbuilds-32c71b66dfbaffa7985ca757794eab7f8b484bce.tar.gz
slackbuilds-32c71b66dfbaffa7985ca757794eab7f8b484bce.tar.xz
network/dovecot: Updated for version 2.2.6.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'network/dovecot')
-rw-r--r--network/dovecot/README13
-rw-r--r--network/dovecot/dovecot.SlackBuild4
-rw-r--r--network/dovecot/dovecot.info8
-rw-r--r--network/dovecot/slack-desc2
4 files changed, 10 insertions, 17 deletions
diff --git a/network/dovecot/README b/network/dovecot/README
index 85a6336b06..1ea8b04b5c 100644
--- a/network/dovecot/README
+++ b/network/dovecot/README
@@ -2,16 +2,9 @@ This script builds dovecot with support for SSL. As such, you must have
openssl installed - openssl-solibs is not enough in itself to meet this
requirement. Additionally, dovecot will be compiled with POP3 support.
-You should create users and groups for dovecot and dovenull to run the
-login processes on your server. Something like this should work:
+You should create a dovecot user to run the login processes on your server.
+Something like this should work:
[root@host] # groupadd -g 202 dovecot
[root@host] # useradd -d /dev/null -s /bin/false -u 202 -g 202 dovecot
-[root@host] # groupadd -g 248 dovenull
-[root@host] # useradd -d /dev/null -s /bin/false -u 248 -g 248 dovenull
-From the dovecot-new release posting comes this word of advice:
- Remember to read http://wiki2.dovecot.org/Upgrading/2.0 before
- upgrading from v1.x. Although there is automatic config conversion,
- it can't handle everything, so reserve some extra time for upgrading.
-
-See the documentation in /usr/doc/dovecot-*/ to get started.
+See the documentation in /usr/doc/dovecot-2.2.6/ to get started.
diff --git a/network/dovecot/dovecot.SlackBuild b/network/dovecot/dovecot.SlackBuild
index 50d9989a16..8e99233dbc 100644
--- a/network/dovecot/dovecot.SlackBuild
+++ b/network/dovecot/dovecot.SlackBuild
@@ -21,8 +21,8 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=dovecot
-VERSION=${VERSION:-2.1.10}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-2.2.6}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
diff --git a/network/dovecot/dovecot.info b/network/dovecot/dovecot.info
index 54b369a027..03717fc3a8 100644
--- a/network/dovecot/dovecot.info
+++ b/network/dovecot/dovecot.info
@@ -1,10 +1,10 @@
PRGNAM="dovecot"
-VERSION="2.1.10"
+VERSION="2.2.6"
HOMEPAGE="http://www.dovecot.org/"
-DOWNLOAD="http://www.dovecot.org/releases/2.1/dovecot-2.1.10.tar.gz"
-MD5SUM="a5a4b3c444cf37e2c6bb6df3af87e18e"
+DOWNLOAD="http://www.dovecot.org/releases/2.2/dovecot-2.2.6.tar.gz"
+MD5SUM="db65988ef2e6889dd8b49c132b21fc8f"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="%README%"
MAINTAINER="Alan Hicks"
EMAIL="alan@lizella.net"
+APPROVED="rworkman"
diff --git a/network/dovecot/slack-desc b/network/dovecot/slack-desc
index 1b72e85f25..be7d99d1a0 100644
--- a/network/dovecot/slack-desc
+++ b/network/dovecot/slack-desc
@@ -5,7 +5,7 @@
# make exactly 11 lines for the formatting to be correct. It's also
# customary to leave one space after the ':'.
- |-----handy-ruler------------------------------------------------------|
+ |-----handy-ruler-----------------------------------------------------|
dovecot: Dovecot (open source IMAP and POP3 server)
dovecot:
dovecot: Dovecot is an open source IMAP and POP3 server for Linux/UNIX-like