diff mbox series

[meta-oe] imapfilter: upgrade 2.7.6 -> 2.8.1

Message ID 1673329220-5227-4-git-send-email-wangmy@fujitsu.com
State Under Review
Headers show
Series [meta-oe] imapfilter: upgrade 2.7.6 -> 2.8.1 | expand

Commit Message

Mingyu Wang (Fujitsu) Jan. 10, 2023, 5:40 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

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 <wangmy@fujitsu.com>
---
 .../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 mbox series

Patch

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 eb23816e8a..878d28f137 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 \
 "