dovecot: update to 2.3.16
authorLucian Cristian <lucian.cristian@gmail.com>
Sun, 19 Sep 2021 18:25:27 +0000 (21:25 +0300)
committerRosen Penev <rosenp@gmail.com>
Sun, 19 Sep 2021 22:19:01 +0000 (15:19 -0700)
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
mail/dovecot/Makefile
mail/dovecot/patches/050-fix-dovecot-config-for-cross-compile.patch

index cd69c1abff0d6d753e7a1820ccc4238c149643a7..837ac578a1499e66f98b9dff5742a8c416bf457f 100644 (file)
@@ -8,12 +8,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=dovecot
-PKG_VERSION:=2.3.13
+PKG_VERSION:=2.3.16
 PKG_RELEASE:=$(AUTORELEASE)
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=https://dovecot.org/releases/2.3
-PKG_HASH:=a3f875b80ec11a452480690108660030978c94fa8e796ad6d943a874b496f1c4
+PKG_HASH:=03a71d53055bd9ec528d55e07afaf15c09dec9856cba734904bfd05acbc6cf12
 
 PKG_MAINTAINER:=Lucian Cristian <lucian.cristian@gmail.com>
 PKG_LICENSE:=LGPL-2.1-only MIT BSD-3-Clause
index 2fd49d9b2610eaa2edde80ca2c776919c114ce40..a5d20be2cafa693ad12a2e9f305fe507450c4330 100644 (file)
@@ -35,7 +35,7 @@ This patch modifed dovecot-config that gets installed on the assumption
 that users of libdovecot will also be cross-compiled (a safe bet).
 --- a/Makefile.am
 +++ b/Makefile.am
-@@ -73,7 +73,7 @@ install-exec-hook:
+@@ -77,7 +77,7 @@ install-exec-hook:
        grep -v '^LIBDOVECOT_.*_INCLUDE' dovecot-config | \
        grep -v '^LIBDOVECOT.*_DEPS' | sed \
        -e "s|^\(DOVECOT_INSTALLED\)=.*$$|\1=yes|" \
@@ -44,9 +44,9 @@ that users of libdovecot will also be cross-compiled (a safe bet).
        -e "s|^\(LIBDOVECOT_LOGIN\)=.*$$|\1='-ldovecot-login $(SSL_LIBS)'|" \
        -e "s|^\(LIBDOVECOT_SQL\)=.*$$|\1=-ldovecot-sql|" \
        -e "s|^\(LIBDOVECOT_COMPRESS\)=.*$$|\1=-ldovecot-compression|" \
-@@ -81,7 +81,8 @@ install-exec-hook:
-       -e "s|^\(LIBDOVECOT_LDA\)=.*$$|\1=-ldovecot-lda|" \
+@@ -86,7 +86,8 @@ install-exec-hook:
        -e "s|^\(LIBDOVECOT_LIBFTS\)=.*$$|\1=-ldovecot-fts|" \
+       -e "s|^\(LIBDOVECOT_LUA\)=.*$$|\1=-ldovecot-lua|" \
        -e "s|^\(LIBDOVECOT_STORAGE\)=.*$$|\1='-ldovecot-storage $(LINKED_STORAGE_LDADD)'|" \
 -      -e "s|^\(LIBDOVECOT_INCLUDE\)=.*$$|\1=-I$(pkgincludedir)|" \
 +      -e "s|^\(LIBDOVECOT_INCLUDE\)=.*$$|\1=-I$(STAGING_DIR)$(pkgincludedir)|" \