File: control

package info (click to toggle)
libhttp-daemon-ssl-perl 1.05-01-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 804 kB
  • sloc: perl: 188; makefile: 21; sh: 2
file content (34 lines) | stat: -rw-r--r-- 1,167 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
Source: libhttp-daemon-ssl-perl
Section: perl
Testsuite: autopkgtest-pkg-perl
Rules-Requires-Root: no
Priority: optional
Build-Depends:
 debhelper (>= 10),
Build-Depends-Indep:
 libhttp-daemon-perl | libwww-perl (<< 6),
 libio-socket-ssl-perl,
 libtest-www-mechanize-perl,
 perl,
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders:
 Mike Gabriel <sunweaver@debian.org>,
Standards-Version: 4.1.4
Homepage: https://metacpan.org/release/HTTP-Daemon-SSL
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libhttp-daemon-ssl-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libhttp-daemon-ssl-perl.git

Package: libhttp-daemon-ssl-perl
Architecture: all
Depends:
 libhttp-daemon-perl | libwww-perl (<< 6),
 libio-socket-ssl-perl,
 ${misc:Depends},
 ${perl:Depends},
Suggests:
 libhttp-message-perl,
Description: Simple HTTP server class with SSL support
 HTTP::Daemon::SSL is a descendant of HTTP::Daemon that uses SSL sockets
 (via IO::Socket::SSL) instead of cleartext sockets.  It also handles
 SSL-specific problems, such as dealing with HTTP clients that attempt
 to connect to it without using SSL.