diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2023-01-10 13:40:19 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-01-11 08:37:58 -0800 |
commit | 2b2b762fe2ceabfc6c5fe0d3f432de4e4062e3cf (patch) | |
tree | 25c80e5e6d8a7202818d4e38f79f7cabec519d57 | |
parent | 8c09ffdc88e1a6c0427767987824594ecf68415f (diff) | |
download | meta-openembedded-2b2b762fe2ceabfc6c5fe0d3f432de4e4062e3cf.tar.gz |
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 <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-support/imapfilter/imapfilter_2.8.1.bb (renamed from meta-oe/recipes-support/imapfilter/imapfilter_2.7.6.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/imapfilter/imapfilter_2.7.6.bb b/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 @@ | |||
1 | SUMMARY = "IMAPFilter is a mail filtering utility that processes mailboxes based on IMAP queries" | 1 | SUMMARY = "IMAPFilter is a mail filtering utility that processes mailboxes based on IMAP queries" |
2 | LICENSE = "MIT" | 2 | LICENSE = "MIT" |
3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c11d4fd926d3ce7aac13b0ed1e9b3a63" | 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=f8d2fc4954306888fd0e4b27bef83525" |
4 | 4 | ||
5 | # v2.7.6 | 5 | # v2.7.6 |
6 | SRCREV = "b39d0430f29d7c953581186955c11b461e6c824f" | 6 | SRCREV = "e6372b88e09a4d1c573b57270de6b40846825a8b" |
7 | SRC_URI = "git://github.com/lefcha/imapfilter;protocol=https;branch=master \ | 7 | SRC_URI = "git://github.com/lefcha/imapfilter;protocol=https;branch=master \ |
8 | file://ldflags.patch \ | 8 | file://ldflags.patch \ |
9 | " | 9 | " |