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 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129
|
Source: gsasl
Section: devel
Priority: optional
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Uploaders:
Simon Josefsson <simon@josefsson.org>,
Build-Depends:
debhelper-compat (= 13),
gengetopt,
gettext,
git,
gnulib,
gperf,
help2man,
libgnutls28-dev,
libgssglue-dev,
libidn-dev,
libntlm0-dev,
pkgconf,
texinfo,
valgrind-if-available,
Build-Depends-Indep:
gtk-doc-tools,
libglib2.0-dev,
Vcs-Browser: https://salsa.debian.org/debian/gsasl
Vcs-Git: https://salsa.debian.org/debian/gsasl.git
Homepage: https://www.gnu.org/software/gsasl/
Standards-Version: 4.7.2
Rules-Requires-Root: no
Package: gsasl
Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends},
Recommends:
gnulib-l10n,
Description: GNU SASL command line utility
GNU SASL is an implementation of the Simple Authentication and
Security Layer framework and a few common SASL mechanisms. SASL is
used by network servers (e.g., IMAP, SMTP) to request authentication
from clients, and in clients to authenticate against servers.
.
This package contains the GNU SASL command line tool.
Package: gsasl-common
Architecture: all
Multi-Arch: foreign
Depends:
${misc:Depends},
Breaks:
libgsasl7 (<< 1.10.0-2),
Replaces:
libgsasl7 (<< 1.10.0-2),
Description: GNU SASL platform independent files
GNU SASL is an implementation of the Simple Authentication and
Security Layer framework and a few common SASL mechanisms. SASL is
used by network servers (e.g., IMAP, SMTP) to request authentication
from clients, and in clients to authenticate against servers.
.
This package contains translation of diagnostic messages.
Package: gsasl-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Breaks:
gsasl (<< 1.10.0-2),
Replaces:
gsasl (<< 1.10.0-2),
Depends:
${misc:Depends},
Description: GNU SASL documentation
GNU SASL is an implementation of the Simple Authentication and
Security Layer framework and a few common SASL mechanisms. SASL is
used by network servers (e.g., IMAP, SMTP) to request authentication
from clients, and in clients to authenticate against servers.
.
This package contains documentation related to GNU SASL.
Package: libgsasl-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Breaks:
libgsasl7-dev (<< 1.10.0-2),
Replaces:
libgsasl1-dev,
libgsasl7-dev (<< 1.10.0-2),
Provides:
libgsasl7-dev,
Depends:
libgsasl18 (= ${binary:Version}),
libgssglue-dev,
libidn-dev,
libntlm0-dev,
pkgconf,
${misc:Depends},
Description: Development files for the GNU SASL library
GNU SASL is an implementation of the Simple Authentication and
Security Layer framework and a few common SASL mechanisms. SASL is
used by network servers (e.g., IMAP, SMTP) to request authentication
from clients, and in clients to authenticate against servers.
.
This package contain all files necessary for developing programs that
use GNU SASL. You will need this package if you want to build a
program that uses the GNU SASL library.
Package: libgsasl18
Section: libs
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
${shlibs:Depends},
Recommends:
gsasl-common,
Description: GNU SASL library
GNU SASL is an implementation of the Simple Authentication and
Security Layer framework and a few common SASL mechanisms. SASL is
used by network servers (e.g., IMAP, SMTP) to request authentication
from clients, and in clients to authenticate against servers.
.
Supported mechanisms are ANONYMOUS, EXTERNAL, LOGIN, PLAIN, SECURID, NTLM,
DIGEST-MD5, CRAM-MD5, SCRAM-SHA-1, SCRAM-SHA-1-PLUS, GS2-KRB5, GSSAPI.
.
This package includes the GNU SASL shared library that is required
by applications using GNU SASL. You normally don't need to install
it manually.
|