File: control

package info (click to toggle)
cvsd 1.0.25
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,220 kB
  • sloc: sh: 5,327; ansic: 1,868; perl: 198; makefile: 88
file content (29 lines) | stat: -rw-r--r-- 1,250 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
Source: cvsd
Section: vcs
Priority: optional
Maintainer: Arthur de Jong <adejong@debian.org>
Build-Depends: debhelper-compat (= 13), po-debconf
Standards-Version: 4.7.0
Homepage: https://arthurdejong.org/cvsd/
Vcs-Cvs: :pserver:anonymous@arthurdejong.org:/arthur/
Vcs-Browser: https://arthurdejong.org/viewvc/cvsd/
Rules-Requires-Root: no

Package: cvsd
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}, cvs, adduser
Suggests: perl, tmpreaper
Description: chroot wrapper to run 'cvs pserver' more securely
 cvsd is a wrapper program for cvs in pserver mode. it will run 'cvs pserver'
 under a special uid/gid in a chroot jail. cvsd is run as a daemon and is
 controlled through a configuration file. It is relatively easy to configure
 and provides tools for setting up a rootjail.
 .
 This server can be useful if you want to run a public cvs pserver. You
 should however be aware of the security limitations of running a cvs
 pserver. If you want any kind of authentication you should really consider
 using secure shell as a secure authentication mechanism and transport.
 Passwords used with cvs pserver are transmitted in plaintext.
 .
 You should probably disable the pserver from the cvs package.