From 851bc0c060091e2d0fe0a6938479daaa8c13b8a6 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Wed, 26 May 2004 03:37:11 +0000 Subject: Upgrade ssmtp to 2.60.9, since 2.60.4 is no longer upstream. BKrev: 40b410e7LU1ttos5SO4EQxXhES3wpg --- ssmtp/ssmtp-2.60.4/configure.patch | 0 ssmtp/ssmtp-2.60.4/ldflags.patch | 0 ssmtp/ssmtp-2.60.4/ssmtp.conf | 0 ssmtp/ssmtp-2.60.9/configure.patch | 0 ssmtp/ssmtp-2.60.9/ldflags.patch | 0 ssmtp/ssmtp-2.60.9/ssmtp.conf | 0 ssmtp/ssmtp_2.60.4.oe | 23 ----------------------- ssmtp/ssmtp_2.60.9.oe | 0 8 files changed, 23 deletions(-) delete mode 100644 ssmtp/ssmtp-2.60.4/configure.patch delete mode 100644 ssmtp/ssmtp-2.60.4/ldflags.patch delete mode 100644 ssmtp/ssmtp-2.60.4/ssmtp.conf create mode 100644 ssmtp/ssmtp-2.60.9/configure.patch create mode 100644 ssmtp/ssmtp-2.60.9/ldflags.patch create mode 100644 ssmtp/ssmtp-2.60.9/ssmtp.conf delete mode 100644 ssmtp/ssmtp_2.60.4.oe create mode 100644 ssmtp/ssmtp_2.60.9.oe diff --git a/ssmtp/ssmtp-2.60.4/configure.patch b/ssmtp/ssmtp-2.60.4/configure.patch deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/ssmtp/ssmtp-2.60.4/ldflags.patch b/ssmtp/ssmtp-2.60.4/ldflags.patch deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/ssmtp/ssmtp-2.60.4/ssmtp.conf b/ssmtp/ssmtp-2.60.4/ssmtp.conf deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/ssmtp/ssmtp-2.60.9/configure.patch b/ssmtp/ssmtp-2.60.9/configure.patch new file mode 100644 index 0000000000..e69de29bb2 diff --git a/ssmtp/ssmtp-2.60.9/ldflags.patch b/ssmtp/ssmtp-2.60.9/ldflags.patch new file mode 100644 index 0000000000..e69de29bb2 diff --git a/ssmtp/ssmtp-2.60.9/ssmtp.conf b/ssmtp/ssmtp-2.60.9/ssmtp.conf new file mode 100644 index 0000000000..e69de29bb2 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 -- cgit v1.2.3