2a7d8 FreshPorts -- security/clamav
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
clamav 0.97.8 security on this many watch lists=350 search for ports that depend on this port An older version of this port was marked as vulnerable.
Command line virus scanner written entirely in C
Maintained by: garga@FreeBSD.org search for ports maintained by this maintainer
Port Added: 20 Jan 2003 03:42:13
License: GPLv2


This the stable version of Clam Antivirus.
Clam Antivirus is command line virus scanner written entirely in C
and its database is kept up to date. It also detects polymorphic
viruses, scans compressed files and supported by AMaViS.
Optionally you can use the clamav-milter interface to connect
clamav with sendmail.

WWW: http://www.clamav.net/
SVNWeb : Main Web Site : Distfiles Availability : PortsMon
Slave ports
  1. security/clamav-milter

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Run:
  1. archivers/arc
  2. archivers/arj
  3. archivers/lha
  4. archivers/unzoo
Required Libraries:
  1. devel/libltdl

This port is required by:

for Build for Libraries for Run

To install the port: cd /usr/ports/security/clamav/ && make install clean
To add the package: pkg_add -r clamav


Configuration Options
===> The following configuration options are available for clamav-0.97.8:
     ARC=on: Enable arch archives support
     ARJ=on: Enable arj archives support
     DOCS=on: Build and/or install documentation
     EXPERIMENTAL=off: Build experimental code
     ICONV=off: Encoding conversion support via iconv
     LDAP=off: LDAP support
     LHA=on: Enable lha archives support
     LLVM=on: Enable JIT Bytecode compiler (bundled LLVM)
     MILTER=off: Compile the milter interface
     STDERR=off: Print logs to stderr instead of stdout
     TESTS=off: Run compile-time tests (req. python)
     UNRAR=on: Enable rar archives support
     UNZOO=on: Enable zoo archives support
===> Use 'make config' to modify these settings

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. http://aarnet.dl.sourceforge.net/project/clamav/clamav/0.97.8/
  3. http://freefr.dl.sourceforge.net/project/clamav/clamav/0.97.8/
  4. http://garr.dl.sourceforge.net/project/clamav/clamav/0.97.8/
  5. http://heanet.dl.sourceforge.net/project/clamav/clamav/0.97.8/
  6. http://hivelocity.dl.sourceforge.net/project/clamav/clamav/0.97.8/
  7. http://ignum.dl.sourceforge.net/project/clamav/clamav/0.97.8/
  8. http://internode.dl.sourceforge.net/project/clamav/clamav/0.97.8/
  9. http://iweb.dl.sourceforge.net/project/clamav/clamav/0.97.8/
  10. http://jaist.dl.sourceforge.net/project/clamav/clamav/0.97.8/
  11. http://kaz.dl.sourceforge.net/project/clamav/clamav/0.97.8/
  12. http://kent.dl.sourceforge.net/project/clamav/clamav/0.97.8/
  13. http://master.dl.sourceforge.net/project/clamav/clamav/0.97.8/
  14. http://nchc.dl.sourceforge.net/project/clamav/clamav/0.97.8/
  15. http://ncu.dl.sourceforge.net/project/clamav/clamav/0.97.8/
  16. http://netcologne.dl.sourceforge.net/project/clamav/clamav/0.97.8/
  17. http://sunet.dl.sourceforge.net/project/clamav/clamav/0.97.8/
  18. http://superb-dca3.dl.sourceforge.net/project/clamav/clamav/0.97.8/
  19. http://switch.dl.sourceforge.net/project/clamav/clamav/0.97.8/
  20. http://tenet.dl.sourceforge.net/project/clamav/clamav/0.97.8/
  21. http://ufpr.dl.sourceforge.net/project/clamav/clamav/0.97.8/
  22. http://waix.dl.sourceforge.net/project/clamav/clamav/0.97.8/
Notes from UPDATING
These upgrade notes are taken from /usr/ports/UPDATING
  • 2009-03-27
    Affects: users of security/clamav
    Author: garga@FreeBSD.org
    Reason: 
      After version 0.95 clamav-milter does not accept parameters by command
      line.  If you are using $clamav_milter_flags on rc.conf to set its
      parameters you will need to move to new ${PREFIX}/etc/clamav-milter.conf.
    
    
  • 2008-04-16
    Affects: users of security/clamav
    Author: garga@FreeBSD.org
    Reason: 
      Clamav 0.93 does not support the daily.inc and main.inc directories format
      for virus databases.  You need to remove these directories manually and
      force freshclam to get new cvd format files before starting clamd:
    
    	portupgrade clamav
    	/usr/local/etc/rc.d/clamav-clamd stop
    	/usr/local/etc/rc.d/clamav-freshclam stop
    	rm -rf /var/db/clamav/main.inc /var/db/clamav/daily.inc
    	freshclam
    	/usr/local/etc/rc.d/clamav-freshclam start
    	/usr/local/etc/rc.d/clamav-clamd start
    
    

Number of commits found: 205 (showing only 100 on this page)

1 | 2 | 3  »  

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
08 May 2013 15:40:14
Original commit files touched by this commit  0.97.8
garga search for other commits by this committer
Make TESTS a non-default option
27 Apr 2013 18:25:25
Original commit files touched by this commit  0.97.8
mva search for other commits by this committer
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and
  USE_GETTEXT=yes to USES=gettext while here
23 Apr 2013 19:15:10
Original commit files touched by this commit  0.97.8
garga search for other commits by this committer
Update to 0.97.8
15 Mar 2013 17:14:11
Original commit files touched by this commit  0.97.7
garga search for other commits by this committer
Update to 0.97.7
11 Feb 2013 00:56:22
Original commit files touched by this commit  0.97.6
garga search for other commits by this committer
Remove patches to build with clang and force clamav and clamav-devel to use GCC.
According clamav developers ClamAV's detection is not tested when compiled with
clang.

PR:		ports/175784
Submitted by:	tj@
05 Oct 2012 12:41:46
Original commit files touched by this commit  0.97.6
garga search for other commits by this committer
Change headers of all ports maintained by me to new format
17 Sep 2012 20:01:25
Original commit files touched by this commit  0.97.6
garga search for other commits by this committer
Update to 0.97.6
03 Aug 2012 15:34:46
Original commit files touched by this commit  0.97.5_1
garga search for other commits by this committer
Add DOCS, EXAMPLES and NLS to OPTIONS_DEFINE to my ports
29 Jun 2012 19:44:17
Original commit files touched by this commit  0.97.5_1
garga search for other commits by this committer
- Move to OPTIONSng
- Remove LLVM_PORT option, it requires llvm 2.9 and we have 3.1
- Remove GMAKE, it's not really necessary
22 Jun 2012 19:25:41
Original commit files touched by this commit  0.97.5_1
scheidell search for other commits by this committer
- Fix CL_FORMAT bug introducted by clamav in version 0.97.5 (their bug #5252)

Submitted by:   scheidell@ (me)
Approved by:    Renato Botelho <garga@FreeBSD.org> (maintainer, via private
email)
Obtained from:  https://bugzilla.clamav.net/show_bug.cgi?id=5252
15 Jun 2012 13:29:44
Original commit files touched by this commit  0.97.5
garga search for other commits by this committer
Update to 0.97.5
17 Mar 2012 15:21:39
Original commit files touched by this commit  0.97.4
 This port version is marked as vulnerable.
garga search for other commits by this committer
- Update to 0.97.4
- Mark WITH_LLVM_PORTS as broken since it doesn't build with llvm 3.0
- Move LICENSE to correct place

PR:             ports/166160 (based on)
Submitted by:   scheidell@
Feature safe:   yes
14 Jan 2012 08:57:23
Original commit files touched by this commit  0.97.3_1
 This port version is marked as vulnerable.
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.
19 Nov 2011 14:22:25
Original commit files touched by this commit  0.97.3_1
 This port version is marked as vulnerable.
garga search for other commits by this committer
- Remove unecessary dependency (libcheck) when option TESTS is off [1]
- Add clamav-milter as CONFLICTS, this new meta port will be added soon

PR:             ports/161872
Submitted by:   Alexey Markov <redrat@mail.ru>
Feature safe:   yes
19 Oct 2011 12:07:38
Original commit files touched by this commit  0.97.3_1
 This port version is marked as vulnerable.
garga search for other commits by this committer
Clamav project people offers a new version tarball for package maintainers
few days before the release, i made tests with that tarball, but it was
changed before release, and the distinfo was wrong.

I compared both tarballs and the difference was part of this commit [1] was
missing on the one i used.

Update distinfo to match 0.97.3 official tarball and bump PORTREVISION

Reported by:    many people
18 Oct 2011 14:03:25
Original commit files touched by this commit  0.97.3
 This port version is marked as vulnerable.
garga search for other commits by this committer
- Update to 0.97.3
- Fix build with external llvm [1]

PR:             ports/160185 [1]
Submitted by:   Volodymyr Kostyrko <c.kworr@gmail.com> [1]
23 Sep 2011 22:26:39
Original commit files touched by this commit  0.97.2
 This port version is marked as vulnerable.
amdmi3 search for other commits by this committer
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:             157936
Submitted by:   myself
Exp-runs by:    pav
Approved by:    pav
26 Jul 2011 22:24:21
Original commit files touched by this commit  0.97.2
 This port version is marked as vulnerable.
garga search for other commits by this committer
- Update to 0.97.2

PR:             ports/159185 (based on)
Submitted by:   Michael Scheidell <scheidell@secnap.net>
06 Jul 2011 00:16:03
Original commit files touched by this commit  0.97.1
 This port version is marked as vulnerable.
garga search for other commits by this committer
Fix build with llvm from ports

PR:             ports/157147
Submitted by:   Lapo Luchini <lapo@lapo.it>
29 Jun 2011 19:37:51
Original commit files touched by this commit  0.97.1
 This port version is marked as vulnerable.
crees search for other commits by this committer
Remove bashism from the unit tests, and also check that chosen random port is
closed first to avoid intermittent failures when testing

Approved by:    rene (mentor), garga (maintainer, via IRC)
15 Jun 2011 10:27:30
Original commit files touched by this commit  0.97.1
 This port version is marked as vulnerable.
garga search for other commits by this committer
- Update to 0.97.1
- Mark OPTION LLVM_PORTS as BROKEN since it's not building with llvm-2.9
  from ports

PR:             ports/157736
Submitted by:   Gary Palmer <freebsd-gnats@in-addr.com>
19 May 2011 11:35:28
Original commit files touched by this commit  0.97
 This port version is marked as vulnerable.
garga search for other commits by this committer
- s/CONF_FILES/CLAM_CONF_FILES/ to avoid a conflict in the future with new
  options with the same name that will be added to bsd.port.mk

PR:             ports/157161, ports/157162
Submitted by:   Chris Rees <utisoft@gmail.com>
23 Feb 2011 15:14:35
Original commit files touched by this commit  0.97
 This port version is marked as vulnerable.
garga search for other commits by this committer
Add a new option to build JIT bytecode compiler using llvm installed from ports
instead of build clamav's own llvm. The option is off by default, so, no
PORTREVISION bum is required

PR:             ports/154900
Submitted by:   Denny Lin <dennylin93@hs.ntnu.edu.tw>
21 Feb 2011 11:35:52
Original commit files touched by this commit  0.97
 This port version is marked as vulnerable.
garga search for other commits by this committer
Fix detection if python was built with threads support and run make check
accordingly

PR:             ports/154848
Submitted by:   Martin Simmons <martin@lispworks.com>
08 Feb 2011 12:13:53
Original commit files touched by this commit  0.97
 This port version is marked as vulnerable.
garga search for other commits by this committer
Update to 0.97

Feature safe:   yes
26 Jan 2011 11:04:40
Original commit files touched by this commit  0.96.5_1
 This port version is marked as vulnerable.
garga search for other commits by this committer
Restrict LLVM to i386 and amd64 since it doesn't build on sparc64, ia64 and
probably on ppc

Submitted by:   Anton Shterenlikht <mexas@bristol.ac.uk>
Feature safe:   yes
16 Dec 2010 17:43:46
Original commit files touched by this commit  0.96.5_1
 This port version is marked as vulnerable.
garga search for other commits by this committer
- On 0.96.5, clamav was leaving some zombie proccess of freshclam, fix it.
- Bump PORTREVISION

Submitted by:   Herbert J. Skuhra <h.skuhra@gmail.com>
Obtained from: 
http://git.clamav.net/gitweb?p=clamav-devel.git;a=commitdiff;h=2e136dcd0d7c34dc742475529db022d80d0dde2e
               
http://git.clamav.net/gitweb?p=clamav-devel.git;a=commitdiff;h=3c91587c8c894e898345086ef8e7a072fdf7b1bc
04 Dec 2010 07:34:27
Original commit files touched by this commit  0.96.5
 This port version is marked as vulnerable.
ade search for other commits by this committer
Sync to new bsd.autotools.mk
01 Dec 2010 11:46:31
Original commit files touched by this commit  0.96.5
 This port version is marked as vulnerable.
garga search for other commits by this committer
Update to 0.96.5
25 Oct 2010 19:53:09
Original commit files touched by this commit  0.96.4
 This port version is marked as vulnerable.
garga search for other commits by this committer
Update to 0.96.4
28 Sep 2010 17:27:49
Original commit files touched by this commit  0.96.3_2
 This port version is marked as vulnerable.
garga search for other commits by this committer
Fix a mmap() error scanning PDF files, as described on clamav's git repo commit

off_t is 64-bit, size_t is still 32-bit and that causes unexpected integer
promotion here:
map_off = map->len - 2048

First the unsigned subtraction is performed, and then the unsigned (!) value
is sign-extended to 64-bit. Hence a negative value becomes positive, which is
wrong.

Reported by:    Franz Schwartau <franz@electromail.org>
Obtained from:  https://wwws.clamav.net/bugzilla/show_bug.cgi?id=2300
27 Sep 2010 16:59:07
Original commit files touched by this commit  0.96.3_1
 This port version is marked as vulnerable.
garga search for other commits by this committer
- Remove GCC 4.2+ dependency, now it builds file with 3.4.6
- Add a new OPTION to TESTS, since it requires python on build time and some
  people don't like this. Leave it ON by default to run tests on package
  building
- Bump PORTREVISION because gcc dependency has changed

PR:             ports/150984 (based on)
Submitted by:   Eugene Grosbein <eugen@grosbein.pp.ru>
20 Sep 2010 17:54:22
Original commit files touched by this commit  0.96.3
 This port version is marked as vulnerable.
garga search for other commits by this committer
Update to 0.96.3
13 Sep 2010 11:30:16
Original commit files touched by this commit  0.96.2_3
 This port version is marked as vulnerable.
garga search for other commits by this committer
- Add missing dependency (libltdl) to clamav and clamav-devel ports
- Bump PORTREVISION

PR:             ports/150512
Submitted by:   Philippe Pepiot <phil@philpep.org>
03 Sep 2010 11:27:22
Original commit files touched by this commit  0.96.2_2
 This port version is marked as vulnerable.
garga search for other commits by this committer
- Fix bytecode problem on FreeBSD 7.1
- Bump PORTREVISION

PR:             ports/150243
Submitted by:   Frank Wall <fw@moov.de>
Obtained from:  https://wwws.clamav.net/bugzilla/show_bug.cgi?id=2235
24 Aug 2010 16:42:59
Original commit files touched by this commit  0.96.2_1
 This port version is marked as vulnerable.
garga search for other commits by this committer
Add LICENSE
16 Aug 2010 11:38:12
Original commit files touched by this commit  0.96.2_1
 This port version is marked as vulnerable.
garga search for other commits by this committer
- Fix CPU assumptions for amd64
- Bump PORTREVISION

PR:             ports/149637
Submitted by:   Michael Scheidell <scheidell@secnap.net>
Obtained from:  https://wwws.clamav.net/bugzilla/show_bug.cgi?id=2201
13 Aug 2010 11:29:48
Original commit files touched by this commit  0.96.2
 This port version is marked as vulnerable.
garga search for other commits by this committer
pav@ noted LICENSE code don't work fine with ports using @cwd in plist, and
it'll be fixed soon. Remove LICENSE from clamav ports for now.
13 Aug 2010 11:05:04
Original commit files touched by this commit  0.96.2
 This port version is marked as vulnerable.
garga search for other commits by this committer
Update to 0.96.2
10 Aug 2010 13:24:48
Original commit files touched by this commit  0.96.1
 This port version is marked as vulnerable.
garga search for other commits by this committer
Add LICENSE
21 May 2010 12:28:24
Original commit files touched by this commit  0.96.1
 This port version is marked as vulnerable.
garga search for other commits by this committer
Gcc 4.2+ is only needed to build clamav with LLVM/JIT support, remove this
dependency when LLVM is not set.

Submitted by:   Guy Antony Halse <G.Halse@ru.ac.za>
19 May 2010 16:15:57
Original commit files touched by this commit  0.96.1
 This port version is marked as vulnerable.
garga search for other commits by this committer
Update to 0.96.1
04 May 2010 16:08:10
Original commit files touched by this commit  0.96_1
 This port version is marked as vulnerable.
garga search for other commits by this committer
Disable LLVM/JIT build for sparc64, it should unbreak it on this arch
12 Apr 2010 13:04:18
Original commit files touched by this commit  0.96_1
 This port version is marked as vulnerable.
garga search for other commits by this committer
- Use ${TOUCH} instead of touch
- Fix pkg-plist to delete directories installed out of PREFIX (on /var) [1]
- Bump PORTREVISION because of [1]

PR:             ports/145448 [1]
Submitted by:   sahil@ [1]
12 Apr 2010 12:53:52
Original commit files touched by this commit  0.96
 This port version is marked as vulnerable.
garga search for other commits by this committer
Unit tests require python built with thread support, disable make check when
local python doesn't have this

PR:             ports/145520
Submitted by:   Michael Scheidell <scheidell at secnap.net>
09 Apr 2010 18:48:18
Original commit files touched by this commit  0.96
 This port version is marked as vulnerable.
garga search for other commits by this committer
Python and gmaker are needed just if LLVM option is set
06 Apr 2010 17:53:20
Original commit files touched by this commit  0.96
 This port version is marked as vulnerable.
garga search for other commits by this committer
- Reduce differences between it and security/clamav-devel
- Make JIT bytecode compiler as an OPTION, On by default [1]

PR:             ports/145435 [1]
Submitted by:   Alexander Wittig <alexander at wittig.name> [1]
06 Apr 2010 17:24:13
Original commit files touched by this commit  0.96
 This port version is marked as vulnerable.
garga search for other commits by this committer
- Remove duplicated BUILD_DEPENDS
06 Apr 2010 12:01:13
Original commit files touched by this commit  0.96
 This port version is marked as vulnerable.
garga search for other commits by this committer
- Update to 0.96
- Fix error on make check when LC_ALL != en and subversion is installed [1]

PR:             ports/145340 [1]
Submitted by:   Alexander Wittig <alexander@wittig.name> [1]
Obtained from:  https://wwws.clamav.net/bugzilla/show_bug.cgi?id=1922 [1]
27 Mar 2010 00:15:24
Original commit files touched by this commit  0.95.3
 This port version is marked as vulnerable.
dougb search for other commits by this committer
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
27 Jan 2010 16:56:35
Original commit files touched by this commit  0.95.3
 This port version is marked as vulnerable.
garga search for other commits by this committer
Execute a "make check" at post-build target, add libcheck as a dependency for it
22 Jan 2010 11:13:09
Original commit files touched by this commit  0.95.3
 This port version is marked as vulnerable.
garga search for other commits by this committer
After some requests, change permission of clamav-milter socket to 0777
29 Oct 2009 10:46:26
Original commit files touched by this commit  0.95.3
 This port version is marked as vulnerable.
garga search for other commits by this committer
Update to 0.95.3
15 Jul 2009 16:56:10
Original commit files touched by this commit  0.95.2
 This port version is marked as vulnerable.
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.
12 Jun 2009 11:50:56
Original commit files touched by this commit  0.95.2
 This port version is marked as vulnerable.
garga search for other commits by this committer
- Update to 0.95.2

PR:             ports/135501
Submitted by:   Alexey V.Degtyarev <alexey@renatasystems.org>
21 Apr 2009 13:43:35
Original commit files touched by this commit  0.95.1_1
 This port version is marked as vulnerable.
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>
08 Apr 2009 18:15:42
Original commit files touched by this commit  0.95.1
 This port version is marked as vulnerable.
garga search for other commits by this committer
- Update to 0.95.1 and fix clamav-milter
03 Apr 2009 13:57:13
Original commit files touched by this commit  0.95
 This port version is marked as vulnerable.
garga search for other commits by this committer
- Remove wrong patch added on last commit
03 Apr 2009 13:56:35
Original commit files touched by this commit  0.95
 This port version is marked as vulnerable.
garga search for other commits by this committer
- Mark clamav-milter as BROKEN since it's not working. I updated clamav-devel
  to a version that have the fix and won't update it anymore until 0.95.1 is
  released
27 Mar 2009 11:52:22
Original commit files touched by this commit  0.95
 This port version is marked as vulnerable.
garga search for other commits by this committer
- Update to 0.95
23 Mar 2009 12:54:39
Original commit files touched by this commit  0.94.2
 This port version is marked as vulnerable.
mm search for other commits by this committer
- Mark MAKE_JOBS_SAFE for SMP compilation

PR:             ports/132969
Approved by:    garga (maintainer, via ICQ)
26 Nov 2008 16:46:24
Original commit files touched by this commit  0.94.2
 This port version is marked as vulnerable.
garga search for other commits by this committer
- Update to 0.94.2
17 Nov 2008 19:10:38
Original commit files touched by this commit  0.94.1
 This port version is marked as vulnerable.
garga search for other commits by this committer
- Remove libtools from depends and use its own version, without it next
  versions will stop building
- Remove --disable-zlib-vcheck from CONFIGURE_ARGS to fix a warning on
  configure
03 Nov 2008 22:48:54
Original commit files touched by this commit  0.94.1
 This port version is marked as vulnerable.
garga search for other commits by this committer
- Update to 0.94.1
- Add --libdir to CONFIGURE_ARGS to fix libdir detection under 6.x
15 Sep 2008 20:36:53
Original commit files touched by this commit  0.94_1
 This port version is marked as vulnerable.
garga search for other commits by this committer
- Fix pkg-plist
- Bump PORTREVISION

Reported by:    QAT
Approved by:    portmgr (pav)
15 Sep 2008 19:58:34
Original commit files touched by this commit  0.94
 This port version is marked as vulnerable.
garga search for other commits by this committer
- Forced commit to note the Security vulnerability fixed on last commit

Approved by:    portmgr (pav)
Security:       CVE-2008-1389
                https://wwws.clamav.net/bugzilla/show_bug.cgi?id=1089
15 Sep 2008 19:56:38
Original commit files touched by this commit  0.94
 This port version is marked as vulnerable.
garga search for other commits by this committer
- Update security/clamav to 0.94 [1] and fix a remote DoS [2]
- Chase libclamav version bump on all dependant ports
- Bump necessary PORTREVISIONS
- Fix some BROKEN messages from ports that were already broken with clamav-0.93
- Mark security/klamav as BROKEN since it doesn't build with clamav-0.94

PR:             ports/127122 [1], ports/127310 [2]
Submitted by:   Gary Palmer <freebsd-gnats@in-addr.com> [1], delphij [2]
Approved by:    portmgr (pav)
21 Aug 2008 14:25:33
Original commit files touched by this commit  0.93.3
 This port version is marked as vulnerable.
garga search for other commits by this committer
- Change pre-install: target to pre-su-install: since user and group are
  created there (via pkg-install), and it must be done as root.
- While i'm here, fix the same on clamav-devel port

PR:             ports/126701
Submitted by:   grog
21 Aug 2008 06:18:49
Original commit files touched by this commit  0.93.3
 This port version is marked as vulnerable.
rafan search for other commits by this committer
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
(Only the first 15 lines of the commit message are shown above View all of this commit message)
18 Aug 2008 18:44:19
Original commit files touched by this commit  0.93.3
 This port version is marked as vulnerable.
garga search for other commits by this committer
- Permit to ser owner and group to clamav milter socket [1]
- Remove @ to show some install commands, and add -v to cp
- Install clamav-milter doc
- User CHOWN and CHMOD from bsd.commands.mk

PR:             ports/126069 [1]
Submitted by:   Matthew D. Fuller <fullermd@over-yonder.net> [1]
18 Aug 2008 14:39:59
Original commit files touched by this commit  0.93.3
 This port version is marked as vulnerable.
garga search for other commits by this committer
- Fix wrong error message in clamav-milter startup script

PR:             ports/126575
Submitted by:   Paul Toirkens <paul@sapphire.toirkens.com>
14 Jul 2008 11:21:50
Original commit files touched by this commit  0.93.3
 This port version is marked as vulnerable.
garga search for other commits by this committer
- Last change on clamav-milter startup script doesn't work if used with inet[6]
  sockets, fixing it now.

No bump PORTREVISION needed since MILTER option is off by default

Reported by:    Gregory Shapiro <gshapiro@gshapiro.net>
Tested by:      Gregory Shapiro <gshapiro@gshapiro.net>
07 Jul 2008 20:37:37
Original commit files touched by this commit  0.93.3
 This port version is marked as vulnerable.
garga search for other commits by this committer
- Update to 0.93.3
- Change clamav-milter startup script to wait clamav-milter socket be created
  before try to chmod it [1]

PR:             ports/124643 [1]
Submitted by:   Adrian Thearle <adrian@thearle.com.au> [1]
17 Jun 2008 11:20:04
Original commit files touched by this commit  0.93.1_2
 This port version is marked as vulnerable.
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
16 Jun 2008 19:28:23
Original commit files touched by this commit  0.93.1_1
 This port version is marked as vulnerable.
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>
09 Jun 2008 23:55:21
Original commit files touched by this commit  0.93.1
 This port version is marked as vulnerable.
garga search for other commits by this committer
- Forgot to remove one conditional about PTHREAD_LIB on last commit
09 Jun 2008 23:51:17
Original commit files touched by this commit  0.93.1
 This port version is marked as vulnerable.
garga search for other commits by this committer
- Remove < 6.1 conditional since it's no longer supported
09 Jun 2008 16:13:25
Original commit files touched by this commit  0.93.1
 This port version is marked as vulnerable.
garga search for other commits by this committer
- Update to 0.93.1
20 May 2008 18:06:34
Original commit files touched by this commit  0.93_1
 This port version is marked as vulnerable.
garga search for other commits by this committer
- Fix default clamd socket name: clamd -> clamd.sock
- Some cosmetic changes (indentation)
- sort pkg-plist
- Add option on clamav-milter startup script to change socket permissions
  (tested on clamav-devel)
- Bump PORTREVISION
16 Apr 2008 16:05:54
Original commit files touched by this commit  0.93
 This port version is marked as vulnerable.
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
(Only the first 15 lines of the commit message are shown above View all of this commit message)
21 Feb 2008 13:19:51
Original commit files touched by this commit  0.92.1_1
 This port version is marked as vulnerable.
garga search for other commits by this committer
- Fix a thread problem on FreeBSD 5.x forcing it to use -lpthread [1]
- Fix a problem on pkg-install, when umask is not default, it create dirs with
  wrong permissions [2]
- Bump PORTREVISION

PR:             ports/120885 [2]
Submitted by:   dmx@dmx.org.ru [2]
Noticed by:     havp pointyhat via pav
13 Feb 2008 15:37:27
Original commit files touched by this commit  0.92.1
 This port version is marked as vulnerable.
garga search for other commits by this committer
- Update to 0.92.1 (bugfix release) [1]
- Fix distinfo, removing unrar.diff entry since this file don't exist more. [2]

PR:             ports/120547 [1], ports/120574 [2]
Submitted by:   Michael Scheidell <scheidell@secnap.net> [1], delphij [2]
24 Jan 2008 17:04:37
Original commit files touched by this commit  0.92
 This port version is marked as vulnerable.
garga search for other commits by this committer
- Add an OPTION ICONV to fix a problem that can be caused by auto detection.
  No PORTREVISION bump necessary since it's off by default.
19 Dec 2007 23:08:38
Original commit files touched by this commit  0.92
 This port version is marked as vulnerable.
garga search for other commits by this committer
- Update security/clamav to 0.92
- Add a new OPTION (RAR) because unrar code is optional to fix a license
  issue
- Some cosmetic changes
- Chase library version bump and bump PORTREVISION of all dependant ports

Approved by:    portmgr (pav)
Security:       CVE-2007-6335, CVE-2007-6336, CVE-2007-6337
26 Nov 2007 17:45:55
Original commit files touched by this commit  0.91.2_1
 This port version is marked as vulnerable.
ade search for other commits by this committer
Unbreak pthread-related issues on 5.x

Approved by:    portmgr
21 Aug 2007 16:03:49
Original commit files touched by this commit  0.91.2
 This port version is marked as vulnerable.
garga search for other commits by this committer
- Update to 0.91.2

PR:             ports/115682
Submitted by:   Michael Scheidell <scheidell@secnap.net>
14 Aug 2007 11:14:06
Original commit files touched by this commit  0.91.1
 This port version is marked as vulnerable.
garga search for other commits by this committer
Fix clamav-milter startup script to don't wait clamd socket when it's using tcp
socket

PR:             ports/115353 (Based on)
Submitted by:   Alexander Shikoff <minotaur@crete.org.ua>
23 Jul 2007 09:36:52
Original commit files touched by this commit  0.91.1
 This port version is marked as vulnerable.
rafan search for other commits by this committer
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
  supports them.  This is determined by running ``configure --help'' in
  do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
  which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
  Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
  PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
  subdirectory detection.

PR:             ports/111470
Approved by:    portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by:      pointyhat exp run
17 Jul 2007 12:27:48
Original commit files touched by this commit  0.91.1
 This port version is marked as vulnerable.
garga search for other commits by this committer
- Update to 0.91.1

PR:             ports/114643
Submitted by:   Michael Scheidell <scheidell@secnap.net>
11 Jul 2007 15:44:30
Original commit files touched by this commit  0.91
 This port version is marked as vulnerable.
garga search for other commits by this committer
- Update to 0.91
- Remove CURL option because it's not needed anymore
05 Jun 2007 14:22:46
Original commit files touched by this commit  0.90.3
 This port version is marked as vulnerable.
garga search for other commits by this committer
- Change clamav-milter rc.d script, now it just wait for clamd socket if
  clamav_clamd_enable is set.

PR:             ports/111545
Submitted by:   Craig Leres <leres@ee.lbl.gov>
01 Jun 2007 17:09:09
Original commit files touched by this commit  0.90.3
 This port version is marked as vulnerable.
garga search for other commits by this committer
- Update to 0.90.3
- Remove unzoo support (clam doesn't support it anymore)

PR:             ports/113174
Submitted by:   Michael Scheidell <scheidell@secnap.net>
28 May 2007 14:39:03
Original commit files touched by this commit  0.90.2_1
 This port version is marked as vulnerable.
garga search for other commits by this committer
- Make arc, arj, lha and unzoo achives support dependency as OPTIONS enabled by
  default. Clamav can run fine without these guys. PORTREVISION bump is not
  needed since final package is the same.

PR:             ports/113087
Submitted by:   baptiste.daroussin@gmail.com
16 Apr 2007 11:18:27
Original commit files touched by this commit  0.90.2_1
 This port version is marked as vulnerable.
garga search for other commits by this committer
- Fix build with gethostbyname_r just after 601103 instead 600000
- Bump PORTREVISION

Reported by:    security <security@jim-liesl.org>
Submitted by:   Craig Butler <craig001@lerwick.hopto.org>
13 Apr 2007 18:25:19
Original commit files touched by this commit  0.90.2
 This port version is marked as vulnerable.
garga search for other commits by this committer
Forced commit to note last commit fix a security problem.

Security:       CVE-2007-2029
13 Apr 2007 17:49:09
Original commit files touched by this commit  0.90.2
 This port version is marked as vulnerable.
garga search for other commits by this committer
- Update to 0.90.2
- Add a patch to increase performance of clamd in threaded systems [1]
- Change clamav-milter rc.d script to use a var to determine seconds of timeout
  to wait clamd socket be started [2]
- Add support to gethostbyname_r() on FreeBSD 6 and above [3]
- Install clamav-config.h [3]
- Fix all dependencies for klamav work fine [3]

PR:             ports/111130 [2], ports/111478 [3]
Submitted by:   Anton Yuzhaninov <citrin@rambler-co.ru> [1]
                Denis Eremenko <moonshade@pnhz.kz> [2]
                Anderson S. Ferreira <anderson@cnpm.embrapa.br> [3]
Obtained from:  https://wwws.clamav.net/bugzilla/show_bug.cgi?id=434 [1]
16 Mar 2007 19:16:33
Original commit files touched by this commit  0.90.1_1
 This port version is marked as vulnerable.
garga search for other commits by this committer
Bump PORTREVISION for last changes

Pointy Hat to:  mbr
16 Mar 2007 12:20:45
Original commit files touched by this commit  0.90.1
 This port version is marked as vulnerable.
mbr search for other commits by this committer
And unbreak support for older FreeBSDs where libthr/libpthread did not exist.

PR:     110334
16 Mar 2007 12:04:04
Original commit files touched by this commit  0.90.1
 This port version is marked as vulnerable.
mbr search for other commits by this committer
Only use libthr for FreeBSD > 6.1
13 Mar 2007 20:11:19
Original commit files touched by this commit  0.90.1
 This port version is marked as vulnerable.
garga search for other commits by this committer
- Update clamav to 0.90.1
- Use -lthr to build clamav since it has problems with libpthread
- Bump PORTREVISION of dependant ports, libclamav version was bumped
- Fix clamcour to build with clamav-0.90.x using patch sent by maintainer

Number of commits found: 205 (showing only 100 on this page)

1 | 2 | 3  »  

2861
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
otrsMay 23
otrsMay 23
otrsMay 23
otrsMay 23
chromiumMay 22
chromiumMay 22
firefox*May 21
firefox-devel*May 21
firefox-esr*May 21
firefox10*May 21
firefox15*May 21
firefox3*May 21
firefox3-devel*May 21
firefox35*May 21
firefox36*May 21

8 vulnerabilities affecting 24 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24533
Broken 215
Deprecated 474
Ignore 630
Forbidden 2
Restricted 292
No CDROM 109
Vulnerable 25
Expired 132
Set to expire 511
Interactive 33
new 24 hours 2
new 48 hours8
new 7 days29
new fortnight63
new month214

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0