All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] imapfilter: Upgrade 2.6.16 -> 2.7.5
@ 2021-01-08 20:56 Alejandro Hernandez Samaniego
  0 siblings, 0 replies; only message in thread
From: Alejandro Hernandez Samaniego @ 2021-01-08 20:56 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Alejandro Enedino Hernandez Samaniego

- License dates were updated
- Source code was updated to use libpcre2

Signed-off-by: Alejandro Enedino Hernandez Samaniego <alejandro@enedino.org>
---
 .../{imapfilter_2.6.16.bb => imapfilter_2.7.5.bb}           | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename meta-oe/recipes-support/imapfilter/{imapfilter_2.6.16.bb => imapfilter_2.7.5.bb} (71%)

diff --git a/meta-oe/recipes-support/imapfilter/imapfilter_2.6.16.bb b/meta-oe/recipes-support/imapfilter/imapfilter_2.7.5.bb
similarity index 71%
rename from meta-oe/recipes-support/imapfilter/imapfilter_2.6.16.bb
rename to meta-oe/recipes-support/imapfilter/imapfilter_2.7.5.bb
index 86553b5a8..0d21a6bfe 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}"
 
-- 
2.25.1


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-01-08 20:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-08 20:56 [PATCH] imapfilter: Upgrade 2.6.16 -> 2.7.5 Alejandro Hernandez Samaniego

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.