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>
This commit is contained in:
Josef Schlehofer 2019-09-08 23:38:08 +02:00
parent 8f42d4b714
commit 19879284af
No known key found for this signature in database
GPG Key ID: B950216FE4329F4C
1 changed files with 3 additions and 3 deletions

View File

@ -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>