summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Thomson <wltjr@gentoo.org>2007-10-20 21:27:40 +0000
committerWilliam Thomson <wltjr@gentoo.org>2007-10-20 21:27:40 +0000
commita6011223012bbb068a30c0ff2b87c42149179603 (patch)
tree3df4a855978c0688e9b3121b7485ec9f1f9458ec /mail-filter/assp
parentMarked stable on amd64 as per bug 195684. (diff)
downloadgentoo-2-a6011223012bbb068a30c0ff2b87c42149179603.tar.gz
gentoo-2-a6011223012bbb068a30c0ff2b87c42149179603.tar.bz2
gentoo-2-a6011223012bbb068a30c0ff2b87c42149179603.zip
Bumped to latest release. Dropped external big patch, using sed instead :). Removed past borked version. Quoted var in older remaining version. Thanks for ovaon2 for TONS of help dialing things in.
(Portage version: 2.1.3.13)
Diffstat (limited to 'mail-filter/assp')
-rw-r--r--mail-filter/assp/ChangeLog11
-rw-r--r--mail-filter/assp/assp-1.2.6-r3.ebuild4
-rw-r--r--mail-filter/assp/assp-1.3.3.1-r3.ebuild135
-rw-r--r--mail-filter/assp/assp-1.3.3.1-r4.ebuild135
-rw-r--r--mail-filter/assp/assp-1.3.3.8.ebuild179
-rw-r--r--mail-filter/assp/files/base.patch15
-rw-r--r--mail-filter/assp/files/digest-assp-1.3.3.1-r36
-rw-r--r--mail-filter/assp/files/digest-assp-1.3.3.1-r46
-rw-r--r--mail-filter/assp/files/digest-assp-1.3.3.83
9 files changed, 209 insertions, 285 deletions
diff --git a/mail-filter/assp/ChangeLog b/mail-filter/assp/ChangeLog
index 9c1a5f685afb..310087139add 100644
--- a/mail-filter/assp/ChangeLog
+++ b/mail-filter/assp/ChangeLog
@@ -1,6 +1,15 @@
# 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.20 2007/09/06 15:45:15 wltjr Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/assp/ChangeLog,v 1.21 2007/10/20 21:27:39 wltjr Exp $
+
+*assp-1.3.3.8 (20 Oct 2007)
+
+ 20 Oct 2007; William L. Thomson Jr. <wltjr@gentoo.org> +files/base.patch,
+ assp-1.2.6-r3.ebuild, -assp-1.3.3.1-r3.ebuild, -assp-1.3.3.1-r4.ebuild,
+ +assp-1.3.3.8.ebuild:
+ Bumped to latest release. Dropped external big patch, using sed instead :).
+ Removed past borked version. Quoted var in older remaining version. Thanks
+ for ovaon2 for TONS of help dialing things in.
*assp-1.3.3.1-r4 (06 Sep 2007)
diff --git a/mail-filter/assp/assp-1.2.6-r3.ebuild b/mail-filter/assp/assp-1.2.6-r3.ebuild
index c6b9933f91db..b1d0c968a3cf 100644
--- a/mail-filter/assp/assp-1.2.6-r3.ebuild
+++ b/mail-filter/assp/assp-1.2.6-r3.ebuild
@@ -1,6 +1,6 @@
# 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.2.6-r3.ebuild,v 1.3 2007/04/06 18:02:57 wltjr Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/assp/assp-1.2.6-r3.ebuild,v 1.4 2007/10/20 21:27:39 wltjr Exp $
inherit eutils
@@ -57,7 +57,7 @@ src_unpack() {
sed -i -e 's:if(PopB4SMTPMerak):if($PopB4SMTPMerak):' assp.pl
# patch is against unix-format, so patch after dos2unix
- epatch ${FILESDIR}/assp-${PV}.patch
+ epatch "${FILESDIR}"/assp-${PV}.patch
# remove windows stuff
rm "${S}/addservice.pl"
diff --git a/mail-filter/assp/assp-1.3.3.1-r3.ebuild b/mail-filter/assp/assp-1.3.3.1-r3.ebuild
deleted file mode 100644
index ff01ebd79101..000000000000
--- a/mail-filter/assp/assp-1.3.3.1-r3.ebuild
+++ /dev/null
@@ -1,135 +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/assp/assp-1.3.3.1-r3.ebuild,v 1.1 2007/09/05 18:38:08 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/assp-1.3.3.1-r4.ebuild b/mail-filter/assp/assp-1.3.3.1-r4.ebuild
deleted file mode 100644
index df6e6d1b0b48..000000000000
--- a/mail-filter/assp/assp-1.3.3.1-r4.ebuild
+++ /dev/null
@@ -1,135 +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/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/assp-1.3.3.8.ebuild b/mail-filter/assp/assp-1.3.3.8.ebuild
new file mode 100644
index 000000000000..5acd1f721f1d
--- /dev/null
+++ b/mail-filter/assp/assp-1.3.3.8.ebuild
@@ -0,0 +1,179 @@
+# 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.8.ebuild,v 1.1 2007/10/20 21:27:39 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"
+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
+
+ # portable changes via sed vs patch
+ sed -i -e 's|file:files/|file:/etc/assp/|' \
+ -e 's|$base/images|/usr/share/assp/images|' \
+ -e 's|logs/maillog.txt|/var/log/assp/maillog.txt|' \
+ -e 's|PID File'\'',40,textinput,'\''pid'\''|PID File'\'',40,textinput,'\''asspd.pid'\''|' \
+ -e 's|Daemon\*\*'\'',0,checkbox,0|Daemon\*\*'\'',0,checkbox,1|' \
+ -e 's|UID\*\*'\'',20,textinput,'\'''\''|UID\*\*'\'',20,textinput,'\''assp'\''|' \
+ -e 's|GID\*\*'\'',20,textinput,'\'''\''|GID\*\*'\'',20,textinput,'\''assp'\''|' \
+ -e 's|$base/assp.cfg|/etc/assp/assp.cfg|g' \
+ -e 's|$base/$pidfile|/var/run/assp/asspd.pid|' \
+ -e 's|mkdir "$base/$logdir",0700 if $logdir;||' \
+ -e 's|mkdir "$base/$logdir",0700;||' \
+ -e 's|$base/$logfile|$logfile|' \
+ -e 's|$base/$logdir|$logdir|' \
+ -e 's|"maillog.log"|"/var/log/assp/maillog.log"|' \
+ -e 's|-d "$base/logs" or mkdir "$base/logs",0700;||' \
+ -e 's|-d "$base/notes" or mkdir "$base/notes",0700;||' \
+ -e 's|-d "$base/docs" or mkdir "$base/docs",0777;||' \
+ -e 's|$base/$archivelogfile|$archivelogfile|' \
+ -e 's|"$base/$file",$sub,"$this|"/etc/assp/$file",$sub,"$this|' \
+ -e 's|"$base/$file",'\'''\'',"$this|"/etc/assp/$file",'\'''\'',"$this|' \
+ -e 's|my $fil=$1; $fil="$base/$fil" if $fil!~/^\\Q$base\\E/i;|my $fil=$1;|' \
+ -e 's|$fil="$base/$fil" if $fil!~/^\\Q$base\\E/i;|$fil="/etc/assp/$fil" if $fil!~/^\\/etc\\/assp\\//i;|' \
+ -e 's|$fil="$base/$fil" if $fil!~/^((\[a-z\]:)?\[\\/\\\\\]\|\\Q$base\\E)/;||' \
+ -e 's|if ($fil !~ /^\\Q$base\\E/i) {|if ($fil !~ /^\\/usr\\/share\\/assp\\//i) {|' \
+ -e 's|$fil="$base/$fil";|$fil="/usr/share/assp/$fil";|' \
+ -e 's|Q$base\\E|Q\\/etc\\/assp\\/\\E|' \
+ -e 's|$fil="$base/$fil"|$fil="/etc/assp/$fil"|' \
+ -e 's|$base/$bf|/etc/assp/$bf|g' \
+ assp.pl || die
+
+ # questionable stuff
+# -e 's|$fil="$base/$fil" if $fil!~/^\\Q$base\\E/i;|$fil="/etc/assp/$fil" if $fil!~/^\\Q\\/etc\\/assp\\/\\E/i;|' \
+# -e 's|if ($fil !~ /^\\Q$base\\E/i) {|if ($fil !~ /^\\Q\\/usr\\/share\\/assp\\/\\E/i) {|' \
+# -e 's|split('\'' '\'', $this|split('\''$base/'\'', $this|' \
+# -e 's|split('\'' '\'',lc|split('\''$base/'\'',lc|' \
+# -e 's|split('\'' '\'',$pat)|split('\''$base/'\'',$pat)|' \
+
+
+ # sed move2num.pl
+ sed -i -e 's|assp.cfg|/etc/assp/assp.cfg|' move2num.pl || die
+
+ # sed rebuildspamdb.pl
+ sed -i -e 's|assp.cfg|/etc/assp/assp.cfg|' \
+ -e 's|} && "$Config{base}/$Config{logfile}" \|\| '\''maillog.txt'\'';|};|' \
+ rebuildspamdb.pl || die
+
+ # sed stats.sh
+ sed -i -e 's|usr/local|var/log|' stats.sh || die
+
+ # patch is against unix-format, so patch after dos2unix
+ epatch "${FILESDIR}"/base.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/notes
+
+ 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 || die
+
+ fowners assp:assp /etc/assp -R
+ fperms 770 /etc/assp /etc/assp/notes
+
+ # 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 || die
+ insinto /usr/share/assp
+ doins -r images/ || die
+
+ # 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/base.patch b/mail-filter/assp/files/base.patch
new file mode 100644
index 000000000000..dfcf9573e7af
--- /dev/null
+++ b/mail-filter/assp/files/base.patch
@@ -0,0 +1,15 @@
+--- ASSP_1.3.3.7-Install/ASSP/assp.pl 2007-10-20 13:10:09.000000000 -0400
++++ ASSP_1.3.3.7-Install_orig/ASSP/assp.pl 2007-10-20 13:09:47.000000000 -0400
+@@ -83,11 +83,7 @@
+ if($ARGV[0]) {
+ $base=$ARGV[0];
+ } else {
+- # the last one is the one used if all else fails
+- foreach ('.','assp','/usr/local/assp','/home/assp','/etc/assp','/usr/assp','/applications/assp','/assp','.') {
+- $base=$_;
+- last if -e "/etc/assp/assp.cfg";
+- }
++ $base='$base/';
+ }
+ if ( !-e "/usr/share/assp/images/noIcon.png")
+ { die "Abort: folder 'images' not correctly installed";}
diff --git a/mail-filter/assp/files/digest-assp-1.3.3.1-r3 b/mail-filter/assp/files/digest-assp-1.3.3.1-r3
deleted file mode 100644
index 924aadbbd24d..000000000000
--- a/mail-filter/assp/files/digest-assp-1.3.3.1-r3
+++ /dev/null
@@ -1,6 +0,0 @@
-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 71af75a312d2a98ab65af86d8630ec02 assp-1.3.3.1-r3.patch.tbz2 10319
-RMD160 100b5ee15b994c266a60797595c8cd873c92b7f2 assp-1.3.3.1-r3.patch.tbz2 10319
-SHA256 5b491f42f8006dcaa176d70976532cbcc4f9814d50721fb1eeddb75588bb8140 assp-1.3.3.1-r3.patch.tbz2 10319
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
deleted file mode 100644
index 3a6f47155742..000000000000
--- a/mail-filter/assp/files/digest-assp-1.3.3.1-r4
+++ /dev/null
@@ -1,6 +0,0 @@
-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
diff --git a/mail-filter/assp/files/digest-assp-1.3.3.8 b/mail-filter/assp/files/digest-assp-1.3.3.8
new file mode 100644
index 000000000000..668225500773
--- /dev/null
+++ b/mail-filter/assp/files/digest-assp-1.3.3.8
@@ -0,0 +1,3 @@
+MD5 fad56889a74acc10769789bdc887f620 ASSP_1.3.3.8-Install.zip 332926
+RMD160 823307c69887aaaaf0440af637c186d1ac147a33 ASSP_1.3.3.8-Install.zip 332926
+SHA256 48a84aa63cbcff99833710c7ccbef69933558e98368982456f5ec8d201fad3ba ASSP_1.3.3.8-Install.zip 332926