mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-30 23:00:04 +02:00
fix: Update dovecot-fts-xapian
to 1.7.13
(#4095)
* fix: Update `dovecot-fts-xapian` to `1.7.13` Contains a fix to a regression introduced that broke indexing --------- Co-authored-by: casperklein <casperklein@users.noreply.github.com>
This commit is contained in:
parent
b3a5e9e4e8
commit
9175424d0f
3 changed files with 5 additions and 4 deletions
|
@ -16,7 +16,7 @@ function _compile_dovecot_fts_xapian() {
|
|||
apt-get "${QUIET}" --no-install-recommends install \
|
||||
automake libtool pkg-config libicu-dev libsqlite3-dev libxapian-dev make build-essential dh-make devscripts dovecot-dev
|
||||
|
||||
local XAPIAN_VERSION='1.7.12'
|
||||
local XAPIAN_VERSION='1.7.13'
|
||||
curl -sSfL -o dovecot-fts-xapian.tar.gz \
|
||||
"https://github.com/grosjo/fts-xapian/releases/download/${XAPIAN_VERSION}/dovecot-fts-xapian-${XAPIAN_VERSION}.tar.gz"
|
||||
tar xf dovecot-fts-xapian.tar.gz
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue