diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2019-02-06 19:34:37 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-06 19:34:37 +0200 |
commit | 5da46c3d340b4ada3f146d3798aa013e187e50db (patch) | |
tree | 4af398188e35701d81ea31fc2df438c6173c3d71 | |
parent | 4629f043e08ed7a26dc1eeafa1a93bfc05e3788b (diff) | |
parent | 0edcd5871cf9bd48910026ccd640ec8f65119390 (diff) |
Merge pull request #8136 from ja-pa/dovecot-security-fix
dovecot: update to version 2.3.4.1 (security fix)
-rw-r--r-- | mail/dovecot/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/dovecot/Makefile b/mail/dovecot/Makefile index 0fbf74fba..bbfc2b80a 100644 --- a/mail/dovecot/Makefile +++ b/mail/dovecot/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=dovecot -PKG_VERSION:=2.3.4 -PKG_RELEASE:=2 +PKG_VERSION:=2.3.4.1 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://www.dovecot.org/releases/2.3 -PKG_HASH:=d91b76eff8df6185c1799f1b279f780105bdeeea27e3286b42f4cab18efbef05 +PKG_HASH:=b8873e2ce5c33e58963bb7a8d2ff8427c09dbfdd63e13a0b0f4502864043aa07 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> |