diff options
| author | Jiaqing Zhao <jiaqing.zhao@linux.intel.com> | 2022-03-03 09:58:59 +0000 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-03-03 08:50:19 -0800 |
| commit | dec689cf6ddf65d018206ba422d22b6a6b29d1a3 (patch) | |
| tree | 29453d63bd31886568d67e783ed5c6d6fa9a22b9 /meta-networking/recipes-support/libesmtp/libesmtp_1.0.6.bb | |
| parent | 674f785672a445b08b117423eaf9f256546eb5a6 (diff) | |
| download | meta-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.bb | 38 |
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 @@ | |||
| 1 | SUMMARY = "SMTP client library" | ||
| 2 | DESCRIPTION = "LibESMTP is a library to manage posting \ | ||
| 3 | (or submission of) electronic mail using SMTP to a \ | ||
| 4 | preconfigured Mail Transport Agent (MTA) such as Exim or PostFix." | ||
| 5 | HOMEPAGE = "http://www.stafford.uklinux.net/libesmtp/" | ||
| 6 | LICENSE = "LGPLv2+" | ||
| 7 | SECTION = "libs" | ||
| 8 | |||
| 9 | DEPENDS = "openssl" | ||
| 10 | |||
| 11 | SRC_URI = "http://www.stafford.uklinux.net/libesmtp/libesmtp-${PV}.tar.bz2 \ | ||
| 12 | file://include-topdir.patch \ | ||
| 13 | file://snprintf.patch \ | ||
| 14 | " | ||
| 15 | SRC_URI[md5sum] = "bf3915e627fd8f35524a8fdfeed979c8" | ||
| 16 | SRC_URI[sha256sum] = "d0a61a5c52d99fa7ce7d00ed0a07e341dbda67101dbed1ab0cdae3f37db4eb0b" | ||
| 17 | |||
| 18 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ | ||
| 19 | file://COPYING.LIB;md5=e3eda01d9815f8d24aae2dbd89b68b06" | ||
| 20 | |||
| 21 | inherit autotools binconfig | ||
| 22 | |||
| 23 | EXTRA_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 | |||
| 33 | FILES:${PN} = "${libdir}/lib*${SOLIBS} \ | ||
| 34 | ${libdir}/esmtp-plugins/*${SOLIBSDEV}" | ||
| 35 | |||
| 36 | FILES:${PN}-dev += "${libdir}/esmtp-plugins/*.la" | ||
| 37 | FILES:${PN}-static += "${libdir}/esmtp-plugins/*.a" | ||
| 38 | FILES:${PN}-dbg += "${libdir}/esmtp-plugins/.debug/" | ||
