From 8b6a79bfab5f19e9267ac9330bbe540e458d2ea7 Mon Sep 17 00:00:00 2001 From: Ankur Tyagi Date: Sun, 30 Aug 2026 12:50:07 +1200 Subject: [PATCH] dovecot: upgrade 2.4.4 -> 2.4.5 License-Update: Simplify and standardize copyright handling[1] Changelog: https://github.com/dovecot/core/blob/2.4.5/NEWS [1]https://github.com/dovecot/core/commit/2a5809c115ed270c26fdca5c9b0c29a369706210 Signed-off-by: Ankur Tyagi Signed-off-by: Khem Raj --- .../dovecot/{dovecot_2.4.4.bb => dovecot_2.4.5.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-networking/recipes-support/dovecot/{dovecot_2.4.4.bb => dovecot_2.4.5.bb} (96%) diff --git a/meta-networking/recipes-support/dovecot/dovecot_2.4.4.bb b/meta-networking/recipes-support/dovecot/dovecot_2.4.5.bb similarity index 96% rename from meta-networking/recipes-support/dovecot/dovecot_2.4.4.bb rename to meta-networking/recipes-support/dovecot/dovecot_2.4.5.bb index a0ac6d5f09..2f4981bee1 100644 --- a/meta-networking/recipes-support/dovecot/dovecot_2.4.4.bb +++ b/meta-networking/recipes-support/dovecot/dovecot_2.4.5.bb @@ -7,7 +7,7 @@ installations. It's fast, simple to set up, requires no special \ administration and it uses very little memory." SECTION = "mail" LICENSE = "BSD-3-Clause AND LGPL-2.1-only AND MIT AND Unicode-3.0 AND LicenseRef-PD" -LIC_FILES_CHKSUM = "file://COPYING;md5=cb805cc6bdb95ba8fc2398a55fd50877" +LIC_FILES_CHKSUM = "file://COPYING;md5=6c8f8f4ffb5ada82caf5dd7004cbfe95" SRC_URI = "https://dovecot.org/releases/2.4/dovecot-${PV}.tar.gz \ file://0001-configure.ac-convert-AC_TRY_RUN-to-AC_TRY_LINK-state.patch \ @@ -16,7 +16,7 @@ SRC_URI = "https://dovecot.org/releases/2.4/dovecot-${PV}.tar.gz \ file://0001-m4-Check-for-libunwind-instead-of-libunwind-generic.patch \ file://0001-adapt-lua_newstate-to-new-api.patch \ " -SRC_URI[sha256sum] = "670f98d55a29b02ae6a97281e51374e553b94496480ab0a07439571ab30ca8c3" +SRC_URI[sha256sum] = "868c2686a61b5f8e00a3e4721789b1ab46e6528fd773a5fbed07a6ecba7731e6" DEPENDS = "openssl xz zlib bzip2 libcap icu libtirpc bison-native" CFLAGS += "-I${STAGING_INCDIR}/tirpc"