From 1270a2747cdfbbdb993e0c83dd43cded9eb5d1a7 Mon Sep 17 00:00:00 2001 From: Adrian Bunk Date: Tue, 29 Oct 2019 11:06:57 +0200 Subject: [PATCH] dovecot: Upgrade 2.2.36.3 -> 2.2.36.4 The release contains the CVE-2019-11500 fix. Signed-off-by: Adrian Bunk Signed-off-by: Khem Raj --- .../dovecot/{dovecot_2.2.36.3.bb => dovecot_2.2.36.4.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-networking/recipes-support/dovecot/{dovecot_2.2.36.3.bb => dovecot_2.2.36.4.bb} (95%) diff --git a/meta-networking/recipes-support/dovecot/dovecot_2.2.36.3.bb b/meta-networking/recipes-support/dovecot/dovecot_2.2.36.4.bb similarity index 95% rename from meta-networking/recipes-support/dovecot/dovecot_2.2.36.3.bb rename to meta-networking/recipes-support/dovecot/dovecot_2.2.36.4.bb index be633e03bf..239a252738 100644 --- a/meta-networking/recipes-support/dovecot/dovecot_2.2.36.3.bb +++ b/meta-networking/recipes-support/dovecot/dovecot_2.2.36.4.bb @@ -12,8 +12,8 @@ SRC_URI = "http://dovecot.org/releases/2.2/dovecot-${PV}.tar.gz \ file://0001-doveadm-Fix-parallel-build.patch \ " -SRC_URI[md5sum] = "80c1c271b1c4cbe26a793f4e3b09eb8e" -SRC_URI[sha256sum] = "992521305fa1d61f4726aac2619ccc65094a3cc2e5c80644455199764305863e" +SRC_URI[md5sum] = "66c4d71858b214afee5b390ee602dee2" +SRC_URI[sha256sum] = "777c61e264869e9b288b8d6603f4ed3ac3aac9ec573908067353f51269dce2fe" DEPENDS = "openssl xz zlib bzip2 libcap icu libtirpc" CFLAGS += "-I${STAGING_INCDIR}/tirpc"