diff options
author | ache <ache@FreeBSD.org> | 2002-05-18 13:39:32 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2002-05-18 13:39:32 +0000 |
commit | 585e9191827616b03f7c7a791d0985f78f88aa16 (patch) | |
tree | a2f7d9e4527b84d762e1350b969304d8416b3f2f /security/drweb-sendmail | |
parent | 2b3faa92d48cb0fbb239e9f62ad7b7cd9a57c66d (diff) | |
download | FreeBSD-ports-585e9191827616b03f7c7a791d0985f78f88aa16.zip FreeBSD-ports-585e9191827616b03f7c7a791d0985f78f88aa16.tar.gz |
Add missing demon error code
Diffstat (limited to 'security/drweb-sendmail')
-rw-r--r-- | security/drweb-sendmail/Makefile | 2 | ||||
-rw-r--r-- | security/drweb-sendmail/files/patch-aj | 10 |
2 files changed, 11 insertions, 1 deletions
diff --git a/security/drweb-sendmail/Makefile b/security/drweb-sendmail/Makefile index 29dbea3..4fb57f9 100644 --- a/security/drweb-sendmail/Makefile +++ b/security/drweb-sendmail/Makefile @@ -7,7 +7,7 @@ PORTNAME= drweb_sendmail PORTVERSION= 4.28.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security mail MASTER_SITES= http://drweb.spb.ru/download/unix/ DISTNAME= drweb-clients-${PORTVERSION}-sources diff --git a/security/drweb-sendmail/files/patch-aj b/security/drweb-sendmail/files/patch-aj new file mode 100644 index 0000000..12fcf5d --- /dev/null +++ b/security/drweb-sendmail/files/patch-aj @@ -0,0 +1,10 @@ +--- src/dwc_lib.c.bak Thu May 16 17:02:43 2002 ++++ src/dwc_lib.c Sat May 18 17:14:28 2002 +@@ -63,6 +63,7 @@ + { DERR_TOO_COMPRESSED, "too high compression ratio" }, + { DERR_BAD_CALL, "invalid call" }, + { DERR_SPAM, "filter rule alert" }, ++ { DERR_EVAL_KEY, "evaluation version used" }, + END_OF_TABLE + }; + static const int DaemonMsgTableSize = (sizeof(DaemonMsgTable) / sizeof(DWC_msg_entry_t)) - 1; |