Nigel Horne | 4 Nov 2008 12:05
Picon
Gravatar

ClamAV 0.94.1

Folks,

We are pleased to announce the release of the for ClamAV 0.94.1.

There is one new feature in this release. This feature 
allows ClamAV users optionally to submit statistics to us about what they
detect in the field. We will then use this data to determine what types of
Malware/Viruses are the most detected in the field and in what geographic area they are.

Otherwise this is a bug fix release.

For further information please refer to www.clamav.net.

--

-- 
Nigel Horne, nigel.horne <at> sourcefire.com
Director of Product Management (ClamAV), Sourcefire, http://www.sourcefire.com
+44 1226 241048 or +1 706 705 4022 FAX: +44 870 705 9334, Skype: nigelhorne

Come to Las Vegas to see the latest in Sourcefire and open source innovation.
Register at www.bossconference.com by November 30th to save $200!

_______________________________________________
Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net
http://www.clamav.net/support/ml

Vincent Régnard | 4 Nov 2008 16:53
Favicon

libtool trouble compiling 0.94.1

Hi all,

Compiling 0.94.1 within the same environement as I did without trouble 
for 0.94, I encounter the following error that stops the compilation 
process:

+ make
make  all-recursive
make[1]: Entering directory 
`/mnt/pitux_data/rpmbuild/RPM/BUILD/clamav-0.94.1'
Making all in libclamunrar
make[2]: Entering directory 
`/mnt/pitux_data/rpmbuild/RPM/BUILD/clamav-0.94.1/libclamunrar'
/bin/sh ../libtool --tag=CC   --mode=compile /usr/bin/gcc 
-DHAVE_CONFIG_H -I. -I..  -I..   -O2 -fomit-frame-pointer -pipe 
-mcpu=pentiumpro -march=i586 -fno-strength-reduce -MT unrar15.lo -MD -MP 
-MF .deps/unrar15.Tpo -c -o unrar15.lo unrar15.c
../libtool: X--tag=CC: command not found
../libtool: libtool: ignoring unknown tag : command not found
../libtool: X--mode=compile: command not found
../libtool: *** Warning: inferring the mode of operation is deprecated.: 
command not found
../libtool: *** Future versions of Libtool will require --mode=MODE be 
specified.: command not found
../libtool: X/usr/bin/gcc: No such file or directory
../libtool: X-DHAVE_CONFIG_H: command not found
../libtool: X-I.: command not found
../libtool: X-I..: command not found
../libtool: X-I..: command not found
../libtool: X-O2: command not found
(Continue reading)

aCaB | 4 Nov 2008 17:06
Picon

Re: libtool trouble compiling 0.94.1

Vincent Régnard wrote:
> Hi all,
> 
> Compiling 0.94.1 within the same environement as I did without trouble
> for 0.94, I encounter the following error that stops the compilation
> process:
> 
> + make
> make  all-recursive
> make[1]: Entering directory
> `/mnt/pitux_data/rpmbuild/RPM/BUILD/clamav-0.94.1'
> Making all in libclamunrar
> make[2]: Entering directory
> `/mnt/pitux_data/rpmbuild/RPM/BUILD/clamav-0.94.1/libclamunrar'
> /bin/sh ../libtool --tag=CC   --mode=compile /usr/bin/gcc
> -DHAVE_CONFIG_H -I. -I..  -I..   -O2 -fomit-frame-pointer -pipe
> -mcpu=pentiumpro -march=i586 -fno-strength-reduce -MT unrar15.lo -MD -MP
> -MF .deps/unrar15.Tpo -c -o unrar15.lo unrar15.c
> ../libtool: X--tag=CC: command not found
> ../libtool: libtool: ignoring unknown tag : command not found
> ../libtool: X--mode=compile: command not found
> ../libtool: *** Warning: inferring the mode of operation is deprecated.:
> command not found
> ../libtool: *** Future versions of Libtool will require --mode=MODE be
> specified.: command not found
> ../libtool: X/usr/bin/gcc: No such file or directory
> ../libtool: X-DHAVE_CONFIG_H: command not found
> ../libtool: X-I.: command not found
> ../libtool: X-I..: command not found
> ../libtool: X-I..: command not found
(Continue reading)

Vincent Régnard | 4 Nov 2008 17:13
Favicon

Re: libtool trouble compiling 0.94.1

aCaB a écrit :
> Vincent Régnard wrote:
>> Hi all,
>>
>> Compiling 0.94.1 within the same environement as I did without trouble
>> for 0.94, I encounter the following error that stops the compilation
>> process:
>>
>> + make
>> make  all-recursive
>> make[1]: Entering directory
>> `/mnt/pitux_data/rpmbuild/RPM/BUILD/clamav-0.94.1'
>> Making all in libclamunrar
>> make[2]: Entering directory
>> `/mnt/pitux_data/rpmbuild/RPM/BUILD/clamav-0.94.1/libclamunrar'
>> /bin/sh ../libtool --tag=CC   --mode=compile /usr/bin/gcc
>> -DHAVE_CONFIG_H -I. -I..  -I..   -O2 -fomit-frame-pointer -pipe
>> -mcpu=pentiumpro -march=i586 -fno-strength-reduce -MT unrar15.lo -MD -MP
>> -MF .deps/unrar15.Tpo -c -o unrar15.lo unrar15.c
>> ../libtool: X--tag=CC: command not found
>> ../libtool: libtool: ignoring unknown tag : command not found
>> ../libtool: X--mode=compile: command not found
>> ../libtool: *** Warning: inferring the mode of operation is deprecated.:
>> command not found
>> ../libtool: *** Future versions of Libtool will require --mode=MODE be
>> specified.: command not found
>> ../libtool: X/usr/bin/gcc: No such file or directory
>> ../libtool: X-DHAVE_CONFIG_H: command not found
>> ../libtool: X-I.: command not found
>> ../libtool: X-I..: command not found
(Continue reading)

aCaB | 4 Nov 2008 17:26
Picon

Re: libtool trouble compiling 0.94.1

Vincent Régnard wrote:
> I have a rpmbuild macro that is doing
> 
> %{?__libtoolize:[ -f configure.in ] && %{__libtoolize} --copy --force} ;
> 
> before executing configure
> 
> I cannot tell what this is exactly doing nor why, it's been doing so for
> years...
> 
> On thing is sure, replacing clamav's autobuild ./libtool with my
> system's default (an old 1.5.22) is solving the trouble in my case.
> 
> Is there any problem using my system's libtool instead of clamav's in
> that case ?

Yes, precisely.
With --force libtoolize overwrites the shipped libtool stuff and
replaces it with your system's libtool (which is older and not
compatible). It never triggered before because we were in turn shipping
an outdated libtool as well, but at some point due to problems with
darwin (IIRC) we had to upgrade.
If you can get the reconfigure script to run without --force you should
have no problems.

-aCaB
_______________________________________________
http://lurker.clamav.net/list/clamav-devel.html
Please submit your patches to our Bugzilla: http://bugs.clamav.net
Nigel Horne | 6 Nov 2008 15:34
Picon
Gravatar

ClamAV Webinar on 3rd December

Hi Everyone,

The next ClamAV Webcast will be on Wednesday 3rd December at 1800UTC 
(1300EST).

The presentation will cover common pitfalls in the deployment of ClamAV. It 
will then
recommend the best practices for logging, scan limits, SMP systems, usage of
PUA, setting up freshclam, using ClamAV on more hosts on your network and
submitting detection statistics, followed by an overview of the engine
configuration flags found in 0.94.1.

Finally the presentation will describe a recommended upgrade procedure,
showing common pitfalls and best practices to avoid them such as forgetting
to review configuration changes, testing the new version before deployment
and restarting the daemons.

The broadcast will include a Q&A session.

For further details, including how to listen to the broadcast and a 
biography of the speaker,
Török Edvin, please visit
http://www.clamav.net/2008/10/30/clamav-best-practices-webinar/

As always this session will be recorded and archived on ClamAV.net and 
Sourcefire.com.

Finally, if you have any topic you'd like to see us cover in the future, or 
if you'd like to give
a presentation (we welcome talks from the community), please contact me at 
(Continue reading)

Per Jessen | 14 Nov 2008 16:45
Picon
Favicon

Re: ClamAV Webinar on 3rd December

Nigel Horne wrote:

> For further details, including how to listen to the broadcast and a
> biography of the speaker,
> Török Edvin, please visit
> http://www.clamav.net/2008/10/30/clamav-best-practices-webinar/
> 

Did I miss it, or is there no European or a VoIP dial-in point? 

/Per Jessen, Zürich

_______________________________________________
http://lurker.clamav.net/list/clamav-devel.html
Please submit your patches to our Bugzilla: http://bugs.clamav.net
Nigel Horne | 14 Nov 2008 16:46
Picon
Gravatar

Re: ClamAV Webinar on 3rd December

Per Jessen wrote:
> Nigel Horne wrote:
>
>   
>> For further details, including how to listen to the broadcast and a
>> biography of the speaker,
>> Török Edvin, please visit
>> http://www.clamav.net/2008/10/30/clamav-best-practices-webinar/
>>
>>     
>
> Did I miss it, or is there no European or a VoIP dial-in point? 
>   

No, it's still on for 3rd December.

-Nigel

--

-- 
Nigel Horne. Adjudicator, Arranger, Band Trainer, Conductor, Composer, Tutor.
NJH Music, Barnsley, UK.  ICQ#20252325
njh <at> bandsman.co.uk http://www.bandsman.co.uk

_______________________________________________
http://lurker.clamav.net/list/clamav-devel.html
Please submit your patches to our Bugzilla: http://bugs.clamav.net
Renato Botelho | 17 Nov 2008 16:29
Picon
Gravatar

Clamav snapshot 20081114 build error at FreeBSD

Hello,

I was trying to update clamav-devel's freebsd port to 20081114
snapshot but its build failed at this point:

rm -fr .libs/libclamav.lax
mkdir .libs/libclamav.lax
rm -fr .libs/libclamav.lax/libltdlc.a
mkdir .libs/libclamav.lax/libltdlc.a
(cd .libs/libclamav.lax/libltdlc.a && ar x
/home/garga/prs/clamav-devel/work/clamav-devel-20081114/libclamav/../libltdl/.libs/libltdlc.a)
rm -fr .libs/libclamav.lax/liblzma.a
mkdir .libs/libclamav.lax/liblzma.a
(cd .libs/libclamav.lax/liblzma.a && ar x
/home/garga/prs/clamav-devel/work/clamav-devel-20081114/libclamav/lzma/.libs/liblzma.a)
ar cru .libs/libclamav.a  matcher-ac.o matcher-bm.o matcher.o md5.o
others.o readdb.o cvd.o dsig.o str.o scanners.o textdet.o filetypes.o
rtf.o blob.o mbox.o message.o table.o text.o ole2_extract.o
vba_extract.o msexpand.o pe.o disasm.o upx.o htmlnorm.o chmunpack.o
rebuildpe.o petite.o wwunpack.o unsp.o aspack.o packlibs.o fsg.o mew.o
upack.o line.o untar.o unzip.o inflate64.o special.o binhex.o is_tar.o
tnef.o autoit.o strlcpy.o regcomp.o regerror.o regexec.o regfree.o
unarj.o bzlib.o nulsft.o infblock.o pdf.o spin.o yc.o elf.o sis.o
uuencode.o phishcheck.o phish_domaincheck_db.o phish_whitelist.o
regex_list.o regex_suffix.o mspack.o cab.o entconv.o hashtab.o dconf.o
lzma_iface.o explode.o textnorm.o dlp.o js-norm.o uniq.o version.o
mpool.o  .libs/libclamav.lax/libltdlc.a/libltdlc_la-preopen.o
.libs/libclamav.lax/libltdlc.a/libltdlc_la-lt__alloc.o
.libs/libclamav.lax/libltdlc.a/libltdlc_la-lt_dlloader.o
.libs/libclamav.lax/libltdlc.a/libltdlc_la-lt_error.o
(Continue reading)

Török Edwin | 17 Nov 2008 18:16
Picon

Re: Clamav snapshot 20081114 build error at FreeBSD

On 2008-11-17 17:29, Renato Botelho wrote:
> Hello,
>
>   

Hi,

> libtool: link: `/home/garga/prs/clamav-devel/work/clamav-devel-20081114/libltdl/dlopen.la'
> is not a valid libtool archive
> gmake[4]: *** [libclamav.la] Error 1
> gmake[4]: Leaving directory
> `/home/garga/prs/clamav-devel/work/clamav-devel-20081114/libclamav'
> gmake[3]: *** [all-recursive] Error 1
> gmake[3]: Leaving directory
> `/home/garga/prs/clamav-devel/work/clamav-devel-20081114/libclamav'
> gmake[2]: *** [all] Error 2
> gmake[2]: Leaving directory
> `/home/garga/prs/clamav-devel/work/clamav-devel-20081114/libclamav'
> gmake[1]: *** [all-recursive] Error 1
> gmake[1]: Leaving directory
> `/home/garga/prs/clamav-devel/work/clamav-devel-20081114'
> gmake: *** [all] Error 2
>
> The content of /home/garga/prs/clamav-devel/work/clamav-devel-20081114/libltdl/dlopen.la
> is here:
>
> http://pastebin.com/f13ec7157
>   

This says that it was generated by libtool 1.5.26, which is wrong.
(Continue reading)


Gmane