2007-02-28 21:42:05 by Juan Romero Pardines | Files touched by this commit (2) |
Log message:
Disable --enable-experimental by default, because it does not work
correctly with sparc64.
Make it an option: clamav-experimental.
Move all options into the options.mk file.
|
2007-02-17 13:06:10 by Juan Romero Pardines | Files touched by this commit (1) |
Log message:
Enable the option readdir_r, clamav will use it if it's available and
if it was enabled correctly in autoconf.
|
2007-02-16 15:40:41 by Juan Romero Pardines | Files touched by this commit (8) |
Log message:
Update to 0.90:
The 0.9x series introduces lots of improvements in terms of detection
rate and performance, like support for many new packers and decryptors,
RAR3 and SIS archives, and a new phishing signatures format that proves
to be very effective.
|
2006-12-11 19:55:45 by Juan Romero Pardines | Files touched by this commit (2) |
Log message:
Update to 0.88.7:
This version improves scanning of mail and tar files.
|
2006-11-19 12:50:26 by Thomas Klausner | Files touched by this commit (42) |
Log message:
tv@ pointed out that curl-7.16.0 had a shlib major bump --
increase its BUILDLINK_ABI_DEPENDS, and bump PKGREVISIONs
of dependencies.
Sorry for not finding this earlier.
|
2006-11-07 08:09:06 by Martti Kuparinen | Files touched by this commit (2) |
Log message:
Updated mail/clamav to 0.88.6
- freshclam: apply timeout patch from Everton da Silva Marques
<everton*lab.ipaccess.diveo.net.br> (new options: ConnectTimeout and
ReceiveTimeout)
- clamd: change stack size at the right place (closes bug#103)
Patch from Jonathan Chen <jon+clamav*spock.org>
- libclamav/petite.c: sanity check the number of rebuilt sections (speeds
up handling of malformed files)
|
2006-10-19 09:30:15 by Martti Kuparinen | Files touched by this commit (7) |
Log message:
Updated mail/clamav to 0.88.5
(I tried to contact the MAINTAINER but got no reply. I'm using this in our
production systems so this should work just fine.)
* Bugfixes:
- libclamav/rebuildpe.c: fix possible heap overflow [IDEF1597]
- libclamav/chmunpack.c: fix possible crash [IDEF1736]
- freshclam/manager.c: "Cache-Control: no-cache" is now disabled \
by default.
If you're behind a broken proxy you can recompile freshclam with
--enable-no-cache.
|
2006-08-09 20:35:45 by Lubomir Sedlacik | Files touched by this commit (2) | |
Log message:
Security update to version 0.88.4
Changes:
- libclamav/upx.c: fix possible heap overflow
See http://www.clamav.net/security/0.88.4.html for details.
- libclamav/tnef.c: handle trailing newline at the end of winmail.dat,
bug reported by Menno Smits <menno*netboxblue.com>
- freshclam/manager.c: fix possible infinite loop when read() fails
in get_database(), spotted by Everton da Silva Marques
<everton*lab.ipaccess.diveo.net.br>
|
2006-07-09 01:11:17 by Johnny C. Lam | Files touched by this commit (877) |
Log message:
Change the format of BUILDLINK_ORDER to contain depth information as well,
and add a new helper target and script, "show-buildlink3", that outputs
a listing of the buildlink3.mk files included as well as the depth at
which they are included.
For example, "make show-buildlink3" in fonts/Xft2 displays:
zlib
fontconfig
iconv
zlib
freetype2
expat
freetype2
Xrender
renderproto
|
2006-07-09 00:39:49 by Johnny C. Lam | Files touched by this commit (877) |
Log message:
Track information in a new variable BUILDLINK_ORDER that informs us
of the order in which buildlink3.mk files are (recursively) included
by a package Makefile.
|