summaryrefslogtreecommitdiff
path: root/app-antivirus
Commit message (Collapse)AuthorAgeFiles
* app-antivirus/clamav: drop 0.103.12-r5Michael Orlitzky2026-08-152
| | | | | Bug: https://bugs.gentoo.org/980609 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* app-antivirus/clamav: Stabilize 0.103.12-r6 ppc, #980845Eli Schwartz2026-08-141
| | | | Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
* app-antivirus/clamav: Stabilize 0.103.12-r6 ppc64, #980845Eli Schwartz2026-08-141
| | | | Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
* app-antivirus/clamav: Stabilize 0.103.12-r6 arm64, #980845Eli Schwartz2026-08-141
| | | | Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
* app-antivirus/clamav: Stabilize 0.103.12-r6 arm, #980845Eli Schwartz2026-08-141
| | | | Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
* app-antivirus/clamav: Stabilize 0.103.12-r6 amd64, #980845Arthur Zamarin2026-08-141
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-antivirus/clamav: Stabilize 0.103.12-r6 x86, #980845Arthur Zamarin2026-08-141
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-antivirus/clamav: new LTS revision for CVE patchesMichael Orlitzky2026-08-102
| | | | | | | | | | | | Backport the latest round of security patches that affect the 0.103.x series. In addition, * The "STATS" command is now disabled (sorry). These were too hard to backport. As a result, clamdtop is disabled. * One fix for Windows network paths was skipped. Bug: https://bugs.gentoo.org/980609 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* app-antivirus/clamav: Stabilize 1.4.5 arm64, #980395Eli Schwartz2026-08-051
| | | | Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
* app-antivirus/clamav: Stabilize 1.5.3 arm64, #980395Eli Schwartz2026-08-051
| | | | Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
* app-antivirus/clamav: Stabilize 1.4.5 amd64, #980395Eli Schwartz2026-08-051
| | | | Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
* app-antivirus/clamav: Stabilize 1.5.3 amd64, #980395Eli Schwartz2026-08-051
| | | | Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
* app-antivirus/clamav: Stabilize 1.4.5 ppc64, #980395Sam James2026-08-061
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-antivirus/clamav: Stabilize 1.5.3 ppc64, #980395Sam James2026-08-061
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-antivirus/clamav: drop vulnerableMatt Jolly2026-08-057
| | | | Signed-off-by: Matt Jolly <kangie@gentoo.org>
* app-antivirus/clamav: add 1.4.5, 1.5.3Matt Jolly2026-08-053
| | | | | Bug: https://bugs.gentoo.org/978443 Signed-off-by: Matt Jolly <kangie@gentoo.org>
* app-antivirus/clamav: drop 0.103.12-r3Michael Orlitzky2026-07-0313
| | | | Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* app-antivirus/clamav: Stabilize 0.103.12-r5 ppc, #978444Eli Schwartz2026-07-031
| | | | Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
* app-antivirus/clamav: Stabilize 0.103.12-r5 x86, #978444Eli Schwartz2026-07-031
| | | | Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
* app-antivirus/clamav: Stabilize 0.103.12-r5 arm, #978444Eli Schwartz2026-07-031
| | | | Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
* app-antivirus/clamav: Stabilize 0.103.12-r5 amd64, #978444Eli Schwartz2026-07-031
| | | | Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
* app-antivirus/clamav: Stabilize 0.103.12-r5 arm64, #978444Eli Schwartz2026-07-031
| | | | Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
* app-antivirus/clamav: Stabilize 0.103.12-r5 ppc64, #978444Eli Schwartz2026-07-031
| | | | Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
* app-antivirus/clamav: backport CVE fixes to 0.103.12Michael Orlitzky2026-07-022
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Long list, all but one of which has been backported: https://lists.clamav.net/pipermail/clamav-users/2026-July/014539.html The TOCTOU quarantine hardening refers to the fact that e.g. $ clamscan --remove foo/ can detect malware in foo/bar/baz, and then later (when the scan is finished) attempt to remove foo/bar/baz by name. If a bad guy can write to foo/, he can e.g. replace foo/bar with a symlink between the virus scan and the removal. The thing is... if you are scanning inside a directory that a bad guy can write to, you already have problems. Obviously it's better to make these actions as bullet-proof as possible, but naming a few of those problems does not constitute a fatal flaw. Scanning your own files is easy to do safely, so the primary affected use case that I am aware of is the antipattern of scanning everyone else's files as root. Don't do that :) Nevertheless, users deserve to be made aware. The man pages have been updated to say that --copy, --move, and --remove are unsafe if the target is writable by anyone else, and the executables now emit a similar warning. Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* app-antivirus/fangfrisch: Stabilize 1.9.2-r1 ALLARCHES, #976196Eli Schwartz2026-05-281
| | | | Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
* app-antivirus/fangfrisch: enable py3.14Pacho Ramos2026-05-141
| | | | | Closes: https://bugs.gentoo.org/973723 Signed-off-by: Pacho Ramos <pacho@gentoo.org>
* app-antivirus/clamtk: add python3.14 supportConrad Kostecki2026-03-281
| | | | Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* app-antivirus/clamav: Stabilize 1.4.4 amd64, #971015Eli Schwartz2026-03-101
| | | | Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
* app-antivirus/clamav: Stabilize 1.4.4 ppc64, #971015Eli Schwartz2026-03-101
| | | | Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
* app-antivirus/clamav: Stabilize 1.4.4 arm64, #971015Eli Schwartz2026-03-101
| | | | Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
* app-antivirus/clamav: add 1.5.2Matt Jolly2026-03-092
| | | | | | | Closes: https://bugs.gentoo.org/787233 Closes: https://bugs.gentoo.org/966587 Bug: https://bugs.gentoo.org/971014 Signed-off-by: Matt Jolly <kangie@gentoo.org>
* app-antivirus/clamav: add 1.4.4Matt Jolly2026-03-094
| | | | | | | Bug: https://bugs.gentoo.org/787233 Bug: https://bugs.gentoo.org/966587 Bug: https://bugs.gentoo.org/971014 Signed-off-by: Matt Jolly <kangie@gentoo.org>
* app-antivirus/clamav: new -r4 of the 0.103.x branchMichael Orlitzky2026-03-085
| | | | | | | | | | 1. Backport upstream pointer alignment patch 2. Fix the C23 build by renaming an internal "alignof" 3. Bump the impersonated freshclam version to latest 4. No version bound is needed on dev-libs/libpcre 5. The ipv6 ./configure check had an implicit function decl Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* app-antivirus/clamav: drop 0.103.12-r1Michael Orlitzky2026-03-081
| | | | Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* */*: drop *-linux keywordsFabian Groffen2025-12-197
| | | | | | Bug: https://bugs.gentoo.org/473598 Bug: https://bugs.gentoo.org/720224 Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* *: remove ppc-macos keywordFabian Groffen2025-12-177
| | | | | | The arch and OS that matches it are obsolete. Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* app-antivirus/clamav: Stabilize 0.103.12-r3 arm64, #963640Sam James2025-11-261
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-antivirus/clamav: add 1.5.1Thomas Raschbacher2025-11-192
| | | | Signed-off-by: Thomas Raschbacher <lordvan@gentoo.org>
* app-antivirus/clamav: Stabilize 1.4.3 x86, #965122Arthur Zamarin2025-11-151
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-antivirus/clamav: Stabilize 1.4.3 ppc, #965122Arthur Zamarin2025-11-151
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-antivirus/clamav: Stabilize 1.4.3 arm, #965122Arthur Zamarin2025-11-151
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-*/*: update for virtual/zlibMichał Górny2025-11-046
| | | | | | | | | | | | | Update done using: ``` git grep -l zlib app-* | xargs sed -i -e s@sys-libs/zlib@virtual/zlib@g git diff --name-only | xargs copybump git diff --name-only | xargs grep -l PYTHON_COMPAT | xargs gpy-impl -@dead pkgcheck scan --commits -c VisibilityCheck --exit error ``` Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-antivirus/clamav: Stabilize 1.4.3 ppc64, #965122Arthur Zamarin2025-10-281
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-antivirus/clamav: Stabilize 1.4.3 arm64, #965122Sam James2025-10-261
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-antivirus/fangfrisch: Require clamav user for installFrancisco Javier Félix2025-10-251
| | | | | | | | Closes: https://bugs.gentoo.org/964661 Signed-off-by: Fco Javier Felix <ffelix@inode64.com> Part-of: https://github.com/gentoo/gentoo/pull/44324 Closes: https://github.com/gentoo/gentoo/pull/44324 Signed-off-by: Sam James <sam@gentoo.org>
* app-antivirus/clamav: Stabilize 1.4.3 amd64, #965122Sam James2025-10-251
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-antivirus/fangfrisch: Init db in pkg_config and fix depsFco Javier Felix2025-10-181
| | | | | | | Signed-off-by: Fco Javier Felix <ffelix@inode64.com> Part-of: https://github.com/gentoo/gentoo/pull/44154 Closes: https://github.com/gentoo/gentoo/pull/44154 Signed-off-by: Sam James <sam@gentoo.org>
* app-antivirus/clamav: Stabilize 0.103.12-r3 ppc, #963640Arthur Zamarin2025-10-021
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-antivirus/clamav: Stabilize 0.103.12-r3 ppc64, #963640Arthur Zamarin2025-10-021
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-antivirus/clamav: Stabilize 0.103.12-r3 amd64, #963640Sam James2025-10-021
| | | | Signed-off-by: Sam James <sam@gentoo.org>