Minor update to mimedefang-2.74.

This commit is contained in:
ajacoutot 2013-06-13 07:27:49 +00:00
parent 07a5aebd2d
commit fdd6e90975
3 changed files with 10 additions and 14 deletions

View File

@ -1,9 +1,8 @@
# $OpenBSD: Makefile,v 1.33 2013/03/28 14:27:19 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.34 2013/06/13 07:27:49 ajacoutot Exp $
COMMENT= mailfilter to identify and mark spam
DISTNAME= mimedefang-2.73
REVISION= 9
DISTNAME= mimedefang-2.74
CATEGORIES= mail
HOMEPAGE= http://www.mimedefang.org/

View File

@ -1,5 +1,2 @@
MD5 (mimedefang-2.73.tar.gz) = OFaAwW+37LNF14BqXuMYQw==
RMD160 (mimedefang-2.73.tar.gz) = sMmIqoWOEdMCO4n0vMaIzvT/WX8=
SHA1 (mimedefang-2.73.tar.gz) = IkQiSVyqzarsJhdD7BHyWo4GXJo=
SHA256 (mimedefang-2.73.tar.gz) = iKDylOUXNItpKw4PImtg+Q+pTrDnceAqtxbI5Q2M9xQ=
SIZE (mimedefang-2.73.tar.gz) = 356601
SHA256 (mimedefang-2.74.tar.gz) = 6zXSANKRz31FbGRLlMnUglyi0ONFGTU51jzZca3rhgU=
SIZE (mimedefang-2.74.tar.gz) = 362500

View File

@ -1,10 +1,10 @@
$OpenBSD: patch-mimedefang_pl_in,v 1.2 2012/06/21 05:57:43 ajacoutot Exp $
$OpenBSD: patch-mimedefang_pl_in,v 1.3 2013/06/13 07:27:49 ajacoutot Exp $
Fix Avira/Antivir.
--- mimedefang.pl.in.orig Wed Dec 21 19:43:21 2011
+++ mimedefang.pl.in Wed Jun 20 17:26:26 2012
@@ -3472,7 +3472,7 @@ sub entity_contains_virus_hbedv ($) {
--- mimedefang.pl.in.orig Sat May 25 17:30:50 2013
+++ mimedefang.pl.in Thu Jun 13 09:24:32 2013
@@ -3497,7 +3497,7 @@ sub entity_contains_virus_hbedv ($) {
# Run antivir
my($code, $category, $action) =
@ -13,7 +13,7 @@ Fix Avira/Antivir.
if ($action ne 'proceed') {
return (wantarray ? ($code, $category, $action) : $code);
}
@@ -3497,7 +3497,7 @@ sub message_contains_virus_hbedv () {
@@ -3522,7 +3522,7 @@ sub message_contains_virus_hbedv () {
# Run antivir
my($code, $category, $action) =
@ -22,7 +22,7 @@ Fix Avira/Antivir.
return (wantarray ? interpret_hbedv_code($code) : $code);
}
@@ -3511,7 +3511,7 @@ sub interpret_hbedv_code ($) {
@@ -3536,7 +3536,7 @@ sub interpret_hbedv_code ($) {
# Virus or virus in memory
if ($code == 1 || $code == 2 || $code == 3) {