mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 07:26:29 -04:00
This is a set of various Samba VFS modules to scan and filter virus
files on Samba file services with an anti-virus scanner. Supported Anti-Virus engines: - ClamAV (clamd daemon) - F-Secure Anti-Virus (fsavd daemon) - Sophos Anti-Virus (savdid daemon) WWW: https://github.com/fumiyas/samba-virusfilter
This commit is contained in:
parent
e0cb1c6b5a
commit
bcaf3cacdf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=291895
5 changed files with 45 additions and 0 deletions
|
@ -803,6 +803,7 @@
|
|||
SUBDIR += saferpay
|
||||
SUBDIR += safesh
|
||||
SUBDIR += saint
|
||||
SUBDIR += samba-virusfilter
|
||||
SUBDIR += samhain
|
||||
SUBDIR += samhain-client
|
||||
SUBDIR += samhain-server
|
||||
|
|
29
security/samba-virusfilter/Makefile
Normal file
29
security/samba-virusfilter/Makefile
Normal file
|
@ -0,0 +1,29 @@
|
|||
# New ports collection makefile for: samba-virusfilter
|
||||
# Date created: 06 Dec 2011
|
||||
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= samba-virusfilter
|
||||
PORTVERSION= 0.1.3
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= http://cloud.github.com/downloads/fumiyas/samba-virusfilter/
|
||||
|
||||
MAINTAINER= kuriyama@FreeBSD.org
|
||||
COMMENT= On-access anti-virus filter for Samba
|
||||
|
||||
PATCH_DEPENDS= smbclient:${PORTSDIR}/net/${SAMBA_PORT}
|
||||
BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/net/${SAMBA_PORT}:configure
|
||||
|
||||
USE_BZIP2= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
ALL_TARGET= # should empty
|
||||
CONFIGURE_ARGS= --with-samba-source=`cd ${PORTSDIR}/net/${SAMBA_PORT}; ${MAKE} -VWRKSRC` \
|
||||
--with-clamd=${PREFIX}/sbin/clamd --with-savdid=${PREFIX}/bin/savdid
|
||||
SAMBA_PORT?= samba36
|
||||
USE_AUTOTOOLS= autoconf autoheader # for net/${SAMBA_PORT} configure
|
||||
MAKE_ARGS= SAMBA_DATADIR=${PREFIX}
|
||||
|
||||
.include <bsd.port.mk>
|
2
security/samba-virusfilter/distinfo
Normal file
2
security/samba-virusfilter/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (samba-virusfilter-0.1.3.tar.bz2) = b3c1bcb0a9fa1517017637c5e010dd95a967ff5e069b851625a2bb2d379bc73a
|
||||
SIZE (samba-virusfilter-0.1.3.tar.bz2) = 73103
|
9
security/samba-virusfilter/pkg-descr
Normal file
9
security/samba-virusfilter/pkg-descr
Normal file
|
@ -0,0 +1,9 @@
|
|||
This is a set of various Samba VFS modules to scan and filter virus
|
||||
files on Samba file services with an anti-virus scanner.
|
||||
|
||||
Supported Anti-Virus engines:
|
||||
- ClamAV (clamd daemon)
|
||||
- F-Secure Anti-Virus (fsavd daemon)
|
||||
- Sophos Anti-Virus (savdid daemon)
|
||||
|
||||
WWW: https://github.com/fumiyas/samba-virusfilter
|
4
security/samba-virusfilter/pkg-plist
Normal file
4
security/samba-virusfilter/pkg-plist
Normal file
|
@ -0,0 +1,4 @@
|
|||
bin/svf-notify
|
||||
lib/samba/vfs/svf-clamav.so
|
||||
lib/samba/vfs/svf-fsav.so
|
||||
lib/samba/vfs/svf-sophos.so
|
Loading…
Add table
Reference in a new issue