Changeset 7149ce5 in mod_gnutls
- Timestamp:
- Feb 20, 2014, 8:01:47 PM (7 years ago)
- Branches:
- debian/master, debian/stretch-backports, jessie-backports
- Children:
- 7300305
- Parents:
- 3449e71
- git-author:
- Andreas Metzler <ametzler@…> (02/20/14 20:01:47)
- git-committer:
- Daniel Kahn Gillmor <dkg@…> (02/20/14 20:01:47)
- Location:
- debian
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
debian/changelog
r3449e71 r7149ce5 1 mod-gnutls (0.5.10-4) unstable; urgency=medium 2 3 * QA upload. 4 * Merge from Ubuntu (Logan Rosen): 5 + Use dh-autoreconf instead of autotools-dev to also fix FTBFS on ppc64el 6 by getting new libtool macros (still updates config.{sub,guess}). 7 Closes: #734574 8 * Mention TLS 1.2 in package description. Closes: #736406 9 10 11 -- Andreas Metzler <ametzler@debian.org> Sun, 02 Feb 2014 11:10:36 +0100 12 1 13 mod-gnutls (0.5.10-3) unstable; urgency=low 2 14 -
debian/control
r3449e71 r7149ce5 3 3 Priority: extra 4 4 Maintainer: Debian QA Group <packages@qa.debian.org> 5 Build-Depends: debhelper (>= 9), autotools-dev, dh-apache2, apache2-dev,5 Build-Depends: debhelper (>= 9), dh-autoreconf, dh-apache2, apache2-dev, 6 6 libgnutls-dev (>= 2.4.0), pkg-config, libapr-memcache-dev 7 Standards-Version: 3.9. 47 Standards-Version: 3.9.5 8 8 Homepage: https://mod.gnutls.org/ 9 9 … … 12 12 Depends: ${shlibs:Depends}, ${misc:Depends} 13 13 Description: Apache module for SSL and TLS encryption with GnuTLS 14 mod_gnutls provides SSL 3.0, TLS 1.0, and TLS 1.1encryption with the GnuTLS14 mod_gnutls provides SSL 3.0, TLS 1.0, 1.1 and 1.2 encryption with the GnuTLS 15 15 library. It's similar in purpose to mod_ssl, but doesn't use OpenSSL. -
debian/rules
r3449e71 r7149ce5 5 5 6 6 %: 7 dh $@ --with apache2,auto tools_dev7 dh $@ --with apache2,autoreconf 8 8 9 9 override_dh_auto_configure:
Note: See TracChangeset
for help on using the changeset viewer.