Gentoo Archives: gentoo-commits

From: "Robin H. Johnson (robbat2)" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in mail-filter/razor: razor-2.85-r1.ebuild ChangeLog
Date: Wed, 31 Mar 2010 02:15:52
Message-Id: E1NwnT9-0008LO-Ht@stork.gentoo.org
1 robbat2 10/03/31 02:15:47
2
3 Modified: ChangeLog
4 Added: razor-2.85-r1.ebuild
5 Log:
6 Bug #312065: Fix the cosmetic version number that upstream forgot to bump.
7 (Portage version: 2.2_rc67/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.89 mail-filter/razor/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-filter/razor/ChangeLog?rev=1.89&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-filter/razor/ChangeLog?rev=1.89&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-filter/razor/ChangeLog?r1=1.88&r2=1.89
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/mail-filter/razor/ChangeLog,v
19 retrieving revision 1.88
20 retrieving revision 1.89
21 diff -p -w -b -B -u -u -r1.88 -r1.89
22 --- ChangeLog 25 Mar 2010 00:39:36 -0000 1.88
23 +++ ChangeLog 31 Mar 2010 02:15:47 -0000 1.89
24 @@ -1,6 +1,12 @@
25 # ChangeLog for mail-filter/razor
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/razor/ChangeLog,v 1.88 2010/03/25 00:39:36 robbat2 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/mail-filter/razor/ChangeLog,v 1.89 2010/03/31 02:15:47 robbat2 Exp $
29 +
30 +*razor-2.85-r1 (31 Mar 2010)
31 +
32 + 31 Mar 2010; Robin H. Johnson <robbat2@g.o> +razor-2.85-r1.ebuild,
33 + +files/razor-2.85-cosmetic-pv-fix.patch:
34 + Bug #312065: Fix the cosmetic version number that upstream forgot to bump.
35
36 *razor-2.85 (25 Mar 2010)
37
38
39
40
41 1.1 mail-filter/razor/razor-2.85-r1.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-filter/razor/razor-2.85-r1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-filter/razor/razor-2.85-r1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: razor-2.85-r1.ebuild
47 ===================================================================
48 # Copyright 1999-2010 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/mail-filter/razor/razor-2.85-r1.ebuild,v 1.1 2010/03/31 02:15:47 robbat2 Exp $
51
52 inherit perl-app
53
54 MY_PN="razor-agents"
55 MY_P="${MY_PN}-${PV}"
56 DESCRIPTION="Vipul's Razor is a distributed, collaborative spam detection and filtering network"
57 HOMEPAGE="http://razor.sourceforge.net/"
58 SRC_URI="mirror://sourceforge/razor/${MY_P}.tar.bz2"
59 LICENSE="Artistic"
60 SLOT="0"
61 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-macos"
62 IUSE=""
63
64 DEPEND="dev-lang/perl"
65
66 RDEPEND="dev-perl/Net-DNS
67 virtual/perl-net-ping
68 virtual/perl-Time-HiRes
69 || ( virtual/perl-Digest-SHA dev-perl/Digest-SHA1 )
70 dev-perl/URI
71 dev-perl/Digest-Nilsimsa"
72
73 PATCHES=(
74 "${FILESDIR}/${PN}-2.85-use-sha-not-sha1.patch"
75 "${FILESDIR}/${PN}-2.85-cosmetic-pv-fix.patch"
76 )
77
78 S=${WORKDIR}/${MY_P}
79
80 pkg_postinst() {
81 elog
82 elog "Run 'razor-admin -create' to create a default config file in your"
83 elog "home directory under /home/user/.razor. (Remember to change user to"
84 elog "your username from root before running razor-admin)"
85 elog
86 elog "Razor v2 requires reporters to be registered so their reputations can"
87 elog "be computed over time and they can participate in the revocation"
88 elog "mechanism. Registration is done with razor-admin -register. It has to be"
89 elog "manually invoked in either of the following ways:"
90 elog
91 elog "To register user foo with 's1kr3t' as password: "
92 elog
93 elog "razor-admin -register -user=foo -pass=s1kr3t"
94 elog
95 elog "To register with an email address and have the password assigned:"
96 elog
97 elog "razor-admin -register -user=foo@×××.com "
98 elog
99 elog "To have both (random) username and password assgined: "
100 elog
101 elog "razor-admin -register "
102 elog
103 elog "razor-admin -register negotiates a registration with the Nomination Server"
104 elog "and writes the identity information in"
105 elog "/home/user/.razor/identity-username, or /etc/razor/identity-username"
106 elog "when invoked as root."
107 elog
108 elog "You can edit razor-agent.conf to change the defaults. Config options"
109 elog "and their values are defined in the razor-agent.conf(5) manpage."
110 elog
111 elog "The next step is to integrate razor-check, razor-report and"
112 elog "razor-revoke in your mail system. If you are running Razor v1, the"
113 elog "change will be transparent, new versions of razor agents will overwrite"
114 elog "the old ones. You would still need to plugin razor-revoke in your MUA,"
115 elog "since it's a new addition in Razor v2. If you are not running Razor v1,"
116 elog "refer to manpages of razor-check(1), razor-report(1), and"
117 elog "razor-revoke(1) for integration instructions."
118 elog
119 }