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
|
Source: libapache2-mod-nss
Section: web
Priority: extra
Maintainer: Debian 389ds Team <pkg-fedora-ds-maintainers@lists.alioth.debian.org>
Uploaders: Timo Aaltonen <tjaalton@ubuntu.com>
Build-Depends: debhelper (>= 5),
apache2-threaded-dev (>= 2.2.3),
libnss3-dev,
libapr1-dev,
quilt,
autoconf (>= 2.65),
autotools-dev,
automake,
libtool,
pkg-config,
flex,
Standards-Version: 3.9.3
Homepage: http://directory.fedoraproject.org
Vcs-Git: git://git.debian.org/git/pkg-fedora-ds/libapache2-mod-nss.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-fedora-ds/libapache2-mod-nss.git
Package: libapache2-mod-nss
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends},
apache2.2-common (>= 2.2.3-2),
libnss3-tools,
Description: NSS-based SSL module for Apache2
This Apache module provides strong cryptography for the Apache 2.0 webserver
via the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS
v1) protocols by the help of the SSL/TLS implementation library NSS
.
This module is based heavily on the mod_ssl package. In fact, it's more
a conversion than anything else.
|