File: control

package info (click to toggle)
vsftpd 3.0.5-0.5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,704 kB
  • sloc: ansic: 16,810; sh: 251; makefile: 49; python: 18
file content (36 lines) | stat: -rw-r--r-- 924 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
25
26
27
28
29
30
31
32
33
34
35
36
Source: vsftpd
Section: net
Maintainer: Keng-Yu Lin <kengyu@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 libcap2-dev [linux-any],
 libpam0g-dev,
 libssl-dev,
 libwrap0-dev
Standards-Version: 4.7.3
Vcs-Browser: https://salsa.debian.org/debian/vsftpd
Vcs-Git: https://salsa.debian.org/debian/vsftpd.git
Homepage: https://security.appspot.com/vsftpd.html

Package: vsftpd
Architecture: any
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
 adduser,
 libpam-modules,
 netbase,
 procps,
 sysvinit-utils (>= 2.96),
Recommends:
 logrotate,
 ssl-cert,
Conflicts: ftp-server
Replaces: ftp-server
Provides: ftp-server
Description: lightweight, efficient FTP server written for security
 This package provides the "Very Secure FTP Daemon", written from
 the ground up with security in mind.
 .
 It supports both anonymous and non-anonymous FTP access, PAM authentication,
 bandwidth limiting, and the Linux sendfile() facility.