Changeset 9906b87 in mod_gnutls
- Timestamp:
- Dec 17, 2016, 7:01:05 PM (6 years ago)
- Branches:
- debian/master, debian/stretch-backports
- Children:
- 60cb9d9
- Parents:
- b9d5b2e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
debian/control
rb9d5b2e r9906b87 3 3 Priority: extra 4 4 Maintainer: Daniel Kahn Gillmor <dkg@fifthhorseman.net> 5 Build-Depends: apache2-bin <!nocheck>, 6 apache2-dev, 7 curl <!nocheck> | wget <!nocheck>, 8 debhelper (>= 9.20141010), 9 dh-apache2, 10 dh-autoreconf, 11 dpkg-dev (>= 1.17.14), 12 gnutls-bin <!nocheck>, 13 libapr1-dev, 14 libgnutls28-dev (>= 3.1.4) | libgnutls-dev (>= 3.1.4), 15 libmsv-dev (>= 1.0), 16 libwww-perl, 17 monkeysphere (>= 0.36) <!nocheck>, 18 msva-perl [linux-any] <!nocheck>, 19 pandoc [!m68k !powerpc !sh4 !x32] | markdown [m68k powerpc sh4 x32], 20 pkg-config, 21 procps <!nocheck>, 22 softhsm2 <!nocheck> | softhsm <!nocheck> 5 Build-Depends: 6 apache2-bin <!nocheck>, 7 apache2-dev, 8 curl <!nocheck> | wget <!nocheck>, 9 debhelper (>= 9.20141010), 10 dh-apache2, 11 dh-autoreconf, 12 dpkg-dev (>= 1.17.14), 13 gnutls-bin <!nocheck>, 14 libapr1-dev, 15 libgnutls28-dev (>= 3.1.4) | libgnutls-dev (>= 3.1.4), 16 libmsv-dev (>= 1.0), 17 libwww-perl, 18 monkeysphere (>= 0.36) <!nocheck>, 19 msva-perl [linux-any] <!nocheck>, 20 pandoc [!m68k !powerpc !sh4 !x32] | markdown [m68k powerpc sh4 x32], 21 pkg-config, 22 procps <!nocheck>, 23 softhsm2 <!nocheck> | softhsm <!nocheck>, 23 24 Standards-Version: 3.9.8 24 25 Homepage: https://mod.gnutls.org/ … … 28 29 Package: libapache2-mod-gnutls 29 30 Architecture: any 30 Depends: ${misc:Depends}, ${shlibs:Depends} 31 Depends: 32 ${misc:Depends}, 33 ${shlibs:Depends}, 31 34 Description: Apache module for SSL and TLS encryption with GnuTLS 32 35 mod_gnutls provides SSL 3.0, TLS 1.0, 1.1 and 1.2 encryption with the GnuTLS
Note: See TracChangeset
for help on using the changeset viewer.