diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2025-05-20 16:54:36 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-05-21 07:38:23 -0700 |
| commit | 80d4f54cd48282fbecc8d0398515acf80ab670ef (patch) | |
| tree | 4fe0eee685aafa17b38de523f8459f929212a701 | |
| parent | a84811b98f361e7b373f173209529aabef0c7908 (diff) | |
| download | meta-openembedded-80d4f54cd48282fbecc8d0398515acf80ab670ef.tar.gz | |
imapfilter: upgrade 2.8.2 -> 2.8.3
Changelog:
===========
- Include body transfer encoding in fetch_structure() return value.
- Bug fix; minor incompatibility with Lua 5.3 and 5.4
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.3.bb (renamed from meta-oe/recipes-support/imapfilter/imapfilter_2.8.2.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/imapfilter/imapfilter_2.8.2.bb b/meta-oe/recipes-support/imapfilter/imapfilter_2.8.3.bb index d47bcc3a58..7b6ed6fdd9 100644 --- a/meta-oe/recipes-support/imapfilter/imapfilter_2.8.2.bb +++ b/meta-oe/recipes-support/imapfilter/imapfilter_2.8.3.bb | |||
| @@ -3,8 +3,8 @@ 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 = "9e6661278572009a92a8e125c9b339232a9735a1" | 6 | SRCREV = "72f7fa621357299bb6c8f5d29b4efbafcbd34bf7" |
| 7 | SRC_URI = "git://github.com/lefcha/imapfilter;protocol=https;branch=master \ | 7 | SRC_URI = "git://github.com/lefcha/imapfilter;protocol=https;branch=master;tag=v${PV} \ |
| 8 | file://ldflags.patch \ | 8 | file://ldflags.patch \ |
| 9 | " | 9 | " |
| 10 | S = "${WORKDIR}/git" | 10 | S = "${WORKDIR}/git" |
