notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: security/clamav/files/clamav-clamd.in

Number of commits found: 14

Friday, 29 Oct 2021
22:52 Yasuhiro Kimura (yasu) search for other commits by this committer
security/clamav: Update to 0.104.0

* Upstream changed build tool from GNU Autotools to CMake
* Set TEST_TARGET
* Add pre-test-TESTS-off target to display message that TESTS option
  needs to be enabled to execute `make test`
* Switch to use pkg-messge instead of pkg-deinstall to display message
  for those who removes ClamAV permanently from you system
* Stop checking in rc scripts if /var/run/clamav exists
* Pet portclippy
* Reformat Makefile with portfmt

Release Notes:	https://blog.clamav.net/2021/09/clamav-01040-released.html
PR:		258565
Differential Revision:	https://reviews.freebsd.org/D32354
commit hash: 11ce5b3d719c4e44114f0557144a3a773cabfcfd commit hash: 11ce5b3d719c4e44114f0557144a3a773cabfcfd commit hash: 11ce5b3d719c4e44114f0557144a3a773cabfcfd commit hash: 11ce5b3d719c4e44114f0557144a3a773cabfcfd 11ce5b3
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
all: Remove all other $FreeBSD keywords.
commit hash: 135fdeebb99c3569e42d8162b265e15d29bd937d commit hash: 135fdeebb99c3569e42d8162b265e15d29bd937d commit hash: 135fdeebb99c3569e42d8162b265e15d29bd937d commit hash: 135fdeebb99c3569e42d8162b265e15d29bd937d 135fdee
Saturday, 30 Dec 2017
22:25 ler search for other commits by this committer
security/clamav: handle memfs/tmpfs /var/run.

PR:		224728
Submitted by:	O. Harmann <ohartmann@walstatt.org>
Original commitRevision:457649 
Monday, 5 May 2014
14:38 feld search for other commits by this committer
rc script spring cleaning -- now passes rclint

Previously it would try to launch even if there were no rc.conf entries

Reviewed by:	garga
Sponsored by:	SupraNet Communications, Inc
Original commitRevision:353008 
Saturday, 13 Jul 2013
20:40 garga search for other commits by this committer
Fix error message that is showing a wrong dir

Reported by:	Will McCutcheon <will@toyingwithfate.com>
Original commitRevision:322970 
Saturday, 14 Jan 2012
08:57 dougb search for other commits by this committer
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().

In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
Original commit
Saturday, 27 Mar 2010
00:15 dougb search for other commits by this committer
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
Original commit
Wednesday, 15 Jul 2009
16:56 dougb search for other commits by this committer
Fix a few "bad example" problems in the rc.d scripts that have been
propogated by copy and paste.

1. Primarily the "empty variable" default assignment, which is mostly
${name}_flags="", but fix a few others as well.
2. Where they are not already documented, add the existence of the _flags
(or other deleted empties) option to the comments, and in some cases add
comments from scratch.
3. Replace things that look like:
prefix=%%PREFIX%%
command=${prefix}/sbin/foo
to just use %%PREFIX%%. In many cases the $prefix variable is only used
once, and in some cases it is not used at all.
4. In a few cases remove ${name}_flags from command_args
5. Remove a long-stale comment about putting the port's rc.d script in
/etc/rc.d (which is no longer necessary).

No PORTREVISION bumps because all of these changes are noops.
Original commit
Tuesday, 21 Apr 2009
13:43 garga search for other commits by this committer
- Add reload option to startup script, it calls clamdscan --reload, a faster
  way to reload clam data without need restart
- Bump PORTREVISION

PR:             ports/133868
Submitted by:   Michael Scheidell <scheidell@secnap.net>
Original commit
Friday, 27 Mar 2009
11:52 garga search for other commits by this committer
- Update to 0.95
Original commit
Tuesday, 17 Jun 2008
11:20 garga search for other commits by this committer
- Fix checking of database viruses at startup script that i broke on last
  commit
- Bump PORTREVISION again

Submitted by:   George L. Yermulnik <yz@iptcom.net>
Pointyhat to:   me
Original commit
Monday, 16 Jun 2008
19:28 garga search for other commits by this committer
- Fix clamd startup script to support cld containers for virus databases
- Bump PORTREVISION

Reported by:    Robert Huff <roberthuff@rcn.com>
Original commit
Wednesday, 16 Apr 2008
16:05 garga search for other commits by this committer
- Update to 0.93

This version fixes lock problem reported at ports/122534

Most important changes:
 *libclamav:
   - New logic in scan limits: provides much more efficient protection against
     DoS attacks but also results in different command line and config options
     to clamscan and clamd (see below)
   - New/improved modules: unzip, SIS, cabinet, CHM, SZDD, text normalisator,
     entity converter
   - Improved filetype detection; filetype definitions can be remotely updated
   - Support for .cld containers (which replace .inc directories)
   - Improved pattern matcher and signature formats
   - More efficient scanning of HTML files
   - Many other improvements

 * clamd:
   - NEW CONFIG FILE OPTIONS: MaxScanSize, MaxFileSize, MaxRecursion, MaxFiles
   - ** THE FOLLOWING OPTIONS ARE NO LONGER SUPPORTED **: MailMaxRecursion,
     ArchiveMaxFileSize, ArchiveMaxRecursion, ArchiveMaxFiles,
     ArchiveMaxCompressionRatio, ArchiveBlockMax

 * clamscan:
   - NEW CMDLINE OPTIONS: --max-filesize, --max-scansize
   - REMOVED OPTIONS: --block-max, --max-space, --max-ratio

 * freshclam:
   - NEW CONFIG OPTION CompressLocalDatabase
   - NEW CMDLINE SWITCH --no-warnings
   - main.inc and daily.inc directories are no longer used by ClamAV; please
     remove them manually from your database directory

PR:             ports/122770 [1] (based on)
                ports/122534 [2]
Submitted by:   Michael Scheidell <scheidell@secnap.net> [1]
                Sebastian Inacker <inacker@fmsweb.de> [2]
Security:       http://secunia.com/advisories/29000
Original commit
Thursday, 6 Apr 2006
15:20 garga search for other commits by this committer
- Update to 0.88.1 -- Fix multiple vulnerabilities
 * CVE-2006-1614
    Damian Put discovered an integer overflow in the PE header parser.
    This is only exploitable if the ArchiveMaxFileSize option is disabled.
 * CVE-2006-1615
    Format string vulnerabilities in the logging code have been discovered,
    which might lead to the execution of arbitrary code.
 * CVE-2006-1630
    David Luyer discovered, that ClamAV can be tricked into an invalid
    memory access in the cli_bitset_set() function, which may lead to
    a denial of service.

- Use USE_RC_SUBR=script

PR:             ports/95403
Submitted by:   garga
Approved by:    maintainer timeout (mnag on behalf of secteam)
Security:       VuXML 6a5174bd-c580-11da-9110-00123ffe8333
Original commit

Number of commits found: 14