diff options
author | Andrej Kacian <ticho@gentoo.org> | 2008-03-27 09:14:15 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2008-03-27 09:14:15 +0000 |
commit | 7286dc1a1958f1b7d2745950cb1082c624d36ef6 (patch) | |
tree | 4d2b29d15438632b737500001964eb459b5d8b21 /mail-filter/policyd-weight | |
parent | firefox-support also works with mozilla-firefox-bin at runtime, closes bug #2... (diff) | |
download | gentoo-2-7286dc1a1958f1b7d2745950cb1082c624d36ef6.tar.gz gentoo-2-7286dc1a1958f1b7d2745950cb1082c624d36ef6.tar.bz2 gentoo-2-7286dc1a1958f1b7d2745950cb1082c624d36ef6.zip |
Version bump. New version fixes insecure temp. file creation vulnerability, reported by Chris Howells. Removed old ebuilds.
(Portage version: 2.1.4.4)
Diffstat (limited to 'mail-filter/policyd-weight')
-rw-r--r-- | mail-filter/policyd-weight/ChangeLog | 10 | ||||
-rw-r--r-- | mail-filter/policyd-weight/policyd-weight-0.1.14.15.ebuild (renamed from mail-filter/policyd-weight/policyd-weight-0.1.14.3.ebuild) | 6 | ||||
-rw-r--r-- | mail-filter/policyd-weight/policyd-weight-0.1.14.4.ebuild | 53 |
3 files changed, 12 insertions, 57 deletions
diff --git a/mail-filter/policyd-weight/ChangeLog b/mail-filter/policyd-weight/ChangeLog index 55345ac521e4..ce06dac41bb8 100644 --- a/mail-filter/policyd-weight/ChangeLog +++ b/mail-filter/policyd-weight/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for mail-filter/policyd-weight # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/policyd-weight/ChangeLog,v 1.9 2008/01/27 14:23:46 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/policyd-weight/ChangeLog,v 1.10 2008/03/27 09:14:15 ticho Exp $ + +*policyd-weight-0.1.14.15 (27 Mar 2008) + + 27 Mar 2008; Andrej Kacian <ticho@gentoo.org> + -policyd-weight-0.1.14.3.ebuild, -policyd-weight-0.1.14.4.ebuild, + +policyd-weight-0.1.14.15.ebuild: + Version bump. New version fixes insecure temp. file creation + vulnerability, reported by Chris Howells. Removed old ebuilds. *policyd-weight-0.1.14.14 (27 Jan 2008) diff --git a/mail-filter/policyd-weight/policyd-weight-0.1.14.3.ebuild b/mail-filter/policyd-weight/policyd-weight-0.1.14.15.ebuild index e8222187b972..f005ee5ed7ca 100644 --- a/mail-filter/policyd-weight/policyd-weight-0.1.14.3.ebuild +++ b/mail-filter/policyd-weight/policyd-weight-0.1.14.15.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/policyd-weight/policyd-weight-0.1.14.3.ebuild,v 1.2 2007/03/26 22:49:12 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/policyd-weight/policyd-weight-0.1.14.15.ebuild,v 1.1 2008/03/27 09:14:15 ticho Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="http://www.policyd-weight.org/old/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~alpha ~amd64 ~x86" IUSE="" DEPEND="" diff --git a/mail-filter/policyd-weight/policyd-weight-0.1.14.4.ebuild b/mail-filter/policyd-weight/policyd-weight-0.1.14.4.ebuild deleted file mode 100644 index 72b2329f36f4..000000000000 --- a/mail-filter/policyd-weight/policyd-weight-0.1.14.4.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/policyd-weight/policyd-weight-0.1.14.4.ebuild,v 1.1 2007/05/02 18:09:21 ticho Exp $ - -inherit eutils - -DESCRIPTION="Weighted Policy daemon for Postfix" -HOMEPAGE="http://www.policyd-weight.org/" -SRC_URI="http://www.policyd-weight.org/old/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86" -IUSE="" - -DEPEND="" -RDEPEND="perl-core/Sys-Syslog - dev-perl/Net-DNS - >=mail-mta/postfix-2.1" - -pkg_setup() { - enewgroup 'polw' - enewuser 'polw' -1 -1 -1 'polw' -} - -src_install() { - exeinto /usr/lib/postfix - doexe policyd-weight - fowners root:wheel /usr/lib/postfix/policyd-weight - - doman man/man5/*.5 man/man8/*.8 - dodoc *.txt - - insinto /etc - newins policyd-weight.conf.sample policyd-weight.conf - - newinitd "${FILESDIR}/${PN}.init.d" "${PN}" -} - -pkg_postinst() { - elog "To use policyd-weight with postfix, update your /etc/postfix/main.cf file by adding" - elog " check_policy_service inet:127.0.0.1:12525" - elog "to your smtpd_recipient_restrictions." - elog - elog "Also remember to start policyd-weight at boot:" - elog " rc-update add policyd-weight default" - echo - ewarn "Please note:" - ewarn "If you are getting legitimate e-mails from verizon.net, it is advised to" - ewarn "whitelist the domain in postfix. Because of the way they send their" - ewarn "emails, they are often listed in RBLs." - echo -} |