1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

* Update to 0.65

* Create /var/run/clamav with 750 permissions

PR:		59458
Submitted by:	Rui Lopes <rui@ruilopes.com>
Approved by:	maintainer
This commit is contained in:
Joe Marcus Clarke 2003-11-19 17:40:04 +00:00
parent 30f370ac84
commit e7b6d2f752
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=94396
3 changed files with 6 additions and 7 deletions

View File

@ -6,8 +6,7 @@
#
PORTNAME= clamav
PORTVERSION= 0.60
PORTREVISION= 4
PORTVERSION= 0.65
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= clamav
@ -36,9 +35,9 @@ CONFIGURE_ARGS= --with-dbdir=${DATADIR} \
CFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= ${PTHREAD_LIBS}
CONFIGURE_ENV+= LDFLAGS="${LDFLAGS}"
MAN1= clamscan.1 freshclam.1 sigtool.1 clamdscan.1 clamav-milter.1
MAN1= clamscan.1 freshclam.1 sigtool.1 clamdscan.1
MAN5= clamav.conf.5
MAN8= clamd.8
MAN8= clamd.8 clamav-milter.8
CLAMD_SOCKET?= /var/run/clamav/clamd

View File

@ -1 +1 @@
MD5 (clamav-0.60.tar.gz) = eddeba4e1f399f65bc71aa2b3e901543
MD5 (clamav-0.65.tar.gz) = f2b8473190b6dc1fd9c64b9ebc49a5ad

View File

@ -16,9 +16,9 @@ etc/clamav.conf.default
etc/rc.d/clamd%%RC_SUFX%%
@owner clamav
@group clamav
%%DATADIR%%/daily.cvd
%%DATADIR%%/main.cvd
%%DATADIR%%/mirrors.txt
%%DATADIR%%/viruses.db
%%DATADIR%%/viruses.db2
@exec chown clamav:clamav %B
@dirrm %%DATADIR%%
@unexec rmdir /var/run/clamav 2>/dev/null || true