File: control

package info (click to toggle)
libauthen-libwrap-perl 0.23-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 156 kB
  • sloc: perl: 174; makefile: 3
file content (30 lines) | stat: -rw-r--r-- 1,281 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
Source: libauthen-libwrap-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Nick Morrott <knowledgejunkie@gmail.com>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
               libmodule-build-perl,
               libtest-exception-perl,
               libwrap0-dev,
               perl-xs-dev,
               perl:native
Standards-Version: 3.9.8
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libauthen-libwrap-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libauthen-libwrap-perl.git
Homepage: https://metacpan.org/release/Authen-Libwrap

Package: libauthen-libwrap-perl
Architecture: any
Depends: ${misc:Depends},
         ${perl:Depends},
         ${shlibs:Depends}
Description: module providing access to the TCP Wrappers library
 The Authen::Libwrap module allows you to access the hosts_ctl() function from
 Wietse Venema's popular TCP Wrappers security package. This allows validation
 of network access from Perl programs against the system-wide hosts.allow file.
 .
 If any of the parameters to hosts_ctl() are not known (i.e. username due to
 lack of an identd server), the constant STRING_UNKNOWN may be passed to the
 function.