Changeset 8ed8e96 in mod_gnutls
- Timestamp:
- Aug 22, 2015, 3:50:11 PM (5 years ago)
- Branches:
- debian/master, debian/stretch-backports, jessie-backports
- Children:
- 2db6923
- Parents:
- 78c6829
- git-author:
- Thomas Klute <thomas2.klute@…> (08/22/15 15:50:11)
- git-committer:
- Daniel Kahn Gillmor <dkg@…> (08/22/15 15:50:11)
- Location:
- debian
- Files:
-
- 3 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
debian/changelog
r78c6829 r8ed8e96 1 mod-gnutls (0.6-1.4) unstable; urgency=low 2 3 * Non-maintainer upload. 4 * Fix segfaults with reverse proxy configuration (Closes: #775909) 5 * Upgrade Standards-Version to 3.9.6, change DocumentRoot in 6 default-tls.conf to /var/www/html accordingly. 7 8 -- Thomas Klute <thomas2.klute@uni-dortmund.de> Wed, 15 Apr 2015 11:34:37 +0200 9 1 10 mod-gnutls (0.6-1.3) unstable; urgency=medium 2 11 -
debian/control
r78c6829 r8ed8e96 18 18 pandoc, 19 19 pkg-config 20 Standards-Version: 3.9. 520 Standards-Version: 3.9.6 21 21 Homepage: https://mod.gnutls.org/ 22 22 Vcs-Git: https://mod.gnutls.org/mod_gnutls -
debian/default-tls.conf
r78c6829 r8ed8e96 2 2 <VirtualHost _default_:443> 3 3 ServerAdmin webmaster@localhost 4 DocumentRoot /var/www/ 4 DocumentRoot /var/www/html 5 5 <Directory /> 6 6 Options FollowSymLinks 7 7 AllowOverride None 8 8 </Directory> 9 <Directory /var/www/ >9 <Directory /var/www/html> 10 10 Options Indexes FollowSymLinks MultiViews 11 11 AllowOverride None -
debian/patches/series
r78c6829 r8ed8e96 1 1 test-setup.patch 2 2 fix-tls-client-auth.patch 3 proxy-segfault-fix.patch 4 enable-tls-per-connection.patch 5 no-deinit-on-proxy-disable.patch
Note: See TracChangeset
for help on using the changeset viewer.