Port details |
- clamav-lts Open-source (GPL) anti-virus engine (LTS Feature Release)
- 1.0.1,1 security
=1 0.103.8,1Version of this port present on the latest quarterly branch. - Maintainer: yasu@FreeBSD.org
 - Port Added: 2021-10-07 08:54:09
- Last Update: 2023-05-08 06:29:51
- Commit Hash: 48ed3ad
- People watching this port, also watch:: dovecot, postfix-postfwd, teamspeak3-server, roundcube-calendar-kolab-php81, sogo
- License: GPLv2
- Description:
- ClamAV is an open-source (GPL) anti-virus engine used in a variety of
situations, including email and web scanning, and endpoint
security. It provides many utilities for users, including a flexible
and scalable multi-threaded daemon, a command-line scanner and an
advanced tool for automatic database updates.
This is Regular (non-LTS) Feature Release of ClamAV.
¦ ¦ ¦ ¦ 
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- clamav-lts>0:security/clamav-lts
- Conflicts:
- CONFLICTS_INSTALL:
- Conflicts Matches:
-
There are no Conflicts Matches for this port. This is usually an error.
- To install the port:
- cd /usr/ports/security/clamav-lts/ && make install clean
- To add the package, run one of these commands:
- pkg install security/clamav-lts
- pkg install clamav-lts
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: clamav-lts
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1676505103
SHA256 (clamav-1.0.1.tar.gz) = 0872dc1b82ff4cd7e8e4323faf5ee41a1f66ae80865d05429085b946355d86ee
SIZE (clamav-1.0.1.tar.gz) = 31305590
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- rust>=1.56.0 : lang/rust
- cmake : devel/cmake-core
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- Runtime dependencies:
-
- arc : archivers/arc
- arj : archivers/arj
- unzoo : archivers/unzoo
- Library dependencies:
-
- libcurl.so : ftp/curl
- libjson-c.so : devel/json-c
- libmspack.so : archivers/libmspack
- libpcre2-8.so : devel/pcre2
- libxml2.so : textproc/libxml2
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for clamav-lts-1.0.1,1:
ARC=on: Enable arch archives support
ARJ=on: Enable arj archives support
DOCS=on: Build and/or install documentation
EXPERIMENTAL=off: Build experimental code
LHA=off: Enable lha archives support
MILTER=on: Compile the milter interface
STDERR=off: Print logs to stderr instead of stdout
TESTS=off: Build with test enabled (`make test` requires it)
UNRAR=on: RAR decompression support
UNZOO=on: Enable zoo archives support
===> Use 'make config' to modify these settings
- Options name:
- security_clamav-lts
- USES:
- cmake cpe gnome iconv ncurses pkgconfig ssl
- pkg-message:
- If removing:
- If you want remove clamav permanently from you system
execute following commands:
# rm -rf /var/log/clamav
# rm -rf /var/run/clamav
# rm -rf /var/db/clamav
# pw userdel clamav
- WWW: https://www.clamav.net/
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.0.1,1 08 May 2023 06:29:51
    |
Yasuhiro Kimura (yasu)  |
security/clamav-lts: Update to 1.0.1
First version of new regular feature release 1.1 is released and
security/clamav is updated to it. So update security/clamav-lts to the
latest patch version of 1.0 LTS feature release now. |
0.103.8,1 25 Feb 2023 14:05:18
    |
Gerald Pfeifer (gerald)  |
security/clamav-lts: Remove special casing for GCC
GCC no longer serves as system compiler and we are not forcing it in
any other way here.
(Also, GCC 7 years ago added a -Wno-dangling-else option.)
Approved by: yasu (maintainer) |
0.103.8,1 16 Feb 2023 04:09:42
    |
Yasuhiro Kimura (yasu)  |
security/clamav-lts: Update to 0.103.8
ReleaseNotes: https://blog.clamav.net/2023/02/clamav-01038-01052-and-101-patch.html
MFH: 2023Q1
Security: fd792048-ad91-11ed-a879-080027f5fec9 |
0.103.7,1 08 Feb 2023 10:53:56
    |
Muhammad Moinur Rahman (bofh)  |
Mk/**ldap.mk: Convert USE_LDAP to USES=ldap
Convert the USE_LDAP=yes to USES=ldap and adds the following features:
- Adds the argument USES=ldap:server to add openldap2{4|5|6}-server as
RUN_DEPENDS
- Adds the argument USES=ldap<version> and replaces WANT_OPENLDAP_VER
- Adds OPENLDAP versions in bsd.default-versions.mk
- Adds USE_OPENLDAP/WANT_OPENLDAP_VER in Mk/bsd.sanity.mk
- Changes consumers to use the features
Reviewed by: delphij
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D38233 |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.103.7,1 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.103.7,1 27 Jul 2022 05:48:05
    |
Yasuhiro Kimura (yasu)  |
security/clamav-lts: Update to 0.103.7
While here, switch to DISTVERSION.
RleaseNotes: https://blog.clamav.net/2022/07/clamav-01037-01041-and-01051-patch.html |
0.103.6,1 23 May 2022 10:56:09
    |
Yasuhiro Kimura (yasu)  |
security/clamav-lts: Update to 0.103.6
ReleaseNotes: https://blog.clamav.net/2022/05/clamav-01050-01043-01036-released.html
MFH: 2022Q2
Security: b2407db1-d79f-11ec-a15f-589cfc0f81b0 |
0.103.5_2,1 10 Apr 2022 19:11:41
    |
Charlie Li (vishwin)  |
textproc/libxml2: bump all LIB_DEPENDS consumers
This is a separate commit to facilitate easier cherry-picking for
quarterly.
PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor) |
0.103.5_1,1 26 Mar 2022 08:27:27
    |
Matthias Fechner (mfechner)  |
textproc/libxml2: bump all dependencies
This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246 |
0.103.5,1 13 Jan 2022 03:32:36
    |
Yasuhiro Kimura (yasu)  |
security/clamav-lts: Update to 0.103.5
ReleaseNotes: https://blog.clamav.net/2022/01/clamav-01035-and-01042-security-patch.html
MFH: 2022Q1
Security: CVE-2022-20698 |
0.103.4,1 23 Nov 2021 22:11:40
    |
Stefan Eßer (se)  |
*/*: Remove redundant '-[0-9]*' from CONFLICTS_INSTALL
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Approved by: portmgr (blanket) |
0.103.4,1 08 Nov 2021 14:46:05
    |
Yasuhiro Kimura (yasu)  |
security/clamav-lts: Fix plist error
Fix plist error when user sets CLAMAVUSER to non-default value.
PR: 259663
Reported by: ml at netfence dot it
Fixes: 0a1eda80ee50 (security/clamav-lts: Update to new bugfix release 0.103.4) |
0.103.4,1 03 Nov 2021 21:18:11
    |
Yasuhiro Kimura (yasu)  |
security/clamav-lts: Update to new bugfix release 0.103.4
Update COMMENT and pkg-descr
ReleaseNotes: https://blog.clamav.net/2021/11/clamav-01034-and-01041-patch-releases.html |
0.103.3,1 07 Oct 2021 08:52:06
    |
Yasuhiro Kimura (yasu)  |
security/clamav-lts: Add new port
* Add Long Term Support release of ClamAV
* Add CONFLICTS_INSTALL to security/clamav
* Add entry to UPDATING that explains
- Upstream changed their end-of-life policy and LTS release is
introduced
- How to switch from regular release (security/clamav) to LTS
release (security/clamav-lts)
Note about setting PORTEPOCH
In general new port should not set PORTEPOCH. But in this case it
should be set with following reason.
(Only the first 15 lines of the commit message are shown above ) |