summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Thomson <wltjr@gentoo.org>2007-01-20 18:03:21 +0000
committerWilliam Thomson <wltjr@gentoo.org>2007-01-20 18:03:21 +0000
commitfffa804266a3e409b29f0fbf281d51039c94e090 (patch)
treec11cbcc3c3611444cf881002ec867d615f151eef /mail-filter
parentFix digest (diff)
downloadgentoo-2-fffa804266a3e409b29f0fbf281d51039c94e090.tar.gz
gentoo-2-fffa804266a3e409b29f0fbf281d51039c94e090.tar.bz2
gentoo-2-fffa804266a3e409b29f0fbf281d51039c94e090.zip
Updated patch, thanks again to ovaron2 :)
(Portage version: 2.1.2-r1)
Diffstat (limited to 'mail-filter')
-rw-r--r--mail-filter/assp/ChangeLog8
-rw-r--r--mail-filter/assp/assp-1.2.6-r1.ebuild (renamed from mail-filter/assp/assp-1.2.6.ebuild)2
-rw-r--r--mail-filter/assp/files/assp-1.2.6.patch33
-rw-r--r--mail-filter/assp/files/digest-assp-1.2.6-r1 (renamed from mail-filter/assp/files/digest-assp-1.2.6)0
4 files changed, 29 insertions, 14 deletions
diff --git a/mail-filter/assp/ChangeLog b/mail-filter/assp/ChangeLog
index 1862b8b03618..a6a487a1e34a 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.8 2007/01/14 18:16:20 wltjr Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/assp/ChangeLog,v 1.9 2007/01/20 18:03:21 wltjr Exp $
+
+*assp-1.2.6-r1 (20 Jan 2007)
+
+ 20 Jan 2007; William L. Thomson Jr. <wltjr@gentoo.org>
+ files/assp-1.2.6.patch, -assp-1.2.6.ebuild, +assp-1.2.6-r1.ebuild:
+ Updated patch, thanks again to ovaron2 :)
*assp-1.2.6 (14 Jan 2007)
diff --git a/mail-filter/assp/assp-1.2.6.ebuild b/mail-filter/assp/assp-1.2.6-r1.ebuild
index 9eb05d2c9d88..798ae03d5c2a 100644
--- a/mail-filter/assp/assp-1.2.6.ebuild
+++ b/mail-filter/assp/assp-1.2.6-r1.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.ebuild,v 1.1 2007/01/14 18:16:20 wltjr Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/assp/assp-1.2.6-r1.ebuild,v 1.1 2007/01/20 18:03:21 wltjr Exp $
inherit eutils
diff --git a/mail-filter/assp/files/assp-1.2.6.patch b/mail-filter/assp/files/assp-1.2.6.patch
index e985bbe7ced9..106c682c71fa 100644
--- a/mail-filter/assp/files/assp-1.2.6.patch
+++ b/mail-filter/assp/files/assp-1.2.6.patch
@@ -1,6 +1,6 @@
-diff -Naur assporg/ASSP/assp.pl x/ASSP/assp.pl
---- assporg/ASSP/assp.pl 2007-01-13 13:17:58.000000000 +0100
-+++ x/ASSP/assp.pl 2007-01-13 15:01:24.000000000 +0100
+diff -Naur assporg/ASSP/assp.pl asspmod/ASSP/assp.pl
+--- assporg/ASSP/assp.pl 2007-01-18 23:12:20.000000000 +0100
++++ asspmod/ASSP/assp.pl 2007-01-18 23:15:13.000000000 +0100
@@ -52,13 +52,10 @@
if($ARGV[0]) {
$base=$ARGV[0];
@@ -272,6 +272,15 @@ diff -Naur assporg/ASSP/assp.pl x/ASSP/assp.pl
};
local $/;
my @s = stat($fil);
+@@ -8789,7 +8786,7 @@
+ sub fileUpdated {
+ my $fil=shift;
+
+- $fil="$base/$fil" if $fil!~/^(([a-z]:)?[\/\\]|\Q$base\E)/;
++ $fil="/etc/assp/$fil" if $fil!~/^(([a-z]:)?[\/\\]|\Q\/etc\/assp\/\E)/;
+ #$fil="$base/$fil" if $fil!~/^\Q$base\E/i;
+ return 1 unless $FileUpdate{$fil};
+ my @s=stat($fil);
@@ -8891,7 +8888,7 @@
sub ConfigChangeLogfile {my ($name, $old, $new)=@_;
close LOG if $logfile;
@@ -299,9 +308,9 @@ diff -Naur assporg/ASSP/assp.pl x/ASSP/assp.pl
print LOG "Logfile reopened on HUP\n";
}
-diff -Naur assporg/ASSP/move2num.pl x/ASSP/move2num.pl
---- assporg/ASSP/move2num.pl 2007-01-13 13:17:58.000000000 +0100
-+++ x/ASSP/move2num.pl 2007-01-13 13:07:36.000000000 +0100
+diff -Naur assporg/ASSP/move2num.pl asspmod/ASSP/move2num.pl
+--- assporg/ASSP/move2num.pl 2007-01-18 23:12:20.000000000 +0100
++++ asspmod/ASSP/move2num.pl 2007-01-18 23:14:09.000000000 +0100
@@ -3,7 +3,7 @@
# renames files to numbers
# (c) John Hanna, John Calvi 2003 under the terms of the GPL
@@ -311,9 +320,9 @@ diff -Naur assporg/ASSP/move2num.pl x/ASSP/move2num.pl
$spamlog=$Config{spamlog} && "$Config{base}/$Config{spamlog}" || 'spam';
$notspamlog=$Config{notspamlog} && "$Config{base}/$Config{notspamlog}" || 'notspam';
$MaxFiles=$Config{MaxFiles} || 14003;
-diff -Naur assporg/ASSP/rebuildspamdb.pl x/ASSP/rebuildspamdb.pl
---- assporg/ASSP/rebuildspamdb.pl 2007-01-13 13:17:58.000000000 +0100
-+++ x/ASSP/rebuildspamdb.pl 2007-01-13 13:07:36.000000000 +0100
+diff -Naur assporg/ASSP/rebuildspamdb.pl asspmod/ASSP/rebuildspamdb.pl
+--- assporg/ASSP/rebuildspamdb.pl 2007-01-18 23:12:20.000000000 +0100
++++ asspmod/ASSP/rebuildspamdb.pl 2007-01-18 23:14:09.000000000 +0100
@@ -4,7 +4,7 @@
# (c) John Hanna 2003 under the terms of the GPL
# Updated July 2004 for simple proxy support.
@@ -332,9 +341,9 @@ diff -Naur assporg/ASSP/rebuildspamdb.pl x/ASSP/rebuildspamdb.pl
$whiteRE=$Config{whiteRE};
$KeepWhitelistedSpam=$Config{KeepWhitelistedSpam};
$proxyserver=$Config{proxyserver};
-diff -Naur assporg/ASSP/stats.sh x/ASSP/stats.sh
---- assporg/ASSP/stats.sh 2007-01-13 16:49:03.000000000 +0100
-+++ x/ASSP/stats.sh 2007-01-13 16:49:31.000000000 +0100
+diff -Naur assporg/ASSP/stats.sh asspmod/ASSP/stats.sh
+--- assporg/ASSP/stats.sh 2007-01-18 23:12:23.000000000 +0100
++++ asspmod/ASSP/stats.sh 2007-01-18 23:14:09.000000000 +0100
@@ -52,7 +52,7 @@
# your system's 'newsyslog' functionality. You can send a SIGHUP to
# ASSP when you roll the log so it starts afresh..KRL
diff --git a/mail-filter/assp/files/digest-assp-1.2.6 b/mail-filter/assp/files/digest-assp-1.2.6-r1
index 4e0bc062def1..4e0bc062def1 100644
--- a/mail-filter/assp/files/digest-assp-1.2.6
+++ b/mail-filter/assp/files/digest-assp-1.2.6-r1