From c502f261d3fac3934d0c5336a4c296d14ec6162f Mon Sep 17 00:00:00 2001 From: "W. Michael Petullo" Date: Sat, 12 Sep 2020 19:07:53 -0500 Subject: [PATCH] pigeonhole: update to 0.5.11 This fixes an error in the previous package when building against recent OpenWrt releases: In file included from /builder/shared-workdir/build/sdk/staging_dir/target-x86_64_musl/usr/include/dovecot/lib.h:50, from ext-variables-common.c:4: ext-variables-common.c: In function 'ext_variables_load': ext-variables-common.c:91:14: error: expected ')' before 'PRIuSIZE_T' "(>= %"PRIuSIZE_T" bytes)", Signed-off-by: W. Michael Petullo --- mail/pigeonhole/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mail/pigeonhole/Makefile b/mail/pigeonhole/Makefile index 269e0c0f2e..a441913156 100644 --- a/mail/pigeonhole/Makefile +++ b/mail/pigeonhole/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=dovecot-pigeonhole -PKG_VERSION_PLUGIN:=0.5.9 +PKG_VERSION_PLUGIN:=0.5.11 PKG_VERSION_DOVECOT:=$(shell make --no-print-directory -C ../dovecot/ val.PKG_VERSION V=s) PKG_VERSION:=$(PKG_VERSION_DOVECOT)-$(PKG_VERSION_PLUGIN) PKG_RELEASE:=1 @@ -17,7 +17,7 @@ DOVECOT_VERSION:=2.3 PKG_SOURCE:=dovecot-$(DOVECOT_VERSION)-pigeonhole-$(PKG_VERSION_PLUGIN).tar.gz PKG_SOURCE_URL:=https://pigeonhole.dovecot.org/releases/$(DOVECOT_VERSION) -PKG_HASH:=36da68aae5157b83e21383f711b8977e5b6f5477f369f71e7e22e76a738bbd05 +PKG_HASH:=0b972a441f680545ddfacd2f41fb2a705fb03249d46ed5ce7e01fe68b6cfb5f0 PKG_MAINTAINER:=W. Michael Petullo PKG_LICENSE:=LGPL-2.1-or-later