|
@@ -5,7 +5,7 @@
|
|
################################################################################
|
|
################################################################################
|
|
|
|
|
|
DOVECOT_VERSION_MAJOR = 2.3
|
|
DOVECOT_VERSION_MAJOR = 2.3
|
|
-DOVECOT_VERSION = $(DOVECOT_VERSION_MAJOR).9.3
|
|
|
|
|
|
+DOVECOT_VERSION = $(DOVECOT_VERSION_MAJOR).10.1
|
|
DOVECOT_SITE = https://dovecot.org/releases/$(DOVECOT_VERSION_MAJOR)
|
|
DOVECOT_SITE = https://dovecot.org/releases/$(DOVECOT_VERSION_MAJOR)
|
|
DOVECOT_INSTALL_STAGING = YES
|
|
DOVECOT_INSTALL_STAGING = YES
|
|
DOVECOT_LICENSE = LGPL-2.1, MIT, Public Domain, BSD-3-Clause, Unicode-DFS-2015
|
|
DOVECOT_LICENSE = LGPL-2.1, MIT, Public Domain, BSD-3-Clause, Unicode-DFS-2015
|
|
@@ -14,8 +14,6 @@ DOVECOT_DEPENDENCIES = \
|
|
host-pkgconf \
|
|
host-pkgconf \
|
|
$(if $(BR2_PACKAGE_LIBICONV),libiconv) \
|
|
$(if $(BR2_PACKAGE_LIBICONV),libiconv) \
|
|
openssl
|
|
openssl
|
|
-# 0001-lib-ssl-iostream-Do-not-build-static-test-iostream-s.patch
|
|
|
|
-DOVECOT_AUTORECONF = YES
|
|
|
|
# add host-gettext for AM_ICONV macro
|
|
# add host-gettext for AM_ICONV macro
|
|
DOVECOT_DEPENDENCIES += host-gettext
|
|
DOVECOT_DEPENDENCIES += host-gettext
|
|
|
|
|