ChangeLog

# ChangeLog for mail-filter/spamassassin-botnet
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/mail-filter/spamassassin-botnet/ChangeLog,v 1.3 2007/08/29 20:36:30 chutzpah Exp $

*spamassassin-botnet-0.8 (29 Aug 2007)

29 Aug 2007; Patrick McLean
+spamassassin-botnet-0.8.ebuild:
Version bump.

24 Feb 2007; Raúl Porcel
spamassassin-botnet-0.7.ebuild:
Add ~x86 keyword wrt bug 168153

*spamassassin-botnet-0.7 (23 Feb 2007)

23 Feb 2007; Patrick McLean +metadata.xml,
+spamassassin-botnet-0.7.ebuild:
Initial import.

Manifest

DIST Botnet-0.7.tar 81920 RMD160 a96f1dbd6b290e33b7b33c2236416fd570c44000 SHA1 22f5d287a5b52b677d42fa86cfd4d3e2341f460b SHA256 cb47ffac52f0fcd9a28b954cca47b6dd417845b57f957e10c1de5d0d4be5a6c1
DIST Botnet-0.8.tar 81920 RMD160 3136bf28f347b02ca7a64c5954783b8969effd3c SHA1 91085d74769d653e4b3a4a47dc17f572b1b6b4a2 SHA256 f07cef396302e07cdbbdd2289d4433cde661973eeae5095d94dbff361b414c0b
EBUILD spamassassin-botnet-0.7.ebuild 1228 RMD160 2c88aaf0923218438c9346efb22b235cdc2945e6 SHA1 3ec3f1d4634448e4b59a7bf3d2742f6a93751ee6 SHA256 053eadc235eb57eb0e10c9fbb6238ae7fe5fbe55eb3901de214e5c5a7b25dfd9
EBUILD spamassassin-botnet-0.8.ebuild 1229 RMD160 03c2ea6bd447e1acf294b32c318b1d73cf9534b4 SHA1 edc5f6a4b86318f853431a7a757849f54eead34d SHA256 905f104e858290734dece4359d5608d83edc5b786d56b99661aa2ae9a0520ea7
MISC ChangeLog 660 RMD160 910dd8342ee1b8be9fca744a054fb9efd32cfa0e SHA1 51d466b0a9d67dffe244eb171c86bc3ea5825f02 SHA256 726207c9a7f0f809ed8197696a0cd7cd76dbb4783bd676c9ecfa1a5771de32e2
MISC metadata.xml 617 RMD160 9ef10c105e4be1341d4827291e048c8c140a4b38 SHA1 3d11e49aafbb85e51f5851a8113d0498976b473f SHA256 e5e7828bacd7de18a234ae093176ee22bed0310c4b42449a5d23f89d17b4139d

metadata.xml




net-mail

chutzpah@gentoo.org
Patrick McLean


A spamassassin that performs DNS validations on the first untrusted relay
looking for signs of a Botnet infected host, such as no reverse DNS, a
hostname that would indicate an ISP client or domain workstation, or other
hosts that aren't intended to be acting as a direct mail submitter outside of
their own domain.

spamassassin-botnet-0.7.ebuild

# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/mail-filter/spamassassin-botnet/spamassassin-botnet-0.7.ebuild,v 1.2 2007/02/24 18:22:01 armin76 Exp $

inherit perl-module

MY_PN="${PN/b/B}"
MY_PN="${MY_PN/spamassassin-/}"
MY_P="${MY_PN}-${PV}"
DESCRIPTION="SpamAssassin plugin that attempts to detect messages sent by a botnet"
HOMEPAGE="http://people.ucsc.edu/~jrudd/spamassassin/"
SRC_URI="http://people.ucsc.edu/~jrudd/spamassassin/${MY_P}.tar"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND="dev-lang/perl
>=mail-filter/spamassassin-3.0.0"
RDEPEND="${DEPEND}"

S="${WORKDIR}"

src_compile() {
# make sure it doesn't try to look for the .pm in the same dir as the .cf
sed -rie 's/^(loadplugin.+)[ ]+Botnet.pm/\1/' Botnet.cf
}

src_install() {
perlinfo

local plugin_dir=${VENDOR_LIB}/Mail/SpamAssassin/Plugin

insinto ${plugin_dir}
doins ${MY_PN}.pm

insinto /etc/mail/spamassassin/
doins ${MY_PN}.cf

dodoc ${MY_PN}{{.{api,credits,variants},}.txt,.pl}
}

pkg_postinst() {
echo
elog "You need to restart spamassassin (as root) before this plugin will work:"
elog "/etc/init.d/spamd restart"
echo
}

spamassassin-botnet-0.8.ebuild

# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/mail-filter/spamassassin-botnet/spamassassin-botnet-0.8.ebuild,v 1.1 2007/08/29 20:36:30 chutzpah Exp $

inherit perl-module

MY_PN="${PN/b/B}"
MY_PN="${MY_PN/spamassassin-/}"
MY_P="${MY_PN}-${PV}"
DESCRIPTION="SpamAssassin plugin that attempts to detect messages sent by a botnet"
HOMEPAGE="http://people.ucsc.edu/~jrudd/spamassassin/"
SRC_URI="http://people.ucsc.edu/~jrudd/spamassassin/${MY_P}.tar"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND="dev-lang/perl
>=mail-filter/spamassassin-3.0.0"
RDEPEND="${DEPEND}"

S="${WORKDIR}"

src_compile() {
# make sure it doesn't try to look for the .pm in the same dir as the .cf
sed -rie 's/^(loadplugin.+)[ ]+Botnet.pm/\1/' Botnet.cf
}

src_install() {
perlinfo

local plugin_dir=${VENDOR_LIB}/Mail/SpamAssassin/Plugin

insinto ${plugin_dir}
doins ${MY_PN}.pm

insinto /etc/mail/spamassassin/
doins ${MY_PN}.cf

dodoc ${MY_PN}{{.{api,credits,variants},}.txt,.pl}
}

pkg_postinst() {
echo
elog "You need to restart spamassassin (as root) before this plugin will work:"
elog "/etc/init.d/spamd restart"
echo
}