Bug 258567 - [NEW] security/clamav-lts: Open source anti-virus engine (Long Term Support)
Summary: [NEW] security/clamav-lts: Open source anti-virus engine (Long Term Support)
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords: feature, needs-patch, needs-qa
Depends on:
Blocks:
 
Reported: 2021-09-18 07:16 UTC by Yasuhiro Kimura
Modified: 2021-10-07 09:21 UTC (History)
2 users (show)

See Also:
koobs: maintainer-feedback? (yasu)


Attachments
Patch file (24.32 KB, patch)
2021-09-18 07:16 UTC, Yasuhiro Kimura
no flags Details | Diff
Updated patch file (7.86 KB, patch)
2021-09-18 10:47 UTC, Yasuhiro Kimura
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yasuhiro Kimura freebsd_committer freebsd_triage 2021-09-18 07:16:10 UTC
Created attachment 227972 [details]
Patch file

ClamAV is an open source (GPL) anti-virus engine used in a variety of
situations including email scanning, web scanning, and end point
security. It provides a number of utilities including a flexible and
scalable multi-threaded daemon, a command line scanner and an advanced
tool for automatic database updates.

This is Long Term Support (LTS) Feature Release of ClamAV.
Comment 1 Kubilay Kocak freebsd_committer freebsd_triage 2021-09-18 08:22:48 UTC
 - Suggest adding "(Long Term Support)" or "LTS" to comment
 - Drop PORTEPOCH for new port
 - Should CONFLICTS(_*) be added to other clam related ports?
 - If this is based on an existing port, can you attach a diff against the existing port (so we can see only changes)

Please also confirm the port passes QA (portlint, poudriere at least)? Logs not necessary.
Comment 2 Yasuhiro Kimura freebsd_committer freebsd_triage 2021-09-18 10:47:28 UTC
Created attachment 227977 [details]
Updated patch file

* Make patch file diff against security/clamav. So following steps are necessary to apply attached patch.

1. cd /usr/ports
2. copy -a security/clamav security/clamav-lts
3. git add .
4. git commit
5. git am /path/to/attached/patch

* Add "(LTS version)" to COMMENT to make it clear this is LTS version of ClamAV.
* Add CONFLICTS_INSTALL.
* Pet portlint and portclippy.

Build is confirmed with poudriere and 13.0-RELEASE amd64 jail.
Comment 3 Yasuhiro Kimura freebsd_committer freebsd_triage 2021-10-07 09:21:41 UTC
Committed as ports e761728685b1.