diff options
author | Andrej Kacian <ticho@gentoo.org> | 2007-06-04 14:07:02 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2007-06-04 14:07:02 +0000 |
commit | f01d776bcce3dec792b820be5fed05fb4f867116 (patch) | |
tree | f7062feb5ecfa7eacb6c2b7e79c5b630701df694 /mail-filter/mimedefang | |
parent | Stable on sparc wrt #180569 (diff) | |
download | gentoo-2-f01d776bcce3dec792b820be5fed05fb4f867116.tar.gz gentoo-2-f01d776bcce3dec792b820be5fed05fb4f867116.tar.bz2 gentoo-2-f01d776bcce3dec792b820be5fed05fb4f867116.zip |
Install config file with 600 perms. Bug #180837 by Ortwin Glueck <odi at odi.ch>.
(Portage version: 2.1.2.9)
Diffstat (limited to 'mail-filter/mimedefang')
-rw-r--r-- | mail-filter/mimedefang/ChangeLog | 8 | ||||
-rw-r--r-- | mail-filter/mimedefang/mimedefang-2.57.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/mail-filter/mimedefang/ChangeLog b/mail-filter/mimedefang/ChangeLog index 64e15911db25..cfb7853e96ad 100644 --- a/mail-filter/mimedefang/ChangeLog +++ b/mail-filter/mimedefang/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for mail-filter/mimedefang -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/mimedefang/ChangeLog,v 1.2 2006/12/09 11:29:21 ticho Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/mail-filter/mimedefang/ChangeLog,v 1.3 2007/06/04 14:07:02 ticho Exp $ + + 04 Jun 2007; Andrej Kacian <ticho@gentoo.org> mimedefang-2.57.ebuild: + Install config file with 600 perms. Bug #180837 by Ortwin Glueck <odi at + odi.ch>. 09 Dec 2006; Andrej Kacian <ticho@gentoo.org> mimedefang-2.57.ebuild: Depend on virtual/perl-MIME-Base64 instead of dev-perl/MIME-Base64. Remove diff --git a/mail-filter/mimedefang/mimedefang-2.57.ebuild b/mail-filter/mimedefang/mimedefang-2.57.ebuild index 280e8221865e..0029ee18c28f 100644 --- a/mail-filter/mimedefang/mimedefang-2.57.ebuild +++ b/mail-filter/mimedefang/mimedefang-2.57.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/mimedefang/mimedefang-2.57.ebuild,v 1.2 2006/12/09 11:29:21 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/mimedefang/mimedefang-2.57.ebuild,v 1.3 2007/06/04 14:07:02 ticho Exp $ inherit eutils @@ -27,7 +27,7 @@ src_install() { emake DESTDIR="${D}" install || die "emake install failed" fowners defang:defang /etc/mail/mimedefang-filter - fperms 400 /etc/mail/mimedefang-filter + fperms 600 /etc/mail/mimedefang-filter insinto /etc/mail/ insopts -m 644 newins "${S}"/SpamAssassin/spamassassin.cf sa-mimedefang.cf |