diff options
author | Andrea Barisani <lcars@gentoo.org> | 2005-09-17 10:22:13 +0000 |
---|---|---|
committer | Andrea Barisani <lcars@gentoo.org> | 2005-09-17 10:22:13 +0000 |
commit | 927a2b86a66566d6734a07fea5b6f8fd77514588 (patch) | |
tree | c65c798d8cedf2c6eff919f08797e2d25629987b /mail-mta/sendmail | |
parent | Mark 0.1.0-r1 stable on alpha (diff) | |
download | historical-927a2b86a66566d6734a07fea5b6f8fd77514588.tar.gz historical-927a2b86a66566d6734a07fea5b6f8fd77514588.tar.bz2 historical-927a2b86a66566d6734a07fea5b6f8fd77514588.zip |
version bump
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'mail-mta/sendmail')
-rw-r--r-- | mail-mta/sendmail/ChangeLog | 7 | ||||
-rw-r--r-- | mail-mta/sendmail/Manifest | 4 | ||||
-rw-r--r-- | mail-mta/sendmail/files/digest-sendmail-8.13.5 | 1 | ||||
-rw-r--r-- | mail-mta/sendmail/sendmail-8.13.5.ebuild | 182 |
4 files changed, 192 insertions, 2 deletions
diff --git a/mail-mta/sendmail/ChangeLog b/mail-mta/sendmail/ChangeLog index 20fa6b558812..3e5c03826f72 100644 --- a/mail-mta/sendmail/ChangeLog +++ b/mail-mta/sendmail/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for mail-mta/sendmail # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/sendmail/ChangeLog,v 1.48 2005/08/24 08:16:52 lcars Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/sendmail/ChangeLog,v 1.49 2005/09/17 10:22:13 lcars Exp $ + +*sendmail-8.13.5 (17 Sep 2005) + + 17 Sep 2005; Andrea Barisani <lcars@gentoo.org> +sendmail-8.13.5.ebuild: + Version bump. 24 Aug 2005; Andrea Barisani <lcars@gentoo.org> sendmail-8.13.1-r1.ebuild, sendmail-8.13.3.ebuild, sendmail-8.13.4.ebuild, sendmail-8.13.4-r1.ebuild: diff --git a/mail-mta/sendmail/Manifest b/mail-mta/sendmail/Manifest index 41a1266d92a8..1f33b656374c 100644 --- a/mail-mta/sendmail/Manifest +++ b/mail-mta/sendmail/Manifest @@ -3,7 +3,8 @@ MD5 9b4656341ce7f33d0bbe8befd2e1bede sendmail-8.13.1-r1.ebuild 5965 MD5 e4c3a51c9f021de8b9ec26ec73c59da6 sendmail-8.13.3.ebuild 5993 MD5 615c6258bab2b8a5728ec91293c8a1a8 sendmail-8.13.4.ebuild 5847 MD5 ef6487d3a1283e49903a312338dda797 sendmail-8.13.4-r1.ebuild 6289 -MD5 bb3857ec691f3479c92f7267e25d22ad ChangeLog 13213 +MD5 cd76f674a535d03639244e7de18de6f4 ChangeLog 13337 +MD5 797c3e84ad380ef586e1fa0eb53772c6 sendmail-8.13.5.ebuild 6286 MD5 0027be040b9dacdf253813fe2ddb8982 files/digest-sendmail-8.13.1-r1 68 MD5 45c504b2c249bc5724f0029328d56b78 files/digest-sendmail-8.13.3 68 MD5 470e80bc008f602eb5fcc165f9e3546b files/digest-sendmail-8.13.4 68 @@ -20,3 +21,4 @@ MD5 9cf5b1a30908c5f96f258b835f430865 files/sendmail.cf 39312 MD5 1a9fedeb2f17b9a7de4f0f8da6c06d63 files/sendmail.mc 299 MD5 9f4b4fca4930038c7a6dab0d0e80e5b6 files/site.config.m4 453 MD5 470e80bc008f602eb5fcc165f9e3546b files/digest-sendmail-8.13.4-r1 68 +MD5 547c158de3942168b8e90f37531675a1 files/digest-sendmail-8.13.5 68 diff --git a/mail-mta/sendmail/files/digest-sendmail-8.13.5 b/mail-mta/sendmail/files/digest-sendmail-8.13.5 new file mode 100644 index 000000000000..667f5ac54728 --- /dev/null +++ b/mail-mta/sendmail/files/digest-sendmail-8.13.5 @@ -0,0 +1 @@ +MD5 f4550d8dcc55771f4a81e999c7d6df20 sendmail.8.13.5.tar.gz 1978185 diff --git a/mail-mta/sendmail/sendmail-8.13.5.ebuild b/mail-mta/sendmail/sendmail-8.13.5.ebuild new file mode 100644 index 000000000000..2dd0bfe3bcbd --- /dev/null +++ b/mail-mta/sendmail/sendmail-8.13.5.ebuild @@ -0,0 +1,182 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/mail-mta/sendmail/sendmail-8.13.5.ebuild,v 1.1 2005/09/17 10:22:13 lcars Exp $ + +inherit eutils mailer + +DESCRIPTION="Widely-used Mail Transport Agent (MTA)" +HOMEPAGE="http://www.sendmail.org/" +SRC_URI="ftp://ftp.sendmail.org/pub/${PN}/${PN}.${PV}.tar.gz" + +LICENSE="Sendmail" +SLOT="0" +KEYWORDS="~x86 ~ppc ~sparc ~hppa ~alpha ~ia64 ~s390 ~amd64 ~ppc64" +IUSE="ssl ldap sasl tcpd mbox mailwrapper ipv6" + +DEPEND="net-mail/mailbase + sys-devel/m4 + sasl? ( >=dev-libs/cyrus-sasl-2.1.10 ) + tcpd? ( sys-apps/tcp-wrappers ) + ssl? ( dev-libs/openssl ) + ldap? ( net-nds/openldap ) + >=sys-libs/db-3.2 + !net-mail/vacation + " +RDEPEND="${DEPEND} + >=net-mail/mailbase-0.00" +PDEPEND="!mbox? ( mail-filter/procmail )" +PROVIDE="virtual/mta" + +src_unpack() { + unpack ${A} + cd ${S} + + epatch ${FILESDIR}/sendmail-delivered_hdr.patch || die + + confCCOPTS="${CFLAGS}" + confMAPDEF="-DMAP_REGEX" + conf_sendmail_LIBS="" + use sasl && confLIBS="${confLIBS} -lsasl2" \ + && confENVDEF="${confENVDEF} -DSASL=2" \ + && confCCOPTS="${confCCOPTS} -I/usr/include/sasl" \ + && conf_sendmail_LIBS="${conf_sendmail_LIBS} -lsasl2" + use tcpd && confENVDEF="${confENVDEF} -DTCPWRAPPERS" \ + && confLIBS="${confLIBS} -lwrap" + use ssl && confENVDEF="${confENVDEF} -DSTARTTLS -D_FFR_DEAL_WITH_ERROR_SSL" \ + && confLIBS="${confLIBS} -lssl -lcrypto" \ + && conf_sendmail_LIBS="${conf_sendmail_LIBS} -lssl -lcrypto" + use ldap && confMAPDEF="${confMAPDEF} -DLDAPMAP" \ + && confLIBS="${confLIBS} -lldap -llber" + use ipv6 && confENVDEF="${confENVDEF} -DNETINET6" + sed -e "s:@@confCCOPTS@@:${confCCOPTS}:" \ + -e "s/@@confMAPDEF@@/${confMAPDEF}/" \ + -e "s/@@confENVDEF@@/${confENVDEF}/" \ + -e "s/@@confLIBS@@/${confLIBS}/" \ + -e "s/@@conf_sendmail_LIBS@@/${conf_sendmail_LIBS}/" \ + ${FILESDIR}/site.config.m4 > ${S}/devtools/Site/site.config.m4 +} + +src_compile() { + sh Build || die "compilation failed in main Build script" + pushd libmilter + sh Build || die "libmilter compilation failed" + popd +} + +src_install () { + OBJDIR="obj.`uname -s`.`uname -r`.`arch`" + dodir /usr/bin /usr/lib + dodir /usr/share/man/man{1,5,8} /usr/sbin /var/log /usr/share/sendmail-cf + dodir /var/spool/{mqueue,clientmqueue} /etc/conf.d + keepdir /var/spool/{clientmqueue,mqueue} + for dir in libsmutil sendmail mailstats praliases smrsh makemap vacation editmap + do + make DESTDIR=${D} MANROOT=/usr/share/man/man \ + SBINOWN=root SBINGRP=root UBINOWN=root UBINGRP=root \ + MANOWN=root MANGRP=root INCOWN=root INCGRP=root \ + LIBOWN=root LIBGRP=root GBINOWN=root GBINGRP=root \ + MSPQOWN=root CFOWN=root CFGRP=root \ + install -C ${OBJDIR}/${dir} \ + || die "install failed" + done + for dir in rmail mail.local + do + make DESTDIR=${D} MANROOT=/usr/share/man/man \ + SBINOWN=root SBINGRP=root UBINOWN=root UBINGRP=root \ + MANOWN=root MANGRP=root INCOWN=root INCGRP=root \ + LIBOWN=root LIBGRP=root GBINOWN=root GBINGRP=root \ + MSPQOWN=root CFOWN=root CFGRP=root \ + force-install -C ${OBJDIR}/${dir} \ + || die "install failed" + done + + dodir /usr/include/libmilter + make DESTDIR=${D} MANROOT=/usr/share/man/man \ + SBINOWN=root SBINGRP=root UBINOWN=root UBINGRP=root \ + MANOWN=root MANGRP=root INCOWN=root INCGRP=root \ + LIBOWN=root LIBGRP=root GBINOWN=root GBINGRP=root \ + MSPQOWN=root CFOWN=root CFGRP=root \ + install -C ${OBJDIR}/libmilter \ + || die "install failed" + + fowners root:smmsp /usr/sbin/sendmail + fperms 2555 /usr/sbin/sendmail + fowners smmsp:smmsp /var/spool/clientmqueue + fperms 770 /var/spool/clientmqueue + fperms 700 /var/spool/mqueue + dosym /usr/sbin/makemap /usr/bin/makemap + dodoc FAQ LICENSE KNOWNBUGS README RELEASE_NOTES doc/op/op.ps + newdoc sendmail/README README.sendmail + newdoc sendmail/SECURITY SECURITY + newdoc sendmail/TUNING TUNING + newdoc smrsh/README README.smrsh + newdoc libmilter/README README.libmilter + + newdoc cf/README README.cf + newdoc cf/cf/README README.install-cf + cp -pPR cf/* ${D}/usr/share/sendmail-cf + insinto /etc/mail + if use mbox + then + doins ${FILESDIR}/sendmail.mc + else + newins ${FILESDIR}/sendmail-procmail.mc sendmail.mc + fi + m4 ${D}/usr/share/sendmail-cf/m4/cf.m4 ${D}/etc/mail/sendmail.mc \ + > ${D}/etc/mail/sendmail.cf + echo "include(\`/usr/share/sendmail-cf/m4/cf.m4')dnl" \ + > ${D}/etc/mail/submit.mc + cat ${D}/usr/share/sendmail-cf/cf/submit.mc >> ${D}/etc/mail/submit.mc + echo "# local-host-names - include all aliases for your machine here" \ + > ${D}/etc/mail/local-host-names + cat <<- EOF > ${D}/etc/mail/trusted-users + # trusted-users - users that can send mail as others without a warning + # apache, mailman, majordomo, uucp are good candidates + EOF + cat <<- EOF > ${D}/etc/mail/access + # Check the /usr/share/doc/sendmail/README.cf file for a description + # of the format of this file. (search for access_db in that file) + # The /usr/share/doc/sendmail/README.cf is part of the sendmail-doc + # package. + # + + EOF + cat <<- EOF > ${D}/etc/conf.d/sendmail + # Config file for /etc/init.d/sendmail + # add start-up options here + SENDMAIL_OPTS="-bd -q30m -L sm-mta" # default daemon mode + CLIENTMQUEUE_OPTS="-Ac -q30m -L sm-cm" # clientmqueue + KILL_OPTS="" # add -9/-15/your favorite evil SIG level here + + EOF + exeinto /etc/init.d + doexe ${FILESDIR}/sendmail + keepdir /usr/adm/sm.bin + + if use mailwrapper + then + mv ${D}/usr/sbin/sendmail ${D}/usr/sbin/sendmail.sendmail + rm ${D}/usr/bin/mailq + rm ${D}/usr/bin/newaliases + mv ${D}/usr/share/man/man8/sendmail.8 \ + ${D}/usr/share/man/man8/sendmail-sendmail.8 + mv ${D}/usr/share/man/man1/mailq.1 \ + ${D}/usr/share/man/man1/mailq-sendmail.1 + mv ${D}/usr/share/man/man1/newaliases.1 \ + ${D}/usr/share/man/man1/newaliases-sendmail.1 + mv ${D}/usr/share/man/man5/aliases.5 \ + ${D}/usr/share/man/man5/aliases-sendmail.5 + dosed 's/} sendmail/} sendmail.sendmail/' /etc/init.d/sendmail + dosed 's/sbin\/sendmail/sbin\/sendmail.sendmail/' /etc/init.d/sendmail + mailer_install_conf + fi + +} + +pkg_setup() { + einfo "checking for smmsp group... create if missing." + enewgroup smmsp 209 || die "problem adding group smmsp" + einfo "checking for smmsp user... create if missing." + enewuser smmsp 209 -1 /var/spool/mqueue smmsp \ + || die "problem adding user smmsp" +} |