diff options
author | Chris Larson <clarson@kergoth.com> | 2004-05-26 03:37:11 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-05-26 03:37:11 +0000 |
commit | 851bc0c060091e2d0fe0a6938479daaa8c13b8a6 (patch) | |
tree | 8d095f19aead0e80fe676e1a28f8b49a803b5aaf /ssmtp | |
parent | aafc16b223d05f984abef23f8512663feeb3e574 (diff) |
Upgrade ssmtp to 2.60.9, since 2.60.4 is no longer upstream.
BKrev: 40b410e7LU1ttos5SO4EQxXhES3wpg
Diffstat (limited to 'ssmtp')
-rw-r--r-- | ssmtp/ssmtp-2.60.9/configure.patch (renamed from ssmtp/ssmtp-2.60.4/configure.patch) | 0 | ||||
-rw-r--r-- | ssmtp/ssmtp-2.60.9/ldflags.patch (renamed from ssmtp/ssmtp-2.60.4/ldflags.patch) | 0 | ||||
-rw-r--r-- | ssmtp/ssmtp-2.60.9/ssmtp.conf (renamed from ssmtp/ssmtp-2.60.4/ssmtp.conf) | 0 | ||||
-rw-r--r-- | ssmtp/ssmtp_2.60.4.oe | 23 | ||||
-rw-r--r-- | ssmtp/ssmtp_2.60.9.oe | 0 |
5 files changed, 0 insertions, 23 deletions
diff --git a/ssmtp/ssmtp-2.60.4/configure.patch b/ssmtp/ssmtp-2.60.9/configure.patch index e69de29bb2..e69de29bb2 100644 --- a/ssmtp/ssmtp-2.60.4/configure.patch +++ b/ssmtp/ssmtp-2.60.9/configure.patch diff --git a/ssmtp/ssmtp-2.60.4/ldflags.patch b/ssmtp/ssmtp-2.60.9/ldflags.patch index e69de29bb2..e69de29bb2 100644 --- a/ssmtp/ssmtp-2.60.4/ldflags.patch +++ b/ssmtp/ssmtp-2.60.9/ldflags.patch diff --git a/ssmtp/ssmtp-2.60.4/ssmtp.conf b/ssmtp/ssmtp-2.60.9/ssmtp.conf index e69de29bb2..e69de29bb2 100644 --- a/ssmtp/ssmtp-2.60.4/ssmtp.conf +++ b/ssmtp/ssmtp-2.60.9/ssmtp.conf diff --git a/ssmtp/ssmtp_2.60.4.oe b/ssmtp/ssmtp_2.60.4.oe deleted file mode 100644 index e907b562e1..0000000000 --- a/ssmtp/ssmtp_2.60.4.oe +++ /dev/null @@ -1,23 +0,0 @@ -DEPENDS = "virtual/libc openssl" -DESCRIPTION = "Extremely simple MTA to get mail off the system to a mail hub." - -SRC_URI = "${DEBIAN_MIRROR}/main/s/ssmtp/ssmtp_${PV}.tar.gz \ - file://ldflags.patch;patch=1 \ - file://configure.patch;patch=1 \ - file://ssmtp.conf" -S = "${WORKDIR}/${PN}-2.60" - -inherit autotools - -EXTRA_OECONF = "--enable-ssl" -do_compile () { - oe_runmake 'LDFLAGS=${LDFLAGS}' -} - -do_install () { - oe_runmake 'prefix=${D}/${prefix}' 'exec_prefix=${D}/${exec_prefix}' \ - 'bindir=${D}/${bindir}' 'mandir=${D}/${mandir}' \ - 'etcdir=${D}/${sysconfdir}' GEN_CONFIG="`which echo`" install - install -d ${D}/${sysconfdir}/ssmtp - install -m 0644 ${WORKDIR}/ssmtp.conf ${D}/${sysconfdir}/ssmtp/ssmtp.conf -} diff --git a/ssmtp/ssmtp_2.60.9.oe b/ssmtp/ssmtp_2.60.9.oe new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/ssmtp/ssmtp_2.60.9.oe |