diff options
author | William Thomson <wltjr@gentoo.org> | 2007-09-06 15:45:15 +0000 |
---|---|---|
committer | William Thomson <wltjr@gentoo.org> | 2007-09-06 15:45:15 +0000 |
commit | 0c5b112f9b0ae6bbd4abc92148d0f4758859dc30 (patch) | |
tree | 9b319073134748fa664f33aa537397ffb39b85c0 /mail-filter/assp | |
parent | Cleanup (diff) | |
download | gentoo-2-0c5b112f9b0ae6bbd4abc92148d0f4758859dc30.tar.gz gentoo-2-0c5b112f9b0ae6bbd4abc92148d0f4758859dc30.tar.bz2 gentoo-2-0c5b112f9b0ae6bbd4abc92148d0f4758859dc30.zip |
Tweaked patch a bit further, fixed a few path issues mostly for admin web gui.
(Portage version: 2.1.3.7)
Diffstat (limited to 'mail-filter/assp')
-rw-r--r-- | mail-filter/assp/ChangeLog | 8 | ||||
-rw-r--r-- | mail-filter/assp/assp-1.3.3.1-r4.ebuild | 135 | ||||
-rw-r--r-- | mail-filter/assp/files/digest-assp-1.3.3.1-r4 | 6 |
3 files changed, 148 insertions, 1 deletions
diff --git a/mail-filter/assp/ChangeLog b/mail-filter/assp/ChangeLog index e20dac7ef3d1..9c1a5f685afb 100644 --- a/mail-filter/assp/ChangeLog +++ b/mail-filter/assp/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for mail-filter/assp # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/assp/ChangeLog,v 1.19 2007/09/05 18:38:08 wltjr Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/assp/ChangeLog,v 1.20 2007/09/06 15:45:15 wltjr Exp $ + +*assp-1.3.3.1-r4 (06 Sep 2007) + + 06 Sep 2007; William L. Thomson Jr. <wltjr@gentoo.org> + +assp-1.3.3.1-r4.ebuild: + Tweaked patch a bit further, fixed a few path issues mostly for admin web gui. *assp-1.3.3.1-r3 (05 Sep 2007) diff --git a/mail-filter/assp/assp-1.3.3.1-r4.ebuild b/mail-filter/assp/assp-1.3.3.1-r4.ebuild new file mode 100644 index 000000000000..df6e6d1b0b48 --- /dev/null +++ b/mail-filter/assp/assp-1.3.3.1-r4.ebuild @@ -0,0 +1,135 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/mail-filter/assp/assp-1.3.3.1-r4.ebuild,v 1.1 2007/09/06 15:45:15 wltjr Exp $ + +inherit eutils + +DESCRIPTION="Anti-Spam SMTP Proxy written in Perl." +HOMEPAGE="http://assp.sourceforge.net/" +MY_PN=ASSP_${PV}-Install +SRC_URI="mirror://sourceforge/${PN}/${MY_PN}.zip + mirror://gentoo/${PF}.patch.tbz2" +LICENSE="GPL-2" +SLOT="0" + +KEYWORDS="~amd64 ~x86" + +IUSE="ldap spf srs" + +DEPEND="app-arch/unzip" + +RDEPEND="dev-lang/perl + dev-perl/Net-DNS + dev-perl/File-ReadBackwards + dev-perl/Compress-Zlib + dev-perl/Email-Valid + virtual/perl-Digest-MD5 + virtual/perl-Time-HiRes + spf? ( dev-perl/Mail-SPF-Query ) + srs? ( dev-perl/Mail-SRS ) + ldap? ( dev-perl/perl-ldap )" + +S=${WORKDIR}/${MY_PN}/ASSP + +pkg_setup() { + enewgroup assp + enewuser assp -1 -1 /dev/null assp +} + +src_unpack() { + unpack ${A} + cd "${S}" + + local FILES=" + assp.pl + move2num.pl + rebuildspamdb.pl + repair.pl + stats.sh + stat.pl + " + # just being safe + for file in ${FILES}; do + edos2unix ${file} + done + + # fix upstrean error + sed -i -e 's:if(PopB4SMTPMerak):if($PopB4SMTPMerak):' assp.pl || \ + die "Could not fix upstream bug with PopB4SMTPMerak -> $PopB4SMTPMerak" + + # patch is against unix-format, so patch after dos2unix + epatch ${WORKDIR}/${PF}.patch + + # remove windows stuff + rm "${S}/addservice.pl" || die "Could not remove ${S}/addservice.pl" + rm -f "${S}/Win32-quickstart-guide.txt" || die "Could not remove ${S}/Win32-quickstart-guide.txt" +} + +src_install() { + # Configuration directory + dodir /etc/assp + + insinto /etc/assp + # Installs files that are used by assp for black/gray lists, + # and domain country lookup. To be changed by admin as needed. + doins files/*.txt + + fowners assp:assp /etc/assp -R + fperms 770 /etc/assp + + # Setup directories for mail to be stored for filter + keepdir /var/lib/assp/spam /var/lib/assp/notspam + keepdir /var/lib/assp/errors/spam /var/lib/assp/errors/notspam + + # Logs directory + keepdir /var/log/assp + fowners assp:assp -R /var/log/assp + fperms 770 /var/log/assp + + # Install the app + exeinto /usr/share/assp + doexe *.pl *.sh + insinto /usr/share/assp + doins -r images/ + doins *.txt + + # Lock down the files/data + fowners assp:assp -R /usr/share/assp + fperms 770 /usr/share/assp + + # Data storage + fowners assp:assp -R /var/lib/assp + fperms 770 /var/lib/assp + + # PID directory + dodir /var/run/assp + keepdir /var/run/assp + fowners assp:assp -R /var/run/assp + fperms 770 /var/run/assp + + # Install the init.d script to listen + newinitd "${FILESDIR}/asspd.init" asspd + + dohtml *.htm +} + +pkg_postinst() { + elog + elog "To configure ASSP, start /etc/init.d/asspd then point" + elog "your browser to http://localhost:55555" + elog "Username: admin Password: nospam4me (CHANGE ASAP!)" + elog + elog "File permissions have been set to use assp:assp" + elog "with mode 770 on directories. When you configure" + elog "ASSP, make sure and use the user assp." + elog + elog "Don't change any path related options." + elog + elog "See the on-line docs for a complete tutorial." + elog "http://assp.sourceforge.net/docs.html" + elog + elog "If upgrading, please update your old config to set both" + elog "redre.txt and nodelay.txt path of /etc/assp. There are" + elog "also many new options that you should review." + elog +} diff --git a/mail-filter/assp/files/digest-assp-1.3.3.1-r4 b/mail-filter/assp/files/digest-assp-1.3.3.1-r4 new file mode 100644 index 000000000000..3a6f47155742 --- /dev/null +++ b/mail-filter/assp/files/digest-assp-1.3.3.1-r4 @@ -0,0 +1,6 @@ +MD5 9ce0cc17ee9c8d8cb03d258b69812a11 ASSP_1.3.3.1-Install.zip 362975 +RMD160 a4a115f4451b07852a52b539d5047f0217ad9b7c ASSP_1.3.3.1-Install.zip 362975 +SHA256 810bebed2f48a480c7e7458fb9b6e2fbe3f39c441d74aa8471b458aa0e33e47b ASSP_1.3.3.1-Install.zip 362975 +MD5 ede39ec523c0ee58b3bba4b5eb0d68ce assp-1.3.3.1-r4.patch.tbz2 10121 +RMD160 2ebead13474b7281b81476e7827a25106f5fb1ca assp-1.3.3.1-r4.patch.tbz2 10121 +SHA256 717b4b2cb2d42402910d8b8317a0ca63747883c31f8908da3c0dcbf81b2a266b assp-1.3.3.1-r4.patch.tbz2 10121 |