diff options
author | adam <adam@pkgsrc.org> | 2015-12-11 16:31:06 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2015-12-11 16:31:06 +0000 |
commit | a9542868872dd9d43fb012946aad599756c8aecd (patch) | |
tree | 906ee2e950f26db3f3425c74eaffa0eacb19a9e4 /security/clamav-doc | |
parent | 06fea984605b979d8d0d8376445ffd42f46fb48f (diff) | |
download | pkgsrc-a9542868872dd9d43fb012946aad599756c8aecd.tar.gz |
ClamAV 0.99 contains major new features and changes. YARA rules,
Perl Compatible Regular Expressions, revamped on-access scanning
for Linux, and other new features join the many great features of ClamAV:
- Processing of YARA rules(some limitations- see signatures.pdf).
- Support in ClamAV logical signatures for many of the features
added for YARA, such as Perl Compatible Regular Expressions,
alternate strings, and YARA string attributes. See signatures.pdf
for full details.
- New and improved on-access scanning for Linux. See the recent blog
post and clamdoc.pdf for details on the new on-access capabilities.
- A new ClamAV API callback function that is invoked when a virus
is found. This is intended primarily for applications running in
all-match mode. Any applications using all-match mode must use
the new callback function to record and report detected viruses.
- Configurable default password list to attempt zip file decryption.
- TIFF file support.
- Upgrade Windows pthread library to 2.9.1.
- A new signature target type for designating signatures to run
against files with unknown file types.
- Improved fidelity of the "data loss prevention" heuristic
algorithm. Code supplied by Bill Parker.
- Support for LZMA decompression within Adobe Flash files.
- Support for MSO attachments within Microsoft Office 2003 XML files.
- A new sigtool option(--ascii-normalize) allowing signature authors
to more easily generate normalized versions of ascii files.
- Windows installation directories changed from \Program Files\Sourcefire\
ClamAV to \Program Files\ClamAV or \Program Files\ClamAV-x64.
Diffstat (limited to 'security/clamav-doc')
-rw-r--r-- | security/clamav-doc/Makefile | 12 | ||||
-rw-r--r-- | security/clamav-doc/PLIST | 5 |
2 files changed, 6 insertions, 11 deletions
diff --git a/security/clamav-doc/Makefile b/security/clamav-doc/Makefile index a0a2a080aca..2cb10ddeefd 100644 --- a/security/clamav-doc/Makefile +++ b/security/clamav-doc/Makefile @@ -1,14 +1,9 @@ -# $NetBSD: Makefile,v 1.1 2015/03/15 00:55:06 taca Exp $ +# $NetBSD: Makefile,v 1.2 2015/12/11 16:31:06 adam Exp $ -DISTNAME= clamav-${CLAMAV_VERSION} -PKGNAME= clamav-doc-${CLAMAV_VERSION} -CATEGORIES= security -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=clamav/} +.include "../../security/clamav/Makefile.common" -MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.clamav.net/ +PKGNAME= ${DISTNAME:S/clamav/clamav-doc/} COMMENT= Anti-virus toolkit documents -LICENSE= gnu-gpl-v2 NO_BUILD= yes NO_CONFIGURE= yes @@ -27,5 +22,4 @@ do-install: cd ${WRKSRC}/docs && ${FIND} html -type f -print | \ pax -rw ${DESTDIR}${DOCDIR} -.include "../../security/clamav/Makefile.common" .include "../../mk/bsd.pkg.mk" diff --git a/security/clamav-doc/PLIST b/security/clamav-doc/PLIST index 87f85c10122..1c918d6d4cf 100644 --- a/security/clamav-doc/PLIST +++ b/security/clamav-doc/PLIST @@ -1,17 +1,18 @@ -@comment $NetBSD: PLIST,v 1.2 2015/03/21 21:51:20 taca Exp $ +@comment $NetBSD: PLIST,v 1.3 2015/12/11 16:31:06 adam Exp $ share/doc/clamav/clamdoc.pdf share/doc/clamav/html/WARNINGS share/doc/clamav/html/clam.png share/doc/clamav/html/clamdoc.css share/doc/clamav/html/clamdoc.html share/doc/clamav/html/contents.png +share/doc/clamav/html/crossref.png +share/doc/clamav/html/demon.png share/doc/clamav/html/footnode.html share/doc/clamav/html/img1.png share/doc/clamav/html/img2.png share/doc/clamav/html/img3.png share/doc/clamav/html/img4.png share/doc/clamav/html/img5.png -share/doc/clamav/html/img6.png share/doc/clamav/html/index.html share/doc/clamav/html/next.png share/doc/clamav/html/next_g.png |