From 142fd306eb627f8321044b0419467b1ae5dffdcc Mon Sep 17 00:00:00 2001 From: Jan Pavlinec Date: Fri, 29 May 2020 15:05:18 +0200 Subject: [PATCH] dovecot: update to version 2.3.10.1 (security fix) Fixes: CVE-2020-10957 CVE-2020-10958 CVE-2020-10967 Signed-off-by: Jan Pavlinec (cherry picked from commit d863e2681736b5790eee46ac2b81c6458ce10ab5) --- mail/dovecot/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mail/dovecot/Makefile b/mail/dovecot/Makefile index 6a8bc5fe2..0c0e8cea1 100644 --- a/mail/dovecot/Makefile +++ b/mail/dovecot/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=dovecot -PKG_VERSION:=2.3.8 +PKG_VERSION:=2.3.10.1 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://dovecot.org/releases/2.3 -PKG_HASH:=c5778d03bf26ab34a605854098035badec455d07adfab38d974f610c8f78b649 +PKG_HASH:=6642e62f23b1b23cfac235007ca6e21cb67460cca834689fad450724456eb10c PKG_MAINTAINER:=Lucian Cristian PKG_LICENSE:=LGPL-2.1-only MIT BSD-3-Clause