From 8a0e224fccf535f43356b82de1d0839e488c3b20 Mon Sep 17 00:00:00 2001 From: Jan Pavlinec Date: Thu, 20 Feb 2020 13:30:34 +0100 Subject: [PATCH] dovecot: update to version 2.3.9.3 (security fix) Fixes: CVE-2020-7046 CVE-2020-7957 Signed-off-by: Jan Pavlinec --- mail/dovecot/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mail/dovecot/Makefile b/mail/dovecot/Makefile index 6615bd181..15000e3e2 100644 --- a/mail/dovecot/Makefile +++ b/mail/dovecot/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=dovecot -PKG_VERSION:=2.3.9 -PKG_RELEASE:=2 +PKG_VERSION:=2.3.9.3 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://dovecot.org/releases/2.3 -PKG_HASH:=df2c53e5a0463c5c52af682fb11c17eb7f79115d95a861a63cd09329fd7daa9f +PKG_HASH:=f89fb69423fc5bdc05955c8fc0607eab9e33511f9a643b721763db6156c49651 PKG_MAINTAINER:=Lucian Cristian PKG_LICENSE:=LGPL-2.1-only MIT BSD-3-Clause