summaryrefslogtreecommitdiff
path: root/security/clamav
AgeCommit message (Collapse)AuthorFilesLines
2014-01-16ClamAV 0.98.1 provides improved support of Mac OS X platform, support for ↵adam3-30/+6
new file types, and quality improvements. These include: - Extraction, decompression, and scanning of files within Apple Disk Image (DMG) format. - Extraction, decompression, and scanning of files within Extensible Archive (XAR) format. XAR format is commonly used for software packaging, such as PKG and RPM, as well as general archival. - Decompression and scanning of files in "Xz" compression format. - Improvements and fixes to extraction and scanning of ole formats. - Option to force all scanned data to disk. This impacts only a few file types where some embedded content is normally scanned in memory. Enabling this option ensures that a file descriptor exists when callback functions are used, at a small performance cost. This should only be needed when callback functions are used that need file access. - Various improvements to ClamAV configuration, support of third party libraries, and unit tests.
2013-10-02ClamAV 0.98 includes many new features, across many different componentsadam7-16/+63
of ClamAV. There are new scanning options, extensions to the libclamav API, support for additional filetypes, and internal upgrades.
2013-04-23Changes 0.97.8:adam2-6/+6
ClamAV 0.97.8 addresses several reported potential security bugs.
2013-03-15Changes 0.97.7:adam2-6/+6
This is a bugfix release.
2012-10-23Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-2/+1
2012-10-03ClamAV 0.97.6 includes minor bug fixes and detection improvements.adam2-6/+6
2012-07-02Changes 0.97.5:adam3-14/+8
* libclamav: Scan output at end of truncated tar * libclamav: Fix handling of tar file with malformed header * libclamav: Scan chm with invalid handling * freshclam: give custom dbs higher priority during update * libclamav: detect read races and abort the scan with an error * libclamav/pe.c: drop old header check
2012-01-26Use SET_LIBDIR with packages that want to use to lib64sbd1-4/+2
2012-01-17Convert packages with add --libdir=* to CONFIGURE_ARGS to usesbd1-3/+4
GNU_CONFIGURE_LIBDIR or GNU_CONFIGURE_LIBSUBDIR.
2011-10-26update to 0.97.3 fixes SA46455tez2-6/+6
freshclam/manager.c: fix error when compiling without DNS support (bb#3056) libclamav/pdf.c: flag and dump PDF objects with /Launch (bb #3514) libclamav/bytecode.c,bytecode_api.c: fix recursion level crash
2011-07-25Changes 0.97.2adam2-6/+6
ClamAV 0.97.2 fixes problems with the bytecode engine, Safebrowsing detection, hash matcher, and other minor issues. Please see the ChangeLog file for details.
2011-07-08Changes 0.97.1:adam5-17/+17
This is a bugfix release recommended for all users. Please refer to the ChangeLog file for details.
2011-02-08Changes 0.97:adam2-6/+8
ClamAV 0.97 brings many improvements, including complete Windows support (all major components compile out-of-box under Visual Studio), support for signatures based on SHA1 and SHA256, better error detection, as well as speed and memory optimizations. The complete list of changes is available in the ChangeLog file.
2010-12-24Move clamav into security/. No objections on tech-pkg@kefren16-0/+381
Part of PR/32554