File: control

package info (click to toggle)
proftpd-mod-clamav 0.14~rc2-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 156 kB
  • ctags: 53
  • sloc: perl: 936; ansic: 611; makefile: 18
file content (24 lines) | stat: -rw-r--r-- 1,172 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Source: proftpd-mod-clamav
Section: net
Priority: optional
Maintainer: ProFTPD Maintainance Team <pkg-proftpd-maintainers@lists.alioth.debian.org>
Uploaders: Mahyuddin Susanto <udienz@ubuntu.com>,
           Francesco Paolo Lovergine <frankie@debian.org>
Build-Depends: autotools-dev,
               debhelper (>= 7.0.50~),
               proftpd-dev (>= 1.3.4~rc3-2~)
Standards-Version: 3.9.5
Homepage: http://www.thrallingpenguin.com/resources/mod_clamav.htm
Vcs-Git: git://git.debian.org/pkg-proftpd/proftpd-mod-clamav.git
Vcs-Browser: http://git.debian.org/?p=pkg-proftpd/proftpd-mod-clamav.git

Package: proftpd-mod-clamav
Architecture: any
Depends: clamav, ${misc:Depends}, ${proftpd:Depends}, ${shlibs:Depends}
Description: ProFTPD module mod_clamav
 Mod_Clamav can be configured to either use Clamd via local unix
 sockets or TCP sockets. This allows one to combine ProFTPd with
 Mod_Clamav and Clamd on a system with local unix sockets for minimal
 administrative overhead and decent security. however, also allows for
 a large scale deployment with many ProFTPd servers utilizing a separate
 Clamd host over TCP for scalability and lower administrative overhead.