openbsd-ports/security/clamav/patches/patch-clamd_session_h
mbalmer fa0e2fef8f Update ClamAV to version 0.93, which fixes mostly security problems, at
least one highly critical (remote). See http://secunia.com/advisories/29000
for details.

Thanks to kurt@ for helping analyzing the threaded code issues.
2008-04-16 19:46:01 +00:00

12 lines
352 B
Plaintext

$OpenBSD: patch-clamd_session_h,v 1.4 2008/04/16 19:46:01 mbalmer Exp $
--- clamd/session.h.orig Wed Apr 2 22:53:44 2008
+++ clamd/session.h Mon Apr 14 18:41:12 2008
@@ -37,6 +37,7 @@
#define CMD11 "SHUTDOWN"
/* #define CMD12 "FD" */
#define CMD13 "MULTISCAN"
+#define CMD14 "FILDES"
#include "libclamav/clamav.h"
#include "shared/cfgparser.h"