Package: mod-gnutls Version: 0.5.10-1 Severity: normal Tags: patch pending
Dear maintainer, I've prepared an NMU for mod-gnutls (versioned as 0.5.10-1.1) and uploaded it to DELAYED/7. Please feel free to tell me if I should delay it longer. Regards. diff -Nru mod-gnutls-0.5.10/debian/changelog mod-gnutls-0.5.10/debian/changelog --- mod-gnutls-0.5.10/debian/changelog 2011-07-19 18:39:42.000000000 +0200 +++ mod-gnutls-0.5.10/debian/changelog 2012-04-21 09:11:35.000000000 +0200 @@ -1,3 +1,16 @@ +mod-gnutls (0.5.10-1.1) unstable; urgency=low + + [ Bastiaan Franciscus van den Dikkenberg ] + * Non-maintainer upload. + * Fix "default-tls file for apache" Added default-tls file + (Closes: #558232) + * Fix "configure: *** memcache library not found." + added build-depensie to libapr-memcache-dev (Closes: #497097) + * apache2-dev is releplaced by apache2-threaded-dev (Closes: #667626) + * DEP-5 url changed in copyright file to new standard + + -- Bastiaan Franciscus van den Dikkenberg <b...@dikkenberg.net> Sat, + 21 Apr 2012 09:10:49 +0200 + mod-gnutls (0.5.10-1) unstable; urgency=low * New upstream release (Closes: #602957) diff -Nru mod-gnutls-0.5.10/debian/control mod-gnutls-0.5.10/debian/control --- mod-gnutls-0.5.10/debian/control 2011-07-19 18:43:32.000000000 +0200 +++ mod-gnutls-0.5.10/debian/control 2012-04-20 22:34:26.000000000 +0200 @@ -2,7 +2,7 @@ Section: httpd Priority: extra Maintainer: Jack Bates <ms...@freezone.co.uk> -Build-Depends: debhelper (>= 8.0.0), autotools-dev, apache2-dev, libgnutls-dev (>= 2.4.0), pkg-config +Build-Depends: debhelper (>= 8.0.0), autotools-dev, +apache2-threaded-dev, libgnutls-dev (>= 2.4.0), pkg-config, +libapr-memcache-dev Standards-Version: 3.9.2 Homepage: http://www.outoforder.cc/projects/apache/mod_gnutls/ Vcs-Browser: https://github.com/jablko/debian/tree/master/mod-gnutls diff -Nru mod-gnutls-0.5.10/debian/copyright mod-gnutls-0.5.10/debian/copyright --- mod-gnutls-0.5.10/debian/copyright 2011-07-19 19:31:25.000000000 +0200 +++ mod-gnutls-0.5.10/debian/copyright 2012-04-20 12:43:18.000000000 +0200 @@ -1,4 +1,4 @@ -Format: http://dep.debian.net/deps/dep5 +Format: +http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: mod_gnutls Source: http://www.outoforder.cc/projects/apache/mod_gnutls/ diff -Nru mod-gnutls-0.5.10/debian/default-tls mod-gnutls-0.5.10/debian/default-tls --- mod-gnutls-0.5.10/debian/default-tls 1970-01-01 01:00:00.000000000 +0100 +++ mod-gnutls-0.5.10/debian/default-tls 2012-04-21 09:13:02.000000000 +0200 @@ -0,0 +1,34 @@ +<IfModule mod_gnutls.c> +<VirtualHost _default_:443> + ServerAdmin webmaster@localhost + DocumentRoot /var/www/ + <Directory /> + Options FollowSymLinks + AllowOverride None + </Directory> + <Directory /var/www/> + Options Indexes FollowSymLinks MultiViews + AllowOverride None + Order allow,deny + allow from all + </Directory> + ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/ + <Directory "/usr/lib/cgi-bin"> + AllowOverride None + Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch + Order allow,deny + Allow from all + </Directory> + ErrorLog ${APACHE_LOG_DIR}/error.log + # Possible values include: debug, info, notice, warn, error, crit, alert, emerg. + LogLevel warn + CustomLog ${APACHE_LOG_DIR}/ssl_access.log combined + # GnuTLS Switch: Enable/Disable SSL/TLS for this virtual host. + GnuTLSEnable On + # A self-signed (snakeoil) certificate can be created by installing the ssl-cert package. See /usr/share/doc/apache2.2-common/README.Debian.gz for more info. + GnuTLSCertificateFile /etc/ssl/certs/ssl-cert-snakeoil.pem + GnuTLSKeyFile /etc/ssl/private/ssl-cert-snakeoil.key + # See http://www.outoforder.cc/projects/apache/mod_gnutls/docs/#GnuTLSPriorities + GnuTLSPriorities NORMAL +</VirtualHost> +</IfModule> diff -Nru mod-gnutls-0.5.10/debian/rules mod-gnutls-0.5.10/debian/rules --- mod-gnutls-0.5.10/debian/rules 2010-07-13 02:34:00.000000000 +0200 +++ mod-gnutls-0.5.10/debian/rules 2012-04-20 12:23:07.000000000 +0200 @@ -15,6 +15,7 @@ override_dh_install: dh_install debian/gnutls.conf debian/gnutls.load etc/apache2/mods-available + dh_install debian/default-tls etc/apache2/sites-available/ override_dh_installdocs: dh_installdocs README README.ENV -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org