From c5b18ecfd7e2777d55e47441e5fddfa8b5eece53 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 10 Jan 2023 13:40:19 +0800 Subject: [PATCH] imapfilter: upgrade 2.7.6 -> 2.8.1 Changelog: =========== - Add support for non-write actions on read-only mailboxes. - Add new parameter to write process ID (PID) to file. - New, more advanced, robust, and flexible recovery mechanism, replaces the old automatic recovery functionality. Note that, the config must be updated to use the new mechanism, otherwise no recovery will take place on errors. - Bug fix; potential failure when deleting mailbox while mailbox is selected. License-Update: Copyright updated to 2023. Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../imapfilter/{imapfilter_2.7.6.bb => imapfilter_2.8.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-support/imapfilter/{imapfilter_2.7.6.bb => imapfilter_2.8.1.bb} (80%) diff --git a/meta-oe/recipes-support/imapfilter/imapfilter_2.7.6.bb b/meta-oe/recipes-support/imapfilter/imapfilter_2.8.1.bb similarity index 80% rename from meta-oe/recipes-support/imapfilter/imapfilter_2.7.6.bb rename to meta-oe/recipes-support/imapfilter/imapfilter_2.8.1.bb index eb23816e8ab..878d28f1373 100644 --- a/meta-oe/recipes-support/imapfilter/imapfilter_2.7.6.bb +++ b/meta-oe/recipes-support/imapfilter/imapfilter_2.8.1.bb @@ -1,9 +1,9 @@ SUMMARY = "IMAPFilter is a mail filtering utility that processes mailboxes based on IMAP queries" LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=c11d4fd926d3ce7aac13b0ed1e9b3a63" +LIC_FILES_CHKSUM = "file://LICENSE;md5=f8d2fc4954306888fd0e4b27bef83525" # v2.7.6 -SRCREV = "b39d0430f29d7c953581186955c11b461e6c824f" +SRCREV = "e6372b88e09a4d1c573b57270de6b40846825a8b" SRC_URI = "git://github.com/lefcha/imapfilter;protocol=https;branch=master \ file://ldflags.patch \ "