diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2024-01-02 15:03:46 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-01-02 00:35:51 -0800 |
commit | 2667ce85d0a622c99140fe1e755d6ebdc662dee5 (patch) | |
tree | 2f9d7cd788826a88814bbc9ebae112066583e9b3 | |
parent | 0fae40f44c1d53b4bb4e19d8daac719d17cf810e (diff) | |
download | meta-openembedded-2667ce85d0a622c99140fe1e755d6ebdc662dee5.tar.gz |
imapfilter: upgrade 2.8.1 -> 2.8.2
Changelog:
===========
- Add IMAP support for UTF-8 (RFC 6855) when "charset" is set to "UTF-8"
- Don't use FETCH FAST macro use for better compatibility
- Bug fix; recovery mechanism error on Lua 5.1
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.2.bb (renamed from meta-oe/recipes-support/imapfilter/imapfilter_2.8.1.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/imapfilter/imapfilter_2.8.1.bb b/meta-oe/recipes-support/imapfilter/imapfilter_2.8.2.bb index 878d28f137..422d96359c 100644 --- a/meta-oe/recipes-support/imapfilter/imapfilter_2.8.1.bb +++ b/meta-oe/recipes-support/imapfilter/imapfilter_2.8.2.bb | |||
@@ -3,7 +3,7 @@ LICENSE = "MIT" | |||
3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=f8d2fc4954306888fd0e4b27bef83525" | 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=f8d2fc4954306888fd0e4b27bef83525" |
4 | 4 | ||
5 | # v2.7.6 | 5 | # v2.7.6 |
6 | SRCREV = "e6372b88e09a4d1c573b57270de6b40846825a8b" | 6 | SRCREV = "9e6661278572009a92a8e125c9b339232a9735a1" |
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 | " |