head	1.4;
access;
symbols
	RELEASE_6_1_0:1.3
	RELEASE_5_5_0:1.3
	RELEASE_6_0_0:1.3
	RELEASE_5_4_0:1.3
	RELEASE_4_11_0:1.3
	RELEASE_5_3_0:1.2
	RELEASE_4_10_0:1.2
	RELEASE_5_2_1:1.1
	RELEASE_5_2_0:1.1;
locks; strict;
comment	@# @;


1.4
date	2006.04.07.10.10.20;	author garga;	state dead;
branches;
next	1.3;

1.3
date	2004.11.04.22.49.52;	author pav;	state Exp;
branches;
next	1.2;

1.2
date	2004.02.11.10.39.34;	author dinoex;	state Exp;
branches;
next	1.1;

1.1
date	2003.10.03.13.31.25;	author dinoex;	state Exp;
branches;
next	;


desc
@@


1.4
log
@- Update to 20060406 snapshot -- 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.

- Synchronize with clamav port using SUB_FILES, USE_RC_SUBR

PR:		ports/95425
Submitted by:	garga
Security:	VuXML 6a5174bd-c580-11da-9110-00123ffe8333
@
text
@#!/bin/sh
# $FreeBSD: ports/security/clamav-devel/pkg-deinstall,v 1.3 2004/11/04 22:49:52 pav Exp $

if [ "$2" != "POST-DEINSTALL" ]; then
	exit 0
fi

CLAMAVUSER=%%CLAMAVUSER%%

if pw usershow "${CLAMAVUSER}" 2>/dev/null 1>&2; then
	echo "To delete ${CLAMAVUSER} user permanently, use 'pw userdel \"${CLAMAVUSER}\"'"
fi
exit 0
@


1.3
log
@- Update to 20041101
- Configuration file was renamed to clamd.conf!

PR:		ports/73491
Submitted by:	Rob Evers <rob@@debank.tv> (maintainer)
@
text
@d2 1
a2 1
# $FreeBSD$
@


1.2
log
@- update to 20040210
- The install doesn't delete the database anymore
- Don't remove the database on deinstall
- Use OPTIONS target
- handle all config install via the port

You have to run freshclam manually once after upgrade to restore the database.

PR:		62653
Submitted by:	rob@@debank.tv

- Fix deinstall when no database was installed.
Submitted by:	dinoex
@
text
@d1 4
a4 1
if [ ! "$2" = "POST-DEINSTALL" ]; then
d7 7
a13 4
echo "----------------------------------------------------------"
echo "  If you really want to remove this package, please remove"
echo " the clamav-user and clean out log files and database"
echo "----------------------------------------------------------"
@


1.1
log
@- Upgrade to 20031001
- added RC-ng scripts
- Fix build on CURENT
PR:		57451
Submitted by:	rob@@debank.tv, eikemeier@@fillmore-labs.com, dinoex
@
text
@d6 1
a6 1
echo " the clamav-user and clean out log files "
@

