diff options
Diffstat (limited to 'package/dovecot')
-rw-r--r-- | package/dovecot/Config.in | 10 | ||||
-rw-r--r-- | package/dovecot/dovecot.hash | 2 | ||||
-rw-r--r-- | package/dovecot/dovecot.mk | 2 |
3 files changed, 7 insertions, 7 deletions
diff --git a/package/dovecot/Config.in b/package/dovecot/Config.in index b93e09fcec..377fd4dbb8 100644 --- a/package/dovecot/Config.in +++ b/package/dovecot/Config.in @@ -5,11 +5,11 @@ config BR2_PACKAGE_DOVECOT select BR2_PACKAGE_OPENSSL select BR2_PACKAGE_ZLIB help - Dovecot is an open source IMAP and POP3 email server for Linux/UNIX- - like systems, written with security primarily in mind. Dovecot is an - excellent choice for both small and large installations. It's fast, - simple to set up, requires no special administration and it uses very - little memory. + Dovecot is an open source IMAP and POP3 email server for + Linux/UNIX- like systems, written with security primarily in + mind. Dovecot is an excellent choice for both small and large + installations. It's fast, simple to set up, requires no + special administration and it uses very little memory. http://www.dovecot.org diff --git a/package/dovecot/dovecot.hash b/package/dovecot/dovecot.hash index 46e7c5aa8a..8c6e14ea38 100644 --- a/package/dovecot/dovecot.hash +++ b/package/dovecot/dovecot.hash @@ -1,2 +1,2 @@ # Locally computed after checking signature -sha256 ccfa9ffb7eb91e9e87c21c108324b911250c9ffa838bffb64b1caafadcb0f388 dovecot-2.2.29.1.tar.gz +sha256 126b07cbf4c313e8fc6df273282f60710b453a7a678f502fd45c2fa7192127f3 dovecot-2.2.30.tar.gz diff --git a/package/dovecot/dovecot.mk b/package/dovecot/dovecot.mk index 3f71f68989..ace8cf041b 100644 --- a/package/dovecot/dovecot.mk +++ b/package/dovecot/dovecot.mk @@ -5,7 +5,7 @@ ################################################################################ DOVECOT_VERSION_MAJOR = 2.2 -DOVECOT_VERSION = $(DOVECOT_VERSION_MAJOR).29.1 +DOVECOT_VERSION = $(DOVECOT_VERSION_MAJOR).30 DOVECOT_SITE = http://www.dovecot.org/releases/$(DOVECOT_VERSION_MAJOR) DOVECOT_INSTALL_STAGING = YES DOVECOT_LICENSE = LGPL-2.1 |