summaryrefslogtreecommitdiff
path: root/security/drweb-sendmail
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2002-05-17 18:06:57 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2002-05-17 18:06:57 +0000
commitfd07f891a496b2e769e7103ef3c2875b3bb0e713 (patch)
treea49c8a7c890d26b60d5fe4836ff34a45ea31f9b1 /security/drweb-sendmail
parentUpgrade to version 1.92 . (diff)
Remove RETURN_CODES from output, there is error with diagnostic
Notes
Notes: svn path=/head/; revision=59344
Diffstat (limited to 'security/drweb-sendmail')
-rw-r--r--security/drweb-sendmail/Makefile1
-rw-r--r--security/drweb-sendmail/files/patch-ai11
2 files changed, 12 insertions, 0 deletions
diff --git a/security/drweb-sendmail/Makefile b/security/drweb-sendmail/Makefile
index 0d0b3074b60e..29dbea3e90de 100644
--- a/security/drweb-sendmail/Makefile
+++ b/security/drweb-sendmail/Makefile
@@ -7,6 +7,7 @@
PORTNAME= drweb_sendmail
PORTVERSION= 4.28.2
+PORTREVISION= 1
CATEGORIES= security mail
MASTER_SITES= http://drweb.spb.ru/download/unix/
DISTNAME= drweb-clients-${PORTVERSION}-sources
diff --git a/security/drweb-sendmail/files/patch-ai b/security/drweb-sendmail/files/patch-ai
new file mode 100644
index 000000000000..b86ef7f63dc4
--- /dev/null
+++ b/security/drweb-sendmail/files/patch-ai
@@ -0,0 +1,11 @@
+--- dw_mail.c.bak Mon May 6 14:17:40 2002
++++ dw_mail.c Fri May 17 21:46:20 2002
+@@ -810,7 +810,7 @@
+ dw_bs_empty( options );
+ if( pscan->need_report )
+ {
+- dw_bs_add( options, DRWEBD_RETURN_REPORT | DRWEBD_RETURN_CODES );
++ dw_bs_add( options, DRWEBD_RETURN_REPORT );
+ }
+ if( pscan->heuristic )
+ {