From 84c19bac4acf71b4a625ea48b4a9c6e918af78d2 Mon Sep 17 00:00:00 2001 From: Tuan Van Date: Thu, 12 May 2005 21:32:54 +0000 Subject: version bump (Portage version: 2.0.51.21-r1) --- mail-mta/postfix/ChangeLog | 7 +- mail-mta/postfix/Manifest | 12 +- mail-mta/postfix/files/digest-postfix-2.2.3 | 2 + mail-mta/postfix/postfix-2.2.3.ebuild | 323 ++++++++++++++++++++++++++++ 4 files changed, 333 insertions(+), 11 deletions(-) create mode 100644 mail-mta/postfix/files/digest-postfix-2.2.3 create mode 100644 mail-mta/postfix/postfix-2.2.3.ebuild diff --git a/mail-mta/postfix/ChangeLog b/mail-mta/postfix/ChangeLog index 693224b40f12..72eafe723c16 100644 --- a/mail-mta/postfix/ChangeLog +++ b/mail-mta/postfix/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for mail-mta/postfix # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/ChangeLog,v 1.68 2005/05/04 21:10:59 ferdy Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/ChangeLog,v 1.69 2005/05/12 21:32:54 langthang Exp $ + +*postfix-2.2.3 (12 May 2005) + + 12 May 2005; Tuấn Văn +postfix-2.2.3.ebuild: + version bump. 04 May 2005; Fernando J. Pereda postfix-2.2.2-r2.ebuild: diff --git a/mail-mta/postfix/Manifest b/mail-mta/postfix/Manifest index 749ad58db4f4..c5eef2c4a9bb 100644 --- a/mail-mta/postfix/Manifest +++ b/mail-mta/postfix/Manifest @@ -1,7 +1,5 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - MD5 d2f97ac7ba19997b4e588b28009d684d postfix-2.2.1.ebuild 9296 +MD5 5177e2f0f59c1fbd2b23258afc78d4c4 postfix-2.2.3.ebuild 9709 MD5 ac642c2fcdc34d3e9b70b2357ce57ee8 postfix-2.2.2-r1.ebuild 9957 MD5 2372d5dbf4de3ed67393879f2338b052 postfix-2.2.1-r1.ebuild 9944 MD5 eb7d97dd738129a9917cf2f56860c134 postfix-2.2.2.ebuild 9941 @@ -19,12 +17,6 @@ MD5 02b7565b5fbc0a13418b4588da048882 files/digest-postfix-2.2.2-r2 135 MD5 fd78f3c5211f280a77dc8c8acd3dd898 files/postfix-2.0.9-get-FQDN.patch 1057 MD5 ecc87f9acb3c2395d2d7fe1a673755aa files/digest-postfix-2.2.1 135 MD5 9419f5dcc490b61ca76278d744bd878f files/digest-postfix-2.2.2 135 +MD5 0726f3fb8ba3f25ea5bfc251d2d96cfb files/digest-postfix-2.2.3 135 MD5 fd01735093dde1691a849d9bf002bf5c files/mailer.conf 408 MD5 502e444ec6b9d6fb9bbef3bb0f5e284a files/smtp.pam 254 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.1 (GNU/Linux) - -iD8DBQFCeTpvViELBEf1JB0RAoSYAJ0YIrqdV/GEJravMhPMXsm/iBuUAgCfeoPO -KzlLEy1N4GP5pq3XSYLnFeg= -=zQrn ------END PGP SIGNATURE----- diff --git a/mail-mta/postfix/files/digest-postfix-2.2.3 b/mail-mta/postfix/files/digest-postfix-2.2.3 new file mode 100644 index 000000000000..812c86905c93 --- /dev/null +++ b/mail-mta/postfix/files/digest-postfix-2.2.3 @@ -0,0 +1,2 @@ +MD5 f164b701c3e97b950d4cc64aff4de3c0 postfix-2.2.3.tar.gz 2409888 +MD5 fcc8b7e7d94a9ce2d97453da0e6cd7c9 postfix-2.2.3-vda.patch.gz 7748 diff --git a/mail-mta/postfix/postfix-2.2.3.ebuild b/mail-mta/postfix/postfix-2.2.3.ebuild new file mode 100644 index 000000000000..323403f4b26c --- /dev/null +++ b/mail-mta/postfix/postfix-2.2.3.ebuild @@ -0,0 +1,323 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.2.3.ebuild,v 1.1 2005/05/12 21:32:54 langthang Exp $ + +inherit eutils ssl-cert toolchain-funcs flag-o-matic mailer +IUSE="ipv6 pam ldap mysql postgres ssl sasl mbox nis vda selinux hardened" +#IUSE="ipv6 pam ldap mysql postgres ssl sasl mbox nis vda selinux hardened devel" + +MY_PV=${PV} +MY_SRC=${PN}-${MY_PV} +#DEV_SRC=${MY_SRC}-newdb-nonprod +VDA_P="${PN}-2.2.3-vda" + +DESCRIPTION="A fast and secure drop-in replacement for sendmail." +HOMEPAGE="http://www.postfix.org/" +SRC_URI="ftp://ftp.porcupine.org/mirrors/postfix-release/official/${MY_SRC}.tar.gz + vda? ( http://web.onda.com.br/nadal/postfix/VDA/${VDA_P}.patch.gz ) " +# devel? ( ftp://ftp.porcupine.org/mirrors/postfix-release/experimental/${DEV_SRC}.tar.gz ) " + +LICENSE="IPL-1" +SLOT="0" +KEYWORDS="~x86 ~sparc ~ppc ~alpha ~amd64 ~s390 ~mips ~hppa ~ppc64" + +PROVIDE="${PROVIDE} virtual/mda" +DEPEND=">=sys-libs/db-3.2 + >=dev-libs/libpcre-3.4 + >=sys-apps/sed-4 + ldap? ( >=net-nds/openldap-1.2 ) + mysql? ( >=dev-db/mysql-3.23.51 ) + postgres? ( >=dev-db/postgresql-7.1 ) + ssl? ( >=dev-libs/openssl-0.9.6g ) + sasl? ( >=dev-libs/cyrus-sasl-2 )" +RDEPEND="${DEPEND} + >=net-mail/mailbase-0.00 + selinux? ( sec-policy/selinux-postfix )" + +#if use devel; then +# MY_SRC=${DEV_SRC} +#fi + +S=${WORKDIR}/${MY_SRC} + +group_user_check() { + einfo "checking for postfix group... create if missing." + enewgroup postfix 207 + einfo "checking for postdrop group... create if missing." + enewgroup postdrop 208 + einfo "checking for postfix user... create if missing." + enewuser postfix 207 /bin/false /var/spool/postfix postfix +} + +pkg_setup() { + # do not upgrade from postfix-2.1. logic to fix bug #53324 + if [[ -f /var/lib/init.d/started/postfix ]] ; then + if has_version '