2009-05-19 10:59:39 by Thomas Klausner | Files touched by this commit (383) |
Log message:
Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT
block). Uncomment some commented out LICENSE lines while here.
|
2009-04-14 08:16:24 by Martti Kuparinen | Files touched by this commit (1) |
Log message:
PKGREVISION++ after the unrar fixes...
|
2009-04-10 09:58:29 by Adam Ciarcinski | Files touched by this commit (3) |
Log message:
Fix problem with scanning RAR archives
|
2009-04-09 10:03:44 by Martti Kuparinen | Files touched by this commit (1) |
Log message:
Regenerated.
|
2009-04-09 10:00:34 by Martti Kuparinen | Files touched by this commit (1) |
Log message:
Activated LICENSE
|
2009-04-09 10:00:10 by Martti Kuparinen | Files touched by this commit (4) |
Log message:
Updated mail/clamav to 0.95.1
Lots of bug fixes, see http://svn.clamav.net/svn/clamav-devel/trunk/ChangeLog
for details.
|
2009-03-25 10:21:20 by Adam Ciarcinski | Files touched by this commit (10) |
Log message:
Changes 0.95:
* Google Safe Browsing support.
* New clamav-milter.
* Clamd extensions.
* Improved API.
* ClamdTOP.
* Memory Pool Allocator.
* Unified Option Parser.
|
2009-03-20 20:25:55 by Joerg Sonnenberger | Files touched by this commit (1252) |
Log message:
Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
|
2008-11-27 07:07:49 by Martti Kuparinen | Files touched by this commit (3) |
Log message:
Updated mail/clamav to 0.94.2
Lots of bug fixes, including
* clamd: LogFileUnlock was not working correctly (bb#1304)
* freshclam/manager.c: add support for http proxy in SubmitDetectionStats
(bb#1284)
* unit_tests/valgrind.supp: add more valgrind suppressions (bb#1283,#1286,#1294)
* libclamav/readdb.c: fix handling of malformed ldb sigs (bb#1292)
* freshclam/manager.c: improve reporting of server failures (bb#777)
* clamscan/manager.c: fix double-slash when scanning the root dir (bb#1263)
* libclamav/nsis: improve lateny (bb#1180)
* libclamunrar/unrar.c: avoid rar_malloc warnings on damaged files (bb #1290)
* libclamav/htmlnorm.c: fix memory leak (bb #1291)
|
2008-11-04 08:16:18 by Martti Kuparinen | Files touched by this commit (6) |
Log message:
Updated mail/clamav to 0.94.1
* Bug fixes
|