diff options
author | stefan <stefan@FreeBSD.org> | 2013-04-28 17:48:29 +0800 |
---|---|---|
committer | stefan <stefan@FreeBSD.org> | 2013-04-28 17:48:29 +0800 |
commit | bb333e799b057fffcd208b1f40ca78882d41bd9c (patch) | |
tree | 4dbd66d949afa4c36982a77368661dbe81d3de29 /security | |
parent | 2880406f28079e55c3b63c45d4b335c1617037d5 (diff) | |
download | freebsd-ports-gnome-bb333e799b057fffcd208b1f40ca78882d41bd9c.tar.gz freebsd-ports-gnome-bb333e799b057fffcd208b1f40ca78882d41bd9c.tar.zst freebsd-ports-gnome-bb333e799b057fffcd208b1f40ca78882d41bd9c.zip |
Update to 5.5.
PR: 178211
Submitted by: Gerard Seibert <gerard@seibercom.net> (maintainer)
Diffstat (limited to 'security')
-rw-r--r-- | security/scamp/Makefile | 4 | ||||
-rw-r--r-- | security/scamp/distinfo | 4 | ||||
-rw-r--r-- | security/scamp/files/default.sample | 17 |
3 files changed, 14 insertions, 11 deletions
diff --git a/security/scamp/Makefile b/security/scamp/Makefile index ccdb82c9bb9a..e1e7438a2227 100644 --- a/security/scamp/Makefile +++ b/security/scamp/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= scamp -PORTVERSION= 5.4 +PORTVERSION= 5.5 CATEGORIES= security MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} @@ -12,7 +12,7 @@ COMMENT= Download & Install additional definition files for Clamav LICENSE= BSD RUN_DEPENDS= bash>=4.2.42:${PORTSDIR}/shells/bash \ - clamav>=0.97.7:${PORTSDIR}/security/clamav \ + clamav>=0.97.8:${PORTSDIR}/security/clamav \ gnupg>=2.0.19:${PORTSDIR}/security/gnupg \ rsync>=3.0.9:${PORTSDIR}/net/rsync diff --git a/security/scamp/distinfo b/security/scamp/distinfo index 451c3186a459..2aaa444f2c40 100644 --- a/security/scamp/distinfo +++ b/security/scamp/distinfo @@ -1,2 +1,2 @@ -SHA256 (scamp-5.4.tar.gz) = 8e0273e6f0e6f3c8d05f5fe194459e3dc606ec7daca4094527b9f71892e9e3c6 -SIZE (scamp-5.4.tar.gz) = 134541 +SHA256 (scamp-5.5.tar.gz) = 60ebc2603e457172c16761d2bc9933121f9bcc613673c44853e4b9931c161dce +SIZE (scamp-5.5.tar.gz) = 137225 diff --git a/security/scamp/files/default.sample b/security/scamp/files/default.sample index 0e0333135539..45b288b9b51a 100644 --- a/security/scamp/files/default.sample +++ b/security/scamp/files/default.sample @@ -1,14 +1,18 @@ # This is the /usr/local/etc/scamp/default file. -# Created March 25, 2013 +# Created April 27, 2013 @ 19:37:13 +SCAMP_VERSION=5.5 +CLAMAV_DB=/var/db/clamav +T_DIR=/var/db/clamav/tmp C_GROUP=clamav C_PID=/var/run/clamav/clamd.pid C_USER=clamav -CLAMAV_DB=/var/db/clamav +CONFIG_DIR=/usr/local/etc/scamp GET_LDB=1 GET_MALWARE=1 GET_SANE=1 -GET_SECURITE=4 +GET_FOXHOLE=0 +GET_SECURITE=5 GET_WINNOW=1 gpg_key_url=http://www.sanesecurity.net/publickey.gpg L_TYPE=1 @@ -18,11 +22,10 @@ MW_FILE=mbl.ndb MW_URL=http://www.malwarepatrol.com.br/cgi/submit?action=list_clamav_ext RELOAD=1 REST=0 -SANE_DB=/var/db/clamav/tmp/sane SANE=rsync://rsync.sanesecurity.net/sanesecurity -SCAMP_VERSION=5.4 +SANE_DB=/var/db/clamav/tmp/sane SI_DIR=/var/db/clamav/tmp/securite SYS_LOG=1 -T_DIR=/var/db/clamav/tmp -W_SUM=1 WPC=1 +W_SUM=1 + |