network/dovecot: Updated for version 2.2.9.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
13536c7f6d
commit
d7924c9f22
|
@ -7,4 +7,4 @@ 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
|
||||
|
||||
See the documentation in /usr/doc/dovecot-2.2.6/ to get started.
|
||||
See the documentation in /usr/doc/dovecot-2.2.9/ to get started.
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
# 1. Redistributions of this script must retain the above copyright
|
||||
# notice, this list of conditions and the following disclaimer.
|
||||
#
|
||||
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED
|
||||
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR IMPLIED
|
||||
# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
|
||||
# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
|
||||
# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
||||
|
@ -20,8 +20,10 @@
|
|||
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
# Modified by Mario Preksavec <mario@slackware.hr>
|
||||
|
||||
PRGNAM=dovecot
|
||||
VERSION=${VERSION:-2.2.6}
|
||||
VERSION=${VERSION:-2.2.9}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="dovecot"
|
||||
VERSION="2.2.6"
|
||||
VERSION="2.2.9"
|
||||
HOMEPAGE="http://www.dovecot.org/"
|
||||
DOWNLOAD="http://www.dovecot.org/releases/2.2/dovecot-2.2.6.tar.gz"
|
||||
MD5SUM="db65988ef2e6889dd8b49c132b21fc8f"
|
||||
DOWNLOAD="http://www.dovecot.org/releases/2.2/dovecot-2.2.9.tar.gz"
|
||||
MD5SUM="6e620a4020b7cc9855cbb304a63efc87"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="%README%"
|
||||
|
|
Loading…
Reference in New Issue