summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEray Aslan <eras@gentoo.org>2012-01-11 14:33:15 +0000
committerEray Aslan <eras@gentoo.org>2012-01-11 14:33:15 +0000
commite7e600cebfae35c97f7f5cefcc3c3625970a5a7e (patch)
treecd18dbd7a47aa5e601263aab37b91899c2fbdfca /mail-mta
parentLink ruby lib against shared lib. (diff)
downloadgentoo-2-e7e600cebfae35c97f7f5cefcc3c3625970a5a7e.tar.gz
gentoo-2-e7e600cebfae35c97f7f5cefcc3c3625970a5a7e.tar.bz2
gentoo-2-e7e600cebfae35c97f7f5cefcc3c3625970a5a7e.zip
version bump
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Diffstat (limited to 'mail-mta')
-rw-r--r--mail-mta/postfix/ChangeLog8
-rw-r--r--mail-mta/postfix/postfix-2.9_pre20120110.ebuild (renamed from mail-mta/postfix/postfix-2.9_pre20120108.ebuild)6
2 files changed, 11 insertions, 3 deletions
diff --git a/mail-mta/postfix/ChangeLog b/mail-mta/postfix/ChangeLog
index 9ad4971cef7d..f85b2618adfd 100644
--- a/mail-mta/postfix/ChangeLog
+++ b/mail-mta/postfix/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for mail-mta/postfix
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/ChangeLog,v 1.322 2012/01/09 21:49:13 eras Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/ChangeLog,v 1.323 2012/01/11 14:33:15 eras Exp $
+
+*postfix-2.9_pre20120110 (11 Jan 2012)
+
+ 11 Jan 2012; Eray Aslan <eras@gentoo.org> -postfix-2.9_pre20120108.ebuild,
+ +postfix-2.9_pre20120110.ebuild:
+ version bump
*postfix-2.9_pre20120108 (09 Jan 2012)
diff --git a/mail-mta/postfix/postfix-2.9_pre20120108.ebuild b/mail-mta/postfix/postfix-2.9_pre20120110.ebuild
index f1522c109948..939e88c8d41d 100644
--- a/mail-mta/postfix/postfix-2.9_pre20120108.ebuild
+++ b/mail-mta/postfix/postfix-2.9_pre20120110.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.9_pre20120108.ebuild,v 1.1 2012/01/09 21:49:13 eras Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.9_pre20120110.ebuild,v 1.1 2012/01/11 14:33:15 eras Exp $
EAPI=4
@@ -271,8 +271,10 @@ src_install () {
}
pkg_preinst() {
+ # default for inet_protocols changed from ipv4 to all in postfix-2.9.
+ # check inet_protocols setting in main.cf and modify if necessary to prevent
+ # performance loss with useless DNS lookups and useless connection attempts.
[[ -d ${ROOT}/etc/postfix ]] && {
- # changed default for inet_protocols?
if [[ "$(${D}/usr/sbin/postconf -dh inet_protocols)" != "ipv4" ]]; then
if [[ ! -n "$(${D}/usr/sbin/postconf -c ${ROOT}/etc/postfix -nh inet_protocols)" ]];
then