[Clamav-devel] Clamscan ported to DJGPP

2005-08-23 Thread Blair Campbell
and needs the --database= option to specify where the virus database is located. I used the clamav 0.67 DJGPP patch that is now far outdated as a reference for my port. Blair Campbell ___ http://lurker.clamav.net/list/clamav-devel.html

Re: [Clamav-devel] Clamscan ported to DJGPP

2005-10-03 Thread Blair Campbell
Here I have a patch for the clamav CVS that allows compiliation of libclamav and clamscan on DJGPP. Note that in addition to the patch, the ./configure script needs to also #define lstat stat and #define d_ino d_namlen for DJGPP. diff -ur clamav-devel.orig/clamscan/treewalk.c clamav/clamscan/tre

Re: [Clamav-devel] Clamscan ported to DJGPP

2005-10-04 Thread Blair Campbell
> Mind you, if > curl isn't supported on DJGPP, how come configure doesn't notice that. CURL is supported on DJGPP, and I don't know how to modify configure script. However, adding CURL support in clamscan for DJGPP is bloat, since DJGPP can only statically link binaries and linking in CURL and W

Re: [Clamav-devel] Clamscan ported to DJGPP

2005-10-04 Thread Blair Campbell
> > Here I have a patch for the clamav CVS that allows compiliation of > > libclamav and clamscan on DJGPP. Note that in addition to the patch, > > the ./configure script needs to also #define lstat stat and #define > > d_ino d_namlen for DJGPP. > > > mbox.c: > > #ifC_SOLARIS && __GNUC__ > >

Re: [Clamav-devel] Clamscan ported to DJGPP

2005-10-04 Thread Blair Campbell
> Would it be possible to get the rest of the patch merged and for > someone who is experienced in editing configure scripts to add the > neccessary defines to modify the configure script? (#define d_ino > d_namlen #define lstat stat) The only known bug in the DOS/DJGPP port of clamscan is its in

[Clamav-devel] DJGPP port of ClamAV

2008-02-01 Thread Blair Campbell
I've just compiled a DJGPP port of ClamAV 0.92 (clamconf, clamscan, freshclam, and sigtool), and I have prepared a diff file. Is anyone interested in helping me to make this a more official port? -- Fall is my favorite season in Los Angeles, watching the birds change color and fall from the tree

[Clamav-devel] Binhex and PDF decoders

2009-03-02 Thread Blair Campbell
Hi. I am compiling clamav on a platform that does not provide mmap (required by pdf and binhex decoders), so I wrote a small patch that adds support for those formats without use of mmap (for platforms that don't provide it). Anybody interested? The patch is in bug #1432. ___