Changeset 7300305 in mod_gnutls
- Timestamp:
- Feb 20, 2014, 8:07:16 PM (7 years ago)
- Branches:
- debian/master, debian/stretch-backports, jessie-backports
- Children:
- 576c1d0
- Parents:
- 7149ce5
- Location:
- debian
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
debian/changelog
r7149ce5 r7300305 1 mod-gnutls (0.5.10-5) UNRELEASED; urgency=medium 2 3 * Adopting package. Closes: #680182 4 * wrap and sort debian/control 5 6 -- Daniel Kahn Gillmor <dkg@fifthhorseman.net> Thu, 20 Feb 2014 20:05:05 -0500 7 1 8 mod-gnutls (0.5.10-4) unstable; urgency=medium 2 9 -
debian/control
r7149ce5 r7300305 2 2 Section: httpd 3 3 Priority: extra 4 Maintainer: Debian QA Group <packages@qa.debian.org> 5 Build-Depends: debhelper (>= 9), dh-autoreconf, dh-apache2, apache2-dev, 6 libgnutls-dev (>= 2.4.0), pkg-config, libapr-memcache-dev 4 Maintainer: Daniel Kahn Gillmor <dkg@fifthhorseman.net> 5 Build-Depends: 6 apache2-dev, 7 debhelper (>= 9), 8 dh-apache2, 9 dh-autoreconf, 10 libapr-memcache-dev, 11 libgnutls-dev (>= 2.4.0), 12 pkg-config 7 13 Standards-Version: 3.9.5 8 14 Homepage: https://mod.gnutls.org/ 15 Vcs-Git: https://mod.gnutls.org/mod_gnutls 9 16 10 17 Package: libapache2-mod-gnutls 11 18 Architecture: any 12 Depends: ${shlibs:Depends}, ${misc:Depends} 19 Depends: 20 ${misc:Depends}, 21 ${shlibs:Depends} 13 22 Description: Apache module for SSL and TLS encryption with GnuTLS 14 23 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.