head	1.10;
access;
symbols
	RELEASE_8_3_0:1.10
	RELEASE_9_0_0:1.10
	RELEASE_7_4_0:1.10
	RELEASE_8_2_0:1.10
	RELEASE_6_EOL:1.10
	RELEASE_8_1_0:1.10
	RELEASE_7_3_0:1.10
	RELEASE_8_0_0:1.10
	RELEASE_7_2_0:1.10
	RELEASE_7_1_0:1.10
	RELEASE_6_4_0:1.10
	RELEASE_5_EOL:1.10
	RELEASE_7_0_0:1.10
	RELEASE_6_3_0:1.10
	PRE_XORG_7:1.10
	RELEASE_4_EOL:1.9
	RELEASE_6_2_0:1.8
	RELEASE_6_1_0:1.8
	RELEASE_5_5_0:1.8
	RELEASE_6_0_0:1.8
	RELEASE_5_4_0:1.8
	RELEASE_4_11_0:1.8
	RELEASE_5_3_0:1.8
	RELEASE_4_10_0:1.7
	RELEASE_5_2_1:1.5
	RELEASE_5_2_0:1.5
	RELEASE_4_9_0:1.4
	RELEASE_5_1_0:1.3
	RELEASE_4_8_0:1.2;
locks; strict;
comment	@# @;


1.10
date	2007.04.13.18.25.19;	author garga;	state Exp;
branches;
next	1.9;

1.9
date	2006.11.06.11.03.43;	author garga;	state Exp;
branches;
next	1.8;

1.8
date	2004.06.15.10.04.48;	author eik;	state Exp;
branches;
next	1.7;

1.7
date	2004.04.01.16.36.28;	author eik;	state Exp;
branches;
next	1.6;

1.6
date	2003.12.08.14.06.49;	author netchild;	state Exp;
branches;
next	1.5;

1.5
date	2003.09.28.13.29.28;	author dinoex;	state Exp;
branches;
next	1.4;

1.4
date	2003.07.07.07.37.08;	author nork;	state Exp;
branches;
next	1.3;

1.3
date	2003.05.18.02.40.47;	author foxfair;	state Exp;
branches;
next	1.2;

1.2
date	2003.02.05.13.09.19;	author edwin;	state Exp;
branches;
next	1.1;

1.1
date	2003.01.20.03.41.52;	author edwin;	state Exp;
branches;
next	;


desc
@@


1.10
log
@Forced commit to note last commit fix a security problem.

Security:	CVE-2007-2029
@
text
@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/
@


1.9
log
@Forced commit to note las one was:

PR:		ports/105198
Submitted by:	Samm & <root@@ukrlex.net>
@
text
@@


1.8
log
@update to 0.73
use freshclam pid file

PR:		67962
Submitted by:	Rob Evers <rob@@debank.tv> (maintainer)
@
text
@@


1.7
log
@Update to clamav 0.70

- new thread manager (with better SMP support)
- new switch ArchiveDetectEncrypted
- new directive: ArchiveDetectEncrypted
- see /usr/local/share/doc/clamav/NEWS
- install html documentation to /usr/local/share/doc/clamav/html

added CLAMAVUSER/CLAMAVGROUP support

Adopted the port to ensure timely fixes in case I broke something :P
Please reset the maintainer if TERAMOTO Masahiro shows up again.
@
text
@d1 1
@


1.6
log
@BEWARE: As rcoder(8) isn't present on FreeBSD 4 but clamd must be
        be started before clamav-milter the startup-script for clamd
        must alphabetically arranged before the startup-script for
        clamav-milter. It was decided to use the clamd statup-scrtipt
        from security/clamav-devel (clamav-clamd.sh), so users running
        an older version of security/clamav have to change
        'clamd_enable="YES"' to 'clamav_clamd_enable="YES"' in
        /etc/rc.conf. On the other hand this changes makes it easier
        to switch between security/clamav and security/clamav-devel.

- Respect PTHREAD_CFLAGS.
- Use USE_LIBTOOL_VER=14 as the libtool shipping with clamav 0.65
  erroneously links against libc _and_ libc_r on FreeBSD 4.
- Don't link against libcipher on FreeBSD < 501100, clamav doesn't
  depend on it. The linker warnings suggesting that it is required
  were triggered by linking against both, libc and libc_r.
- Unconditionally depend on math/libgmp4. Otherwise, if libgmp4 is
  already installed on a FreeBSD 4-STABLE system compilation of
  security/clamav fails, as the headers of libgmp4 are used but the
  base libgmp is used for linking.
- Fix generation of clamav-milter.8 when building with WITH_MILTER
  (part of new files/patch-clamav-milter::Makefile.in).
- Don't USE_GETOPT_LONG when compiling with WITH_MILTER, clamav
  uses its own getopt_long() regardless if a devel/libgnugetopt is
  installed or the version in the base of FreeBSD 5 is present.
- Allow compilation of WITH_MILTER with mail/sendmail.
- Install a startup-script (taken from security/clamav-devel with some
  fixes in comments) for clamav-milter when compiled with WITH_MILTER.
- In pkg-descr remove the note that clamav-milter doesn't build on
  FreeBSD 4 with base gcc, it builds fine there. Mention that
  clamav-milter can be optionally used (taken from pkg-descr of
  security/clamav-devel).
- Fix compilation when an older version of security/clamav is installed.
  If there's an older version of libclamav installed clamav 0.65 will
  link against it instead of the newly built one. This is not a problem
  if the installed version is compatible with the new one as libclamav
  gets linked dynamically and the installed version will be replaced
  with the new one. However, if the older version is incompatible
  linking of clamav 0.65 fails. This problem was discovered by
  Jan-Peter Koopmann Jan-Peter.Koopmann@@seceidos.de and the fix
  (most of the new patches in the files directory) confirmed working.
- In clamav-milter replace the path to the used sendmail executable with
  the location of the mailwrapper(8) (/usr/sbin/sendmail). Obtained
  from security/clamav-devel.

PR:		59948
Submitted by:	Marius Strobl <marius@@alchemy.franken.de>
Approved by:	maintainer
@
text
@d7 1
a7 1
WWW: http://clamav.sourceforge.net/
@


1.5
log
@- don't remove clamav account on deinstall
- use included libtool (seems heavily patched)
- make packageable and include a working configure file
- add a rcNG start/stop script
- added web site
- don't install useless .la files
- use DATADIR
- 510001 is FreeBSD 5.10, 5.1-CURRENT is 501100
- minor cleanup

PR:		57256
Submitted by:	eikemeier@@fillmore-labs.com
@
text
@d4 2
a5 2
On FreeBSD 4.X the milter interface isn't built by default because
it needs gcc30 or higher.
@


1.4
log
@Use clamav-milter, but support only gcc30 or higher.

PR:		ports/53699
Submitted by:	Rob Evers <rob@@debank.tv>
Approved by:	TERAMOTO Masahiro <markun@@onohara.to> (maintainer)
@
text
@d6 2
@


1.3
log
@PR:		52226
Submitted by:
Reviewed by:
Approved by:
Obtained from:
MFC after:
Maintainer update: Clam AntiVirus contains OAV database, but its database is
developed independently.

	Pointed out by Tomasz Kojim <zolw@@konarski.edu.pl>
		developer of Clam AntiVirus
@
text
@d4 2
@


1.2
log
@maintainer-update: security/clamav to 0.54

PR:		ports/47291
Submitted by:	TERAMOTO Masahiro <markun@@onohara.to>
@
text
@d1 3
a3 3
Clam Antivirus is command line virus scanner using database from
OpenAntiVirus. It detects over 7000 viruses, scans compressed files
and supported by AMaViS.
@


1.1
log
@new port: security/clamav

	Clam Antivirus is command line virus scanner using database
	from OpenAntiVirus.

PR:		ports/40602
Submitted by:	TERAMOTO Masahiro <markun@@onohara.to>
@
text
@d2 1
a2 1
OpenAntiVirus. It detects over 1700 viruses, scans compressed files
@

