aboutsummaryrefslogtreecommitdiffstats
path: root/packages/esmtp
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2006-08-19 16:01:39 +0000
committerMichael Lauer <mickey@vanille-media.de>2006-08-19 16:01:39 +0000
commiteadf8c368c891c853e4857181ae6a8d6717b880b (patch)
treef69d1919d875316a6d12a15c12b0070a45f7de46 /packages/esmtp
parenta8c0b0093876b8f8a6df7db01fe8f272a7a17981 (diff)
downloadopenembedded-eadf8c368c891c853e4857181ae6a8d6717b880b.tar.gz
esmtp: update to 0.5.1
Diffstat (limited to 'packages/esmtp')
-rw-r--r--packages/esmtp/esmtp_0.5.1.bb (renamed from packages/esmtp/esmtp_0.4.1.bb)6
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/esmtp/esmtp_0.4.1.bb b/packages/esmtp/esmtp_0.5.1.bb
index 081c7ab208..2ab587a505 100644
--- a/packages/esmtp/esmtp_0.4.1.bb
+++ b/packages/esmtp/esmtp_0.5.1.bb
@@ -1,10 +1,10 @@
-SECTION = "console/network"
-LICENSE = "GPL"
-DEPENDS = "libesmtp"
DESCRIPTION = "ESMTP is a user-configurable relay-only MTA \
with a sendmail-compatible syntax, based on libESMTP and \
supporting the AUTH (including the CRAM-MD5 and NTLM SASL \
mechanisms) and StartTLS SMTP extensions."
+SECTION = "console/network"
+LICENSE = "GPL"
+DEPENDS = "libesmtp"
SRC_URI = "${SOURCEFORGE_MIRROR}/esmtp/esmtp-${PV}.tar.bz2"