summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support/libesmtp/libesmtp_1.0.6.bb
diff options
context:
space:
mode:
authorJiaqing Zhao <jiaqing.zhao@linux.intel.com>2022-03-03 09:58:59 +0000
committerKhem Raj <raj.khem@gmail.com>2022-03-03 08:50:19 -0800
commitdec689cf6ddf65d018206ba422d22b6a6b29d1a3 (patch)
tree29453d63bd31886568d67e783ed5c6d6fa9a22b9 /meta-networking/recipes-support/libesmtp/libesmtp_1.0.6.bb
parent674f785672a445b08b117423eaf9f256546eb5a6 (diff)
downloadmeta-openembedded-dec689cf6ddf65d018206ba422d22b6a6b29d1a3.tar.gz
libesmtp: bump 1.0.6 -> 1.1.0
This also fixes CVE-2019-19977. Signed-off-by: Jiaqing Zhao <jiaqing.zhao@linux.intel.com>
Diffstat (limited to 'meta-networking/recipes-support/libesmtp/libesmtp_1.0.6.bb')
-rw-r--r--meta-networking/recipes-support/libesmtp/libesmtp_1.0.6.bb38
1 files changed, 0 insertions, 38 deletions
diff --git a/meta-networking/recipes-support/libesmtp/libesmtp_1.0.6.bb b/meta-networking/recipes-support/libesmtp/libesmtp_1.0.6.bb
deleted file mode 100644
index ed2a5d9044..0000000000
--- a/meta-networking/recipes-support/libesmtp/libesmtp_1.0.6.bb
+++ /dev/null
@@ -1,38 +0,0 @@
1SUMMARY = "SMTP client library"
2DESCRIPTION = "LibESMTP is a library to manage posting \
3(or submission of) electronic mail using SMTP to a \
4preconfigured Mail Transport Agent (MTA) such as Exim or PostFix."
5HOMEPAGE = "http://www.stafford.uklinux.net/libesmtp/"
6LICENSE = "LGPLv2+"
7SECTION = "libs"
8
9DEPENDS = "openssl"
10
11SRC_URI = "http://www.stafford.uklinux.net/libesmtp/libesmtp-${PV}.tar.bz2 \
12 file://include-topdir.patch \
13 file://snprintf.patch \
14 "
15SRC_URI[md5sum] = "bf3915e627fd8f35524a8fdfeed979c8"
16SRC_URI[sha256sum] = "d0a61a5c52d99fa7ce7d00ed0a07e341dbda67101dbed1ab0cdae3f37db4eb0b"
17
18LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
19 file://COPYING.LIB;md5=e3eda01d9815f8d24aae2dbd89b68b06"
20
21inherit autotools binconfig
22
23EXTRA_OECONF = " \
24 --with-auth-plugin-dir=${libdir}/esmtp-plugins \
25 --enable-pthreads \
26 --enable-debug \
27 --enable-etrn \
28 --disable-isoc \
29 --disable-more-warnings \
30 --disable-static \
31"
32
33FILES:${PN} = "${libdir}/lib*${SOLIBS} \
34 ${libdir}/esmtp-plugins/*${SOLIBSDEV}"
35
36FILES:${PN}-dev += "${libdir}/esmtp-plugins/*.la"
37FILES:${PN}-static += "${libdir}/esmtp-plugins/*.a"
38FILES:${PN}-dbg += "${libdir}/esmtp-plugins/.debug/"