Gentoo Archives: gentoo-commits

From: "Andrej Kacian (ticho)" <ticho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in mail-filter/policyd-weight: ChangeLog policyd-weight-0.1.14.15.ebuild policyd-weight-0.1.14.3.ebuild policyd-weight-0.1.14.4.ebuild
Date: Thu, 27 Mar 2008 09:14:18
Message-Id: E1JeoBb-0005ms-UN@stork.gentoo.org
1 ticho 08/03/27 09:14:15
2
3 Modified: ChangeLog
4 Added: policyd-weight-0.1.14.15.ebuild
5 Removed: policyd-weight-0.1.14.3.ebuild
6 policyd-weight-0.1.14.4.ebuild
7 Log:
8 Version bump. New version fixes insecure temp. file creation vulnerability, reported by Chris Howells. Removed old ebuilds.
9 (Portage version: 2.1.4.4)
10
11 Revision Changes Path
12 1.10 mail-filter/policyd-weight/ChangeLog
13
14 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-filter/policyd-weight/ChangeLog?rev=1.10&view=markup
15 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-filter/policyd-weight/ChangeLog?rev=1.10&content-type=text/plain
16 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-filter/policyd-weight/ChangeLog?r1=1.9&r2=1.10
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/mail-filter/policyd-weight/ChangeLog,v
21 retrieving revision 1.9
22 retrieving revision 1.10
23 diff -u -r1.9 -r1.10
24 --- ChangeLog 27 Jan 2008 14:23:46 -0000 1.9
25 +++ ChangeLog 27 Mar 2008 09:14:15 -0000 1.10
26 @@ -1,6 +1,14 @@
27 # ChangeLog for mail-filter/policyd-weight
28 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/policyd-weight/ChangeLog,v 1.9 2008/01/27 14:23:46 ticho Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/mail-filter/policyd-weight/ChangeLog,v 1.10 2008/03/27 09:14:15 ticho Exp $
31 +
32 +*policyd-weight-0.1.14.15 (27 Mar 2008)
33 +
34 + 27 Mar 2008; Andrej Kacian <ticho@g.o>
35 + -policyd-weight-0.1.14.3.ebuild, -policyd-weight-0.1.14.4.ebuild,
36 + +policyd-weight-0.1.14.15.ebuild:
37 + Version bump. New version fixes insecure temp. file creation
38 + vulnerability, reported by Chris Howells. Removed old ebuilds.
39
40 *policyd-weight-0.1.14.14 (27 Jan 2008)
41
42
43
44
45 1.1 mail-filter/policyd-weight/policyd-weight-0.1.14.15.ebuild
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-filter/policyd-weight/policyd-weight-0.1.14.15.ebuild?rev=1.1&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-filter/policyd-weight/policyd-weight-0.1.14.15.ebuild?rev=1.1&content-type=text/plain
49
50 Index: policyd-weight-0.1.14.15.ebuild
51 ===================================================================
52 # Copyright 1999-2008 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 # $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 $
55
56 inherit eutils
57
58 DESCRIPTION="Weighted Policy daemon for Postfix"
59 HOMEPAGE="http://www.policyd-weight.org/"
60 SRC_URI="http://www.policyd-weight.org/old/${P}.tar.gz"
61
62 LICENSE="GPL-2"
63 SLOT="0"
64 KEYWORDS="~alpha ~amd64 ~x86"
65 IUSE=""
66
67 DEPEND=""
68 RDEPEND="perl-core/Sys-Syslog
69 dev-perl/Net-DNS
70 >=mail-mta/postfix-2.1"
71
72 pkg_setup() {
73 enewgroup 'polw'
74 enewuser 'polw' -1 -1 -1 'polw'
75 }
76
77 src_install() {
78 exeinto /usr/lib/postfix
79 doexe policyd-weight
80 fowners root:wheel /usr/lib/postfix/policyd-weight
81
82 doman man/man5/*.5 man/man8/*.8
83 dodoc *.txt
84
85 insinto /etc
86 newins policyd-weight.conf.sample policyd-weight.conf
87
88 newinitd "${FILESDIR}/${PN}.init.d" "${PN}"
89 }
90
91 pkg_postinst() {
92 elog "To use policyd-weight with postfix, update your /etc/postfix/main.cf file by adding"
93 elog " check_policy_service inet:127.0.0.1:12525"
94 elog "to your smtpd_recipient_restrictions."
95 elog
96 elog "Also remember to start policyd-weight at boot:"
97 elog " rc-update add policyd-weight default"
98 echo
99 ewarn "Please note:"
100 ewarn "If you are getting legitimate e-mails from verizon.net, it is advised to"
101 ewarn "whitelist the domain in postfix. Because of the way they send their"
102 ewarn "emails, they are often listed in RBLs."
103 echo
104 }
105
106
107
108 --
109 gentoo-commits@l.g.o mailing list