aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorAlejandro Enedino Hernandez Samaniego <alejandro@enedino.org>2021-01-08 13:56:48 -0700
committerKhem Raj <raj.khem@gmail.com>2021-01-09 12:30:00 -0800
commit276e670898119aef71977f2cd9063c496a281b00 (patch)
tree411f4c385f5887ecddd1469f9f27eac3e55b306f /meta-oe
parent2c844156be8a4a7c78cabf27707a517778a0a099 (diff)
downloadmeta-openembedded-contrib-276e670898119aef71977f2cd9063c496a281b00.tar.gz
imapfilter: Upgrade 2.6.16 -> 2.7.5
- License dates were updated - Source code was updated to use libpcre2 Signed-off-by: Alejandro Enedino Hernandez Samaniego <alejandro@enedino.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-support/imapfilter/imapfilter_2.7.5.bb (renamed from meta-oe/recipes-support/imapfilter/imapfilter_2.6.16.bb)6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/recipes-support/imapfilter/imapfilter_2.6.16.bb b/meta-oe/recipes-support/imapfilter/imapfilter_2.7.5.bb
index 86553b5a8c..0d21a6bfeb 100644
--- a/meta-oe/recipes-support/imapfilter/imapfilter_2.6.16.bb
+++ b/meta-oe/recipes-support/imapfilter/imapfilter_2.7.5.bb
@@ -1,13 +1,13 @@
SUMMARY = "IMAPFilter is a mail filtering utility that processes mailboxes based on IMAP queries"
LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=ccca8573ead8e965c130b6b2946a36ab"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=db3b99f230f9758fd77e4a0654e2266d"
SRC_URI = "https://codeload.github.com/lefcha/${BPN}/tar.gz/v${PV};downloadfilename=${BP}.tar.gz \
file://ldflags.patch \
"
-SRC_URI[sha256sum] = "90af9bc9875e03fb5a09a3233287b74dd817867cb18ec9ff52fead615755563e"
+SRC_URI[sha256sum] = "ab19f840712e6951e51c29e44c43b3b2fa42e93693f98f8969cc763a4fad56bf"
-DEPENDS= "openssl lua libpcre"
+DEPENDS= "openssl lua libpcre2"
EXTRA_OEMAKE_append = " PREFIX=${prefix}"