From e8f7b46545c763ff11c768e751900d4deb60b0ad Mon Sep 17 00:00:00 2001 From: Georg Lauterbach <44545919+georglauterbach@users.noreply.github.com> Date: Sat, 2 Aug 2025 13:47:17 +0200 Subject: [PATCH] chore: bump Dovecot Xapian version for Dovecot 2.4 compat Signed-off-by: Georg Lauterbach <44545919+georglauterbach@users.noreply.github.com> --- target/scripts/build/compile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/scripts/build/compile.sh b/target/scripts/build/compile.sh index bad84f23..21a7869e 100644 --- a/target/scripts/build/compile.sh +++ b/target/scripts/build/compile.sh @@ -18,7 +18,7 @@ function _install_build_deps() { } function _build_package() { - local XAPIAN_VERSION='1.9' + local XAPIAN_VERSION='1.9.1' curl -fsSL "https://github.com/grosjo/fts-xapian/releases/download/${XAPIAN_VERSION}/dovecot-fts-xapian-${XAPIAN_VERSION}.tar.gz" \ | tar -xz cd "fts-xapian-${XAPIAN_VERSION}"