Skip to content
Snippets Groups Projects
Verified Commit 1570dfef authored by Josef Schlehofer's avatar Josef Schlehofer
Browse files

patches/packages: dovecot: Update to version 2.2.36.4

parent 0080e87c
Branches
Tags
No related merge requests found
From 19879284aff863553f9b06ba404abcbabff0cb93 Mon Sep 17 00:00:00 2001
From: Josef Schlehofer <pepe.schlehofer@gmail.com>
Date: Sun, 8 Sep 2019 23:38:08 +0200
Subject: [PATCH 1/2] dovecot: Update to version 2.2.36.4
- Fix CVE-2019-11500
- Download tarball from HTTPS instead of HTTP
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
---
mail/dovecot/Makefile | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/mail/dovecot/Makefile b/mail/dovecot/Makefile
index 7ac52d8af..137652d23 100644
--- a/mail/dovecot/Makefile
+++ b/mail/dovecot/Makefile
@@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=dovecot
-PKG_VERSION:=2.2.36.3
+PKG_VERSION:=2.2.36.4
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
-PKG_SOURCE_URL:=http://www.dovecot.org/releases/2.2
-PKG_HASH:=992521305fa1d61f4726aac2619ccc65094a3cc2e5c80644455199764305863e
+PKG_SOURCE_URL:=https://www.dovecot.org/releases/2.2
+PKG_HASH:=777c61e264869e9b288b8d6603f4ed3ac3aac9ec573908067353f51269dce2fe
PKG_LICENSE:=LGPL-2.1 MIT BSD-3-Clause Unique
PKG_LICENSE_FILES:=COPYING COPYING.LGPL COPYING.MIT
PKG_MAINTAINER:=Lucian Cristian <lucian.cristian@gmail.com>
--
2.20.1
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment