Path to this page:
./
security/clamav,
Anti-virus toolkit
Branch: CURRENT,
Version: 1.4.4nb1,
Package name: clamav-1.4.4nb1,
Maintainer: pkgsrc-usersClam AntiVirus is an anti-virus toolkit written from scratch. It is licensed
under GNU GPL2 and uses the virus database from OpenAntiVirus, which is an
another free anti-virus project. In contrast to OpenAntiVirus (which is written
in Java), Clam AntiVirus is written entirely in C and its database is KEPT UP
TO DATE. It also detects polymorphic viruses as well.
DEINSTALL [+/-]# $NetBSD: DEINSTALL,v 1.1.1.1 2010/12/24 07:11:05 kefren Exp $
case ${STAGE} in
DEINSTALL)
# Unconditionally remove the virus databases when deinstalling.
${RM} -f @CLAMAV_DBDIR@/daily.cvd
${RM} -f @CLAMAV_DBDIR@/main.cvd
;;
esac
Required to run:[
textproc/libxml2] [
www/curl] [
security/openssl] [
devel/gmp] [
devel/libltdl] [
textproc/json-c] [
devel/pcre2] [
archivers/libmspack]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 44207.17 KB
Version history: (Expand)
- (2026-05-14) Updated to version: clamav-1.4.4nb1
- (2026-03-05) Updated to version: clamav-1.4.4
- (2026-02-06) Updated to version: clamav-1.4.3nb4
- (2026-01-07) Updated to version: clamav-1.4.3nb3
- (2025-10-24) Package has been reborn
- (2025-10-24) Package deleted from pkgsrc
CVS history: (Expand)
| 2026-05-14 18:42:34 by Ryo ONODERA | Files touched by this commit (1335) |
Log message:
*: Recursive revbump from security/nettle-4.0
|
2026-03-05 07:55:33 by Takahiro Kambe | Files touched by this commit (5) |  |
Log message:
security/clamav: update to 1.4.4
pkgsrc changes: reduce pkglint warnings.
1.4.4 (2026-03-04)
ClamAV 1.4.4 is a patch release with the following fixes:
* CVE-2026-20031: Fixed an error handling bug in the HTML file parser that
may crash the program and cause a DoS condition. This issue was
introduced in version 1.1.0. The fix is included in 1.5.2 and 1.4.4.
* Fixed a possible crash when scanning some TIFF files by upgrading the
affected ClamAV dependency, a Rust image library.
Unfortunately, this change requires a newer Rust compiler for ClamAV.
The minimum Rust version for ClamAV 1.4.3 was 1.85.1.
The minimum Rust version for ClamAV 1.4.4 is now 1.87.0.
* Upgraded the Rust bytes dependency to a newer version to resolve
RUSTSEC-2026-0007 advisory.
* Fixed a possible crash caused by invalid pointer alignment on some
platforms. This fix is courtesy of Hsuan-Ming Chen at Synology PSIRT.
|
| 2026-02-06 11:06:21 by Thomas Klausner | Files touched by this commit (1305) |
Log message:
*: recursive bump for nettle 4.0 shlib major bump
|
| 2026-01-07 09:49:50 by Thomas Klausner | Files touched by this commit (2525) |
Log message:
*: recursive bump for icu 78.1
|
| 2025-10-31 12:44:49 by Jonathan Perkin | Files touched by this commit (1) |
Log message:
clamav: Avoid --version-script on SunOS.
|
| 2025-10-23 22:40:24 by Thomas Klausner | Files touched by this commit (2999) |
Log message:
*: recursive bump for pcre2
Running an old binary against the new pcre doesn't work:
/usr/pkg/lib/libpcre2-8.so.0: version PCRE2_10.47 required by \
/usr/pkg/lib/libglib-2.0.so.0 not defined
|
| 2025-10-05 21:26:29 by Jonathan Schleifer | Files touched by this commit (485) |
Log message:
*: rev bump for curl
|
| 2025-09-01 10:59:13 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
security/clamav: complete movement from wip
Fix build problem.
|