Re: [clamav-users] daily.cvd: Malformed database

2015-06-05 Thread Yuri Voinov
Solaris 10 have shipped GCC 3. You need to use fresh GCC 4 from, for example, http://opencsw.org repository. Or, you can build GCC 4 with shipped GCC 3 yourself. 05.06.15 13:42, MAYER Hans пишет: Dear all, Thanks for your feedback. In the meantime I could compile the latest version on

Re: [clamav-users] daily.cvd: Malformed database

2015-06-05 Thread MAYER Hans
Dear all, Thanks for your feedback. In the meantime I could compile the latest version on Solaris 11.2 and run successfully. But not on Solaris 10. Here it compiles but does not run. The difference is the following On Solaris 11 I have gcc version 4.5.2 On Solaris 10 I have gcc version 3.4.3

Re: [clamav-users] ClamAV® blog: ClamAV 0.99b Meets YARA!

2015-06-05 Thread Steve Basford
Hi Tom, I certainly don't see why Yara rules aren't going to be rsynced, I'll chat with you off list. On 5 June 2015 16:33:16 TR Shaw ts...@oitc.com wrote: Steve I have my own yara rules. Are you going to accept them for rsync? Tom On Jun 5, 2015, at 11:02 AM, Steve Basford

Re: [clamav-users] ClamAV® blog: ClamAV 0.99b Meets YARA!

2015-06-05 Thread TR Shaw
Steve I have my own yara rules. Are you going to accept them for rsync? Tom On Jun 5, 2015, at 11:02 AM, Steve Basford steveb_cla...@sanesecurity.com wrote: On Wed, June 3, 2015 8:02 pm, Joel Esler (jesler) wrote: ClamAV 0.99b Meets YARA! The first beta release of ClamAV 0.99 is now

[clamav-users] unsubscribe

2015-06-05 Thread YoloITS
unsubscribe This message, including any attachments, is intended solely for the use of the named recipient(s) and may contain confidential and/or privileged information. Any unauthorized review, use, disclosure or distribution of this communication(s) is

Re: [clamav-users] daily.cvd: Malformed database

2015-06-05 Thread Steven Morgan
You could also try './configure --enable-llvm=no' and compile with gcc 3. This will disable compiling the bytecode just-in-time compiler and use the bytecode interpreter instead. On Fri, Jun 5, 2015 at 5:24 AM, Yuri Voinov yvoi...@gmail.com wrote: Solaris 10 have shipped GCC 3. You need to use

Re: [clamav-users] ClamAVÂ(R) blog: ClamAV 0.99b Meets YARA!

2015-06-05 Thread Steven Morgan
No windows binaries yet, but work is in progress. Thanks, Steve On Fri, Jun 5, 2015 at 11:02 AM, Steve Basford steveb_cla...@sanesecurity.com wrote: On Wed, June 3, 2015 8:02 pm, Joel Esler (jesler) wrote: ClamAV 0.99b Meets YARA! The first beta release of ClamAV 0.99 is now on

Re: [clamav-users] ClamAV® blog: ClamAV 0.99b Meets YARA!

2015-06-05 Thread Steve Basford
On Wed, June 3, 2015 8:02 pm, Joel Esler (jesler) wrote: ClamAV 0.99b Meets YARA! The first beta release of ClamAV 0.99 is now on SourceForge! ClamAV 0.99 Since this is such a large feature, please help us by downloading, using, and testing this feature and reporting bugs via our usual

Re: [clamav-users] daily.cvd: Malformed database

2015-06-05 Thread Yuri Voinov
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Oh, sure. Forgot about it - on Solaris 10 this option is required. 05.06.15 21:03, Steven Morgan пишет: You could also try './configure --enable-llvm=no' and compile with gcc 3. This will disable compiling the bytecode just-in-time compiler and