- Update to 0.88.5

- portlint(1)

Approved by:	portmgr (mnag with secteam hat), garga (maintainer)
Security:	http://lurker.clamav.net/message/20061016.015114.dc6a8930.en.html,
		http://secunia.com/advisories/22370/
This commit is contained in:
Marcus Alves Grando 2006-10-16 14:18:52 +00:00
parent 0a30125298
commit ec97343ab6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=175354
3 changed files with 7 additions and 7 deletions

View file

@ -6,7 +6,7 @@
#
PORTNAME= clamav
PORTVERSION= 0.88.4
PORTVERSION= 0.88.5
CATEGORIES= security
MASTER_SITES= SF

View file

@ -1,3 +1,3 @@
MD5 (clamav-0.88.4.tar.gz) = 7759784aa4506b314e6543e0f2a8587b
SHA256 (clamav-0.88.4.tar.gz) = a581f2f7c93fac9e7a4caf5c1f15f5e7722a4739aaaa3f07dd9076e1097d157f
SIZE (clamav-0.88.4.tar.gz) = 7632947
MD5 (clamav-0.88.5.tar.gz) = d62376205647b208eba4191dde821830
SHA256 (clamav-0.88.5.tar.gz) = 8b807fcb64e2c523d7da8002ca1174c4173526ae48a7deecca41db30f51cee8f
SIZE (clamav-0.88.5.tar.gz) = 8663193

View file

@ -20,6 +20,6 @@ etc/freshclam.conf.default
@exec [ -f %B/freshclam.conf ] || cp %B/%f %B/freshclam.conf
@unexec [ -s %%DBDIR%%/daily.cvd ] || rm -f %%DBDIR%%/daily.cvd || true
@unexec [ -s %%DBDIR%%/main.cvd ] || rm -f %%DBDIR%%/main.cvd || true
@unexec rmdir %%DBDIR%% 2>/dev/null || true
@unexec rmdir %%LOGDIR%% 2>/dev/null || true
@unexec rmdir %%RUNDIR%% 2>/dev/null || true
@dirrmtry %%DBDIR%%
@dirrmtry %%LOGDIR%%
@dirrmtry %%RUNDIR%%